fix all execpt iosapp
This commit is contained in:
@@ -38,6 +38,8 @@ import { Badge } from "../components/ui/badge";
|
||||
import { Button } from "../components/ui/button";
|
||||
import { Card, CardContent } from "../components/ui/card";
|
||||
import { ShimmerButton } from "../components/ui/shimmer-button";
|
||||
import patientManagementPortal from "../src/images/patient-management-portal.webp";
|
||||
import awsLogo from "../src/images/aws-logo.png";
|
||||
|
||||
// Custom Web App Development Hero Section
|
||||
const CustomWebAppHeroWithCTA = () => {
|
||||
@@ -559,7 +561,7 @@ const WebAppTechStack = () => {
|
||||
{ name: "Node.js", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg", category: "Backend" },
|
||||
{ name: "Python", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg", category: "Backend" },
|
||||
{ name: "Java", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg", category: "Backend" },
|
||||
{ name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud" },
|
||||
{ name: "AWS", logo: awsLogo, category: "Cloud" },
|
||||
{ name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud" },
|
||||
{ name: "PostgreSQL", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg", category: "Database" },
|
||||
{ name: "MongoDB", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg", category: "Database" }
|
||||
@@ -675,7 +677,7 @@ const WebAppCaseStudies = () => {
|
||||
title: "Patient Management Portal",
|
||||
client: "HealthFirst Clinics",
|
||||
description: "Secure web application for patient records management, appointment scheduling, and telemedicine integration with HIPAA compliance",
|
||||
image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format",
|
||||
image: patientManagementPortal,
|
||||
results: "60% reduction in admin tasks",
|
||||
gradient: "from-green-500/20 to-emerald-500/20",
|
||||
features: "HIPAA compliance, Telemedicine, Automated scheduling"
|
||||
|
||||
Reference in New Issue
Block a user