diff --git a/src/app/page.tsx b/src/app/page.tsx index ba9c57e..de37443 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,70 +47,45 @@ export default function LandingPage() {
@@ -131,34 +98,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - label: "Reliability", - title: "Decades of Experience", - items: [ - "Certified experts", - "Proven track record", - "Local knowledge", - ], + id: "1", label: "Reliability", title: "Decades of Experience", items: [ + "Certified experts", "Proven track record", "Local knowledge"], }, { - id: "2", - label: "Flexibility", - title: "Fast Response", - items: [ - "Same-day scheduling", - "On-time arrival", - "Emergency service", - ], + id: "2", label: "Flexibility", title: "Fast Response", items: [ + "Same-day scheduling", "On-time arrival", "Emergency service"], }, { - id: "3", - label: "Safety", - title: "Pet Safe", - items: [ - "Eco-friendly products", - "Family-safe methods", - "Expert application", - ], + id: "3", label: "Safety", title: "Pet Safe", items: [ + "Eco-friendly products", "Family-safe methods", "Expert application"], }, ]} title="The Highest-Rated Pest Control Company in South Florida" @@ -168,46 +117,23 @@ export default function LandingPage() {
@@ -237,45 +159,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Results", - quote: "Everything was resolved quickly.", - name: "Michele S.", - role: "Homeowner", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s", - }, + id: "1", title: "Great Results", quote: "Everything was resolved quickly.", name: "Michele S.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1gp71s"}, { - id: "2", - title: "Expert Knowledge", - quote: "Great service and great price!", - name: "Shalym C.", - role: "Business Owner", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692", - }, + id: "2", title: "Expert Knowledge", quote: "Great service and great price!", name: "Shalym C.", role: "Business Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bso692"}, { - id: "3", - title: "Highly Professional", - quote: "Extremely honest and forthcoming.", - name: "Dr. Basta", - role: "Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl", - }, + id: "3", title: "Highly Professional", quote: "Extremely honest and forthcoming.", name: "Dr. Basta", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwwuyl"}, { - id: "4", - title: "Very Efficient", - quote: "Perfect service, quick response.", - name: "Pam E.", - role: "Customer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb", - }, + id: "4", title: "Very Efficient", quote: "Perfect service, quick response.", name: "Pam E.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xv69nb"}, { - id: "5", - title: "Flawless Results", - quote: "No more roaches anymore!", - name: "Gina C.", - role: "Homeowner", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95", - }, + id: "5", title: "Flawless Results", quote: "No more roaches anymore!", name: "Gina C.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5ase95"}, ]} title="5.0 ★★★★★ From 26 Verified Clients" description="See why homeowners trust Specialized Pest Control." @@ -289,23 +181,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - icon: MapPin, - title: "Region Covered", - value: "Miami to Central", - }, + id: "1", icon: MapPin, + title: "Region Covered", value: "Miami to Central"}, { - id: "2", - icon: Clock, - title: "Response Time", - value: "< 24 Hours", - }, + id: "2", icon: Clock, + title: "Response Time", value: "< 24 Hours"}, { - id: "3", - icon: CheckCircle, - title: "Satisfaction", - value: "100%", - }, + id: "3", icon: CheckCircle, + title: "Satisfaction", value: "100%"}, ]} title="Proudly Serving Central & South Florida" description="Our team responds quickly across the region to protect homes and businesses year-round." @@ -316,18 +199,13 @@ export default function LandingPage() {
@@ -338,41 +216,27 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, ], }, { items: [ { - label: "Reviews", - href: "/", - }, + label: "Reviews", href: "/"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { items: [ { - label: "Licensed & Insured", - href: "#", - }, + label: "Licensed & Insured", href: "#"}, { - label: "Eco-Friendly", - href: "#", - }, + label: "Eco-Friendly", href: "#"}, ], }, ]}