From 61653ce58400bf79c0aa0c7e2b835b240dda4da2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 08:57:30 +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 cf83047..234b69e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { columns={[ { title: "Navigation", items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }, - { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] }, + { title: "Contact Us", items: [{ label: "SCO 152, Main Market Rd, Sector 7, Karnal, Phusgarh Part, Haryana 132001", href: "#" }, { label: "09992952819", href: "tel:09992952819" }] }, ]} copyrightText="© 2025 Nannu Milk. All rights reserved." /> @@ -166,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1