diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4c7f252..2b2b165 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,60 +48,37 @@ export default function LandingPage() {
@@ -121,9 +90,7 @@ export default function LandingPage() {
tag="Our Story"
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -133,12 +100,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Vogue Living",
- "Architectural Digest",
- "Forbes Luxury",
- "Harper's Bazaar",
- "Elle Decor",
- ]}
+ "Vogue Living", "Architectural Digest", "Forbes Luxury", "Harper's Bazaar", "Elle Decor"]}
title="Featured In"
description="Recognized by industry leaders for our commitment to excellence and unparalleled design standards."
/>
@@ -148,44 +110,21 @@ export default function LandingPage() {
@@ -337,29 +211,19 @@ export default function LandingPage() {
logoText="Elysian Luxe"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}