Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-22 08:57:36 +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>
);
}
}