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 +}