diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac4789d..60f6a6c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,38 +44,19 @@ export default function LandingPage() {
@@ -264,20 +170,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Shipping times?",
- content: "3-5 business days within Europe.",
- },
+ id: "1", title: "Shipping times?", content: "3-5 business days within Europe."},
{
- id: "2",
- title: "Return policy?",
- content: "Free 30-day returns on all orders.",
- },
+ id: "2", title: "Return policy?", content: "Free 30-day returns on all orders."},
{
- id: "3",
- title: "Sizing guide?",
- content: "Detailed measurements in each product page.",
- },
+ id: "3", title: "Sizing guide?", content: "Detailed measurements in each product page."},
]}
title="FAQs"
description="Have questions? We're here to help."
@@ -289,14 +186,11 @@ export default function LandingPage() {
@@ -306,29 +200,19 @@ export default function LandingPage() {
logoText="E-Mode"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "All",
- href: "#products",
- },
+ label: "All", href: "#products"},
{
- label: "New",
- href: "#",
- },
+ label: "New", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}