2 Commits

Author SHA1 Message Date
61653ce584 Update src/app/page.tsx 2026-05-22 08:57:30 +00:00
1e53ec4367 Merge version_1 into main
Merge version_1 into main
2026-05-22 08:51:19 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}