From f7c1099dffd239875f5de98eb9d77ca07c50f8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:08:17 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84ff8ec..c287cbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Award, TrendingUp, Star, Phone, Mail, MapPin, Clock } from "lucide-react"; +import { Sparkles, Award, TrendingUp, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -170,7 +170,7 @@ export default function LandingPage() { columns={[ { title: "Navigate", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#" }, { label: "About", href: "#about" }, { label: "Features", href: "#features" }, { label: "Contact", href: "#contact" },