diff --git a/src/app/page.tsx b/src/app/page.tsx
index a1e49a9..2086074 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,38 +31,28 @@ export default function LandingPage() {
@@ -249,42 +170,27 @@ export default function LandingPage() {
logoText="Zavana"
columns={[
{
- title: "Collection",
- items: [
+ title: "Collection", items: [
{
- label: "All Scents",
- href: "#products",
- },
+ label: "All Scents", href: "#products"},
{
- label: "New Arrivals",
- href: "#",
- },
+ label: "New Arrivals", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Philosophy",
- href: "#about",
- },
+ label: "Philosophy", href: "#about"},
{
- label: "Our Story",
- href: "#",
- },
+ label: "Our Story", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Shipping Info",
- href: "#",
- },
+ label: "Shipping Info", href: "#"},
],
},
]}