diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2402be0..094130e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,105 +44,38 @@ export default function LandingPage() {
@@ -166,21 +87,9 @@ export default function LandingPage() {
title="Crafted With Care"
description="We believe fashion should be enduring. Every piece we make starts with premium materials and ethical craftsmanship."
bulletPoints={[
- {
- title: "Sustainable Fabrics",
- description: "100% organic cotton and recycled blends.",
- icon: Leaf,
- },
- {
- title: "Ethical Sourcing",
- description: "Fair wages for every artisan we partner with.",
- icon: Shield,
- },
- {
- title: "Timeless Designs",
- description: "Designed to outlast seasonal trends.",
- icon: Clock,
- },
+ { title: "Sustainable Fabrics", description: "100% organic cotton and recycled blends.", icon: Leaf },
+ { title: "Ethical Sourcing", description: "Fair wages for every artisan we partner with.", icon: Shield },
+ { title: "Timeless Designs", description: "Designed to outlast seasonal trends.", icon: Clock },
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-millennial-dressmaker-drawing-new-capsule-collection_1163-4138.jpg"
mediaAnimation="slide-up"
@@ -190,23 +99,12 @@ export default function LandingPage() {
@@ -478,32 +213,8 @@ export default function LandingPage() {