From a6c899933b40279a46c4e5d4e0d6ffed0ac6c2ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:10:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 202 +++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62f6e3a..86607d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,13 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { + const scrollToContact = () => { + const element = document.getElementById("contact"); + if (element) { + element.scrollIntoView({ behavior: "smooth" }); + } + }; + return ( @@ -56,64 +54,40 @@ export default function LandingPage() {
@@ -123,12 +97,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Licensed & Fully Insured", - "Same-Day Emergency Snow Response", - "Seasonal Contract Packages Available", - "Google Verified Reviews", - "Professional Local Team", - ]} + "Licensed & Fully Insured", "Same-Day Emergency Snow Response", "Seasonal Contract Packages Available", "Google Verified Reviews", "Professional Local Team"]} title="Service Standards" description="Professional commitment to your property." /> @@ -141,35 +110,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "s1", - title: "Snow Removal", - author: "Winter Service", - description: "Reliable commercial-grade snow plowing and salting for driveways, walkways, and shared properties.", - tags: [ - "Seasonal contracts available", - ], - imageSrc: "http://img.b2bpic.net/free-photo/long-road-surrounded-with-bushes-with-trees-covered-fog_181624-4510.jpg", - }, + id: "s1", title: "Snow Removal", author: "Winter Service", description: "Reliable commercial-grade snow plowing and salting for driveways, walkways, and shared properties.", tags: [ + "Seasonal contracts available"], + imageSrc: "http://img.b2bpic.net/free-photo/long-road-surrounded-with-bushes-with-trees-covered-fog_181624-4510.jpg"}, { - id: "s2", - title: "Lawn Care", - author: "Summer Service", - description: "Weekly or bi-weekly mowing, edging, and fertilization programs tailored to your property type.", - tags: [ - "Spring & fall cleanups", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-plant_23-2147907203.jpg", - }, + id: "s2", title: "Lawn Care", author: "Summer Service", description: "Weekly or bi-weekly mowing, edging, and fertilization programs tailored to your property type.", tags: [ + "Spring & fall cleanups"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-plant_23-2147907203.jpg"}, { - id: "s3", - title: "Landscaping", - author: "Design & Build", - description: "Planting design, interlocking stone, garden beds, and full property transformations.", - tags: [ - "Custom design quotes", - ], - imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", - }, + id: "s3", title: "Landscaping", author: "Design & Build", description: "Planting design, interlocking stone, garden beds, and full property transformations.", tags: [ + "Custom design quotes"], + imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg"}, ]} title="Our Services" description="Comprehensive seasonal care for Ottawa homes." @@ -184,45 +135,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Rejean R.", - role: "Client", - company: "Ottawa", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", - }, + id: "t1", name: "Rejean R.", role: "Client", company: "Ottawa", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg"}, { - id: "t2", - name: "Oreo O.", - role: "Client", - company: "Ottawa", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nature-environment-young-dark-skinned-bearded-gardener-spending-time-garden-near-country-house-man-cutting-leaves-enjoying-summer-hot-weather-trees-shadow_176420-19886.jpg", - }, + id: "t2", name: "Oreo O.", role: "Client", company: "Ottawa", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/nature-environment-young-dark-skinned-bearded-gardener-spending-time-garden-near-country-house-man-cutting-leaves-enjoying-summer-hot-weather-trees-shadow_176420-19886.jpg"}, { - id: "t3", - name: "The Stonewood Team", - role: "Owner", - company: "Stonewood", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-with-arms-crossed_107420-95955.jpg", - }, + id: "t3", name: "The Stonewood Team", role: "Owner", company: "Stonewood", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-with-arms-crossed_107420-95955.jpg"}, { - id: "t4", - name: "Sarah J.", - role: "Client", - company: "Ottawa", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", - }, + id: "t4", name: "Sarah J.", role: "Client", company: "Ottawa", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"}, { - id: "t5", - name: "Mark D.", - role: "Client", - company: "Ottawa", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", - }, + id: "t5", name: "Mark D.", role: "Client", company: "Ottawa", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, ]} title="Trusted by Ottawa neighbourhoods" description="Google Verified · Serving Ottawa clients since 2018" @@ -233,14 +159,11 @@ export default function LandingPage() { @@ -251,38 +174,25 @@ export default function LandingPage() { logoText="Stonewood Landscaping" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "(613) 555-0123", - href: "tel:+16135550123", - }, + label: "(613) 555-0123", href: "tel:+16135550123"}, ], }, { - title: "Areas", - items: [ + title: "Areas", items: [ { - label: "Glebe", - href: "#", - }, + label: "Glebe", href: "#"}, { - label: "Barrhaven", - href: "#", - }, + label: "Barrhaven", href: "#"}, ], }, { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, ]} @@ -291,4 +201,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1