diff --git a/src/app/page.tsx b/src/app/page.tsx
index f306389..ec118b8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
@@ -62,63 +50,41 @@ export default function LandingPage() {
@@ -130,17 +96,11 @@ export default function LandingPage() {
description="At Elysian Apparel, we believe true luxury lies in timeless design, superior craftsmanship, and sustainable practices. Each garment is meticulously created to embody elegance and enduring quality, ensuring it remains a cherished piece in your wardrobe for years to come. We partner with artisans who share our commitment to ethical production and the finest natural materials."
metrics={[
{
- value: "100%",
- title: "Ethically Sourced",
- },
+ value: "100%", title: "Ethically Sourced"},
{
- value: "Decades",
- title: "Crafting Heritage",
- },
+ value: "Decades", title: "Crafting Heritage"},
{
- value: "Finest",
- title: "Natural Fabrics",
- },
+ value: "Finest", title: "Natural Fabrics"},
]}
imageSrc="http://img.b2bpic.net/free-photo/artist-creating-masterpiece-close-up-young-beautiful-male-clothes-designer-with-trendy-hairstyle-fashionable-clothes-working-new-dress-with-concentrated-face-expression_176420-11837.jpg"
imageAlt="Artisan sewing a luxury garment by hand"
@@ -153,36 +113,20 @@ export default function LandingPage() {
@@ -386,54 +238,33 @@ export default function LandingPage() {
logoText="Elysian Apparel"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Collection",
- href: "#products",
- },
+ label: "Collection", href: "#products"},
{
- label: "New Arrivals",
- href: "#",
- },
+ label: "New Arrivals", href: "#"},
{
- label: "Best Sellers",
- href: "#",
- },
+ label: "Best Sellers", href: "#"},
],
},
{
- title: "Brand",
- items: [
+ title: "Brand", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Craftsmanship",
- href: "#features",
- },
+ label: "Craftsmanship", href: "#features"},
{
- label: "Our Values",
- href: "#",
- },
+ label: "Our Values", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Shipping & Returns",
- href: "#",
- },
+ label: "Shipping & Returns", href: "#"},
],
},
]}