diff --git a/src/app/page.tsx b/src/app/page.tsx index af90276..42758d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,34 +45,23 @@ export default function LandingPage() {
@@ -93,29 +74,19 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "Projects Completed", - value: "10,000+", - }, + label: "Projects Completed", value: "10,000+"}, { icon: Award, - label: "Years in Business", - value: "15", - }, + label: "Years in Business", value: "15"}, { icon: Shield, - label: "Satisfied Customers", - value: "99%", - }, + label: "Satisfied Customers", value: "99%"}, { icon: Users, - label: "Expert Technicians", - value: "50+", - }, + label: "Expert Technicians", value: "50+"}, { icon: Clock, - label: "Emergency Response", - value: "24/7", - }, + label: "Emergency Response", value: "24/7"}, ]} metricsAnimation="slide-up" /> @@ -127,23 +98,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Spring Replacement", - description: "Quick and safe broken spring replacement to get your door running smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-windows_23-2149301046.jpg", - imageAlt: "Spring replacement service", - }, + title: "Spring Replacement", description: "Quick and safe broken spring replacement to get your door running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-windows_23-2149301046.jpg", imageAlt: "Spring replacement service"}, { - title: "Door Opener Repair", - description: "Diagnosing and fixing opener issues for reliable entry/exit functionality.", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-production-factory-theme-blur-background_1385-1604.jpg", - imageAlt: "Opener repair service", - }, + title: "Door Opener Repair", description: "Diagnosing and fixing opener issues for reliable entry/exit functionality.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-production-factory-theme-blur-background_1385-1604.jpg", imageAlt: "Opener repair service"}, { - title: "New Installations", - description: "High-quality, durable garage doors tailored to your home style.", - imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-front-view_23-2149454784.jpg", - imageAlt: "New garage installation", - }, + title: "New Installations", description: "High-quality, durable garage doors tailored to your home style.", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-front-view_23-2149454784.jpg", imageAlt: "New garage installation"}, ]} title="Professional Services" description="From emergency spring repairs to brand new installations, our expert team is ready to handle all your garage door needs." @@ -155,30 +114,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg", - }, + id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362800.jpg"}, { - id: "t2", - name: "Mike D.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg", - }, + id: "t2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg"}, { - id: "t3", - name: "Linda M.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-park_1157-23458.jpg", - }, + id: "t3", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-park_1157-23458.jpg"}, { - id: "t4", - name: "The Miller Family", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-brush-full-shot_23-2148903519.jpg", - }, + id: "t4", name: "The Miller Family", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-brush-full-shot_23-2148903519.jpg"}, { - id: "t5", - name: "Robert & Karen", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598981.jpg", - }, + id: "t5", name: "Robert & Karen", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598981.jpg"}, ]} cardTitle="What Our Clients Say" cardTag="Reviews" @@ -190,8 +134,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file