From a7e672cde4e01ac00896c762effb75fedde80cbb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:09:59 +0000 Subject: [PATCH] Switch to version 4: modified src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++------------------------------------- 1 file changed, 15 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e0bf61..ae85f91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; export default function LandingPage() { return ( @@ -32,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "Local Coverage", id: "coverage" }, - { name: "Gallery", id: "gallery" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } @@ -53,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/sunny-day-park-landscape-green-grass-two-bicycles-standing-near-tree-sunbeams-lighting-up_1258-200490.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=1" imageAlt="Premium Atlanta residential lawn with city skyline" frameStyle="card" mediaAnimation="slide-up" @@ -86,15 +84,15 @@ export default function LandingPage() { features={[ { id: "residential", title: "Residential Lawn Care", author: "Enhancing Atlanta Homes", description: "From routine maintenance to seasonal care, we keep your lawn looking pristine. Regular mowing, edging, mulching, and landscape design to elevate your property's curb appeal.", tags: ["Lawn Maintenance", "Seasonal Care"], - imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Residential lawn care service" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=2", imageAlt: "Residential lawn care" }, { id: "commercial", title: "Commercial Lawn Care", author: "Professional Lawn Management", description: "Dedicated commercial landscaping services for Atlanta businesses. Reliable scheduled maintenance, landscape design, and grounds management that keeps your property looking premium.", tags: ["Commercial Service", "Scheduled Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg", imageAlt: "Commercial landscaping service" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=3", imageAlt: "Commercial lawn care" }, { - id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358980.jpg", imageAlt: "Professional pressure washing service" + id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, building, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=4", imageAlt: "Pressure washing service" } ]} animationType="slide-up" @@ -121,40 +119,6 @@ export default function LandingPage() { /> - -
); -} +} \ No newline at end of file