diff --git a/src/app/page.tsx b/src/app/page.tsx
index b05eea9..f79e33a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -230,29 +145,19 @@ export default function LandingPage() {
logoText="Aura Fragrances"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Designer",
- href: "#products",
- },
+ label: "Designer", href: "#products"},
{
- label: "Niche",
- href: "#products",
- },
+ label: "Niche", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
]}