diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7248df6..95c627d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,55 +32,31 @@ export default function LandingPage() {
@@ -370,16 +193,13 @@ export default function LandingPage() {
@@ -390,42 +210,11 @@ export default function LandingPage() {
logoText="Sutara Luxury"
columns={[
{
- title: "Collection",
- items: [
+ title: "Collection", items: [
{
- label: "Men's Wear",
- href: "#products",
- },
+ label: "Men's Wear", href: "#products"},
{
- label: "Couture",
- href: "#products",
- },
- ],
- },
- {
- title: "Company",
- items: [
- {
- label: "Our Story",
- href: "#about",
- },
- {
- label: "Careers",
- href: "#",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "Contact Us",
- href: "#contact",
- },
- {
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Couture", href: "#products"},
],
},
]}