diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed4ffd8..ff2ce34 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
@@ -72,24 +56,17 @@ export default function LandingPage() {
@@ -414,66 +268,39 @@ export default function LandingPage() {
logoText="BRAND ONE"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "New Arrivals",
- href: "#products",
- },
+ label: "New Arrivals", href: "#products"},
{
- label: "Shirts",
- href: "#products",
- },
+ label: "Shirts", href: "#products"},
{
- label: "Trousers",
- href: "#products",
- },
+ label: "Trousers", href: "#products"},
{
- label: "Jackets",
- href: "#products",
- },
+ label: "Jackets", href: "#products"},
{
- label: "Accessories",
- href: "#products",
- },
+ label: "Accessories", href: "#products"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
],
},
]}