From 976c25a3e9c3c45faf5c18a487172712c4d4cb52 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:07:20 +0000 Subject: [PATCH] Update 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 c287cbd..84ff8ec 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 } from "lucide-react"; +import { Sparkles, Award, TrendingUp, Star, Phone, Mail, MapPin, Clock } 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" }, -- 2.49.1