Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61653ce584 | |||
| 1e53ec4367 |
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
{ 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: "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."
|
copyrightText="© 2025 Nannu Milk. All rights reserved."
|
||||||
/>
|
/>
|
||||||
@@ -166,4 +166,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user