From 43cdfa34244bced9e0cbb182a84a3710362239be Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 01:46:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 216 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84698ac..b515729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { CalendarDays } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,31 +31,19 @@ export default function LandingPage() { @@ -62,65 +51,40 @@ export default function LandingPage() {
@@ -347,65 +223,39 @@ export default function LandingPage() { { items: [ { - label: "Landscape Design", - href: "#features", - }, + label: "Landscape Design", href: "#features"}, { - label: "Hardscaping", - href: "#features", - }, + label: "Hardscaping", href: "#features"}, { - label: "Planting & Softscapes", - href: "#features", - }, + label: "Planting & Softscapes", href: "#features"}, { - label: "Drainage & Grading", - href: "#features", - }, + label: "Drainage & Grading", href: "#features"}, { - label: "Outdoor Living Spaces", - href: "#features", - }, + label: "Outdoor Living Spaces", href: "#features"}, ], }, { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Portfolio", - href: "#products", - }, + label: "Portfolio", href: "#products"}, { - label: "Why Choose Us", - href: "#about", - }, + label: "Why Choose Us", href: "#about"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, { items: [ { - label: "Get a Free Estimate", - href: "#contact", - }, + label: "Get a Free Estimate", href: "#contact"}, { - label: "Call Us: (651) 463-3222", - href: "tel:+16514633222", - }, + label: "Call Us: (651) 463-3222", href: "tel:+16514633222"}, { - label: "Email Us", - href: "mailto:info@summitlandscapedesign.com", - }, + label: "Email Us", href: "mailto:info@summitlandscapedesign.com"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1