From 7c0e37f043c11ecdf8607ea77abdac8a3b54dc55 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:49:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++++---------------------------------- 1 file changed, 45 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4b9891..68ca23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { ShieldCheck } from "lucide-react"; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ShieldCheck, MessageSquare, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -30,72 +30,45 @@ export default function LandingPage() {
@@ -120,20 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drainage Solutions", - description: "Expert installation of French drains and dry creek beds to manage water movement effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/image-broken-concrete-grassy-ground_181624-24606.jpg", - }, + title: "Drainage Solutions", description: "Expert installation of French drains and dry creek beds to manage water movement effectively.", imageSrc: "http://img.b2bpic.net/free-photo/image-broken-concrete-grassy-ground_181624-24606.jpg"}, { - title: "Garden & Plant Design", - description: "Customized plant selection, lawn edging, and garden layout tailored to your aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", - }, + title: "Garden & Plant Design", description: "Customized plant selection, lawn edging, and garden layout tailored to your aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg"}, { - title: "Yard Grading & Prep", - description: "Strategic grading and soil preparation to protect your home and enhance yard functionality.", - imageSrc: "http://img.b2bpic.net/free-photo/spring-white-flowers-background-forest-closeup-selective-focus-buds-nature-background-idea-with-copy-space_166373-2485.jpg", - }, + title: "Yard Grading & Prep", description: "Strategic grading and soil preparation to protect your home and enhance yard functionality.", imageSrc: "http://img.b2bpic.net/free-photo/spring-white-flowers-background-forest-closeup-selective-focus-buds-nature-background-idea-with-copy-space_166373-2485.jpg"}, ]} title="Professional Landscaping Services" description="We address complex landscape challenges with practical, high-quality solutions designed to last." @@ -141,112 +105,67 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file -- 2.49.1