diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b0530d..6db3142 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -336,16 +202,13 @@ export default function LandingPage() {
@@ -355,42 +218,27 @@ export default function LandingPage() {
logoText="E-Shop"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "New Arrivals",
- href: "#",
- },
+ label: "New Arrivals", href: "#"},
{
- label: "Best Sellers",
- href: "#",
- },
+ label: "Best Sellers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Blog",
- href: "#",
- },
+ label: "Blog", href: "#"},
],
},
]}