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: "#"},
],
},
]}