diff --git a/src/app/page.tsx b/src/app/page.tsx index 6946e19..6f22684 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { { name: "Reviews", id: "/reviews"}, { - name: "Contact", id: "/contact"}, + name: "Contact", id: "/contact"} ]} brandName="Mr. P Lopez Roofing" button={{ @@ -63,14 +63,14 @@ export default function LandingPage() { { value: "Fast", label: "Response Time"}, { - value: "Affordable", label: "Solutions"}, + value: "Affordable", label: "Solutions"} ]} enableKpiAnimation={true} buttons={[ { text: "Get Free Estimate", href: "/contact"}, { - text: "Call Now", href: "tel:123-456-7890"}, + text: "Call Now", href: "tel:123-456-7890"} ]} imageSrc="http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg" imageAlt="Professional roofer inspecting a residential roof" @@ -104,7 +104,7 @@ export default function LandingPage() { title: "Gutter Solutions", description: "Replacement & repair, plus drainage correction to eliminate ponding water and protect your foundation.", imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg", imageAlt: "Clean rain gutters on a house"}, { id: 4, - title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", imageAlt: "Application of protective roof coating"}, + title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", imageAlt: "Application of protective roof coating"} ]} title="Our Services" description="Comprehensive roofing solutions designed for lasting protection and peace of mind." @@ -124,7 +124,7 @@ export default function LandingPage() { { id: "3", value: "Reliable", description: "Same-day assessments. Quick turnaround for your peace of mind."}, { - id: "4", value: "Craftsmanship", description: "Clean, precise, and durable work built to last."}, + id: "4", value: "Craftsmanship", description: "Clean, precise, and durable work built to last."} ]} metricsAnimation="slide-up" /> @@ -146,7 +146,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Customer avatar 3"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Customer avatar 4"}, + src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Customer avatar 4"} ]} ratingAnimation="opacity" avatarsAnimation="opacity" @@ -165,7 +165,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:123-456-7890"}, { - text: "Request Free Estimate", href: "/contact"}, + text: "Request Free Estimate", href: "/contact"} ]} /> @@ -173,27 +173,27 @@ export default function LandingPage() {