diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c9b763..e0e3e06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, CheckCircle, Users } from "lucide-react"; +import { Award, CheckCircle, Users, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -120,11 +120,9 @@ export default function LandingPage() { @@ -158,14 +156,14 @@ export default function LandingPage() { }, { title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Our Menu", href: "#" }, + { label: "About Us", href: "#about" }, + { label: "Our Menu", href: "#products" }, { label: "Contact", href: "#contact" }, ], }, ]} logoText="Pak Heritage" - copyrightText="© 2025 Pak Heritage Catering & Traiteur. All rights reserved." + copyrightText="© 2025 Pak Heritage Catering & Traiteur. All rights reserved. 123 Heritage Way, London, UK." />