From 2d8396a57af060602f58e6603ef795a2aae1f97f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 16:43:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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." />