diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8bb4d33..799a660 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientC import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Clock, Server, Cloud, ShieldCheck, HardDrive, Cpu, Globe, Lock } from "lucide-react"; export default function HomePage() { return ( @@ -16,17 +15,15 @@ export default function HomePage() { @@ -39,7 +36,7 @@ export default function HomePage() { items={[ { icon: "Cloud", title: "Cloud Strategy", description: "Seamless cloud migration and management." }, { icon: "ShieldCheck", title: "Security & Compliance", description: "Robust cybersecurity and compliance audit support." }, - { icon: "HardDrive", title: "Managed Infrastructure", description: "24/7 proactive system maintenance." }, + { icon: "HardDrive", title: "Managed Infrastructure", description: "24/7 proactive system maintenance." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-fiber-optic-cables-and-serve-1777148020105-53a6f81b.png" /> @@ -78,7 +75,7 @@ export default function HomePage() { metrics={[ { value: "99.9%", title: "Uptime Guarantee", description: "Industry leading service availability.", icon: "Server" }, { value: "15min", title: "Response Time", description: "Priority support turnaround time.", icon: "Clock" }, - { value: "50+", title: "Certifications", description: "Expert engineering team credentials.", icon: "Award" }, + { value: "50+", title: "Certifications", description: "Expert engineering team credentials.", icon: "Award" } ]} /> @@ -93,7 +90,7 @@ export default function HomePage() { { title: "Exceptional Support", quote: "Their 24/7 team is a true partner to our growth.", name: "Sarah Miller", role: "IT Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-female-tech-s-1777148018976-f291a13f.png" }, { title: "Efficient Migration", quote: "Seamless cloud transition, zero downtime.", name: "David Chen", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-friendly-oper-1777148020085-232c3e5b.png" }, { title: "Security First", quote: "Compliance made easy thanks to their team.", name: "Elena Voss", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-technical-con-1777148017573-81c77c49.png" }, - { title: "Reliable Partner", quote: "The gold standard in managed IT services.", name: "James Blunt", role: "Ops Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-senior-system-1777148019133-fb4974e5.png" }, + { title: "Reliable Partner", quote: "The gold standard in managed IT services.", name: "James Blunt", role: "Ops Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-senior-system-1777148019133-fb4974e5.png" } ]} /> @@ -106,7 +103,7 @@ export default function HomePage() { items={[ { question: "What is your typical response time?", answer: "We pride ourselves on a 15-minute response time for critical issues." }, { question: "Do you provide cloud migration support?", answer: "Yes, we specialize in end-to-end cloud migrations for businesses." }, - { question: "Are you HIPAA compliant?", answer: "Yes, our engineers are fully certified in compliance and security standards." }, + { question: "Are you HIPAA compliant?", answer: "Yes, our engineers are fully certified in compliance and security standards." } ]} /> @@ -119,7 +116,7 @@ export default function HomePage() { inputs={[ { name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }, - { name: "company", type: "text", placeholder: "Company Name" }, + { name: "company", type: "text", placeholder: "Company Name" } ]} textarea={{ name: "message", placeholder: "Tell us about your requirements", rows: 4 }} buttonText="Schedule a Consultation"