From 10d89b13804ea409e3d69c3d8e3c59eb3029b65a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:57:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 ++++++------------------------------------------ 1 file changed, 8 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efec869..fdb58ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,34 +43,13 @@ export default function LandingPage() {
@@ -92,10 +71,6 @@ export default function LandingPage() { products={[ { id: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2" }, { id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2" }, - { id: "p3", name: "Signature Satchel", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2" }, - { id: "p4", name: "Minimalist Clutch", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" }, - { id: "p5", name: "Essential Bucket", price: "", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg" }, - { id: "p6", name: "Evening Elegance", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg" }, ]} /> @@ -108,15 +83,7 @@ export default function LandingPage() { title="Handcrafted Excellence" description="Every bag tells a story of precision and passion." features={[ - { - title: "Finest Materials", description: "Sourced from the best tanneries.", media: { imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg" }, - items: [ - { icon: CheckCircle, text: "Genuine full-grain leather" }, - { icon: CheckCircle, text: "Sustainable sourced" }, - { icon: CheckCircle, text: "Long-lasting durability" }, - ], - reverse: false, - }, + { title: "Finest Materials", description: "Sourced from the best tanneries.", media: { imageSrc: "http://img.b2bpic.net/free-photo/back-view-artisan-holding-tools_23-2150104789.jpg" }, items: [{ icon: CheckCircle, text: "Genuine full-grain leather" }], reverse: false }, ]} /> @@ -129,7 +96,6 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "100+", description: "Bags Handcrafted" }, { id: "m2", value: "15+", description: "Years of Expertise" }, - { id: "m3", value: "5k+", description: "Happy Clients" }, ]} metricsAnimation="slide-up" /> @@ -144,10 +110,6 @@ export default function LandingPage() { description="Read stories from those who carry our legacy." testimonials={[ { id: "t1", name: "Amina", handle: "@amina", testimonial: "Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/woman-beige-coat-walking-city_1303-27206.jpg" }, - { id: "t2", name: "Zaid", handle: "@zaid", testimonial: "Truly elegant.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-romatic-mood-smiling-happiness-sitting-table-wearing-pink-jacket-stylish-apparel-waiting-boyfriend-date-cafe-drinking-cappuccino-exited-face-expression_285396-4263.jpg" }, - { id: "t3", name: "Leila", handle: "@leila", testimonial: "Excellent quality.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660680.jpg" }, - { id: "t4", name: "Omar", handle: "@omar", testimonial: "So sophisticated.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-bag-friend_23-2147950284.jpg" }, - { id: "t5", name: "Sara", handle: "@sara", testimonial: "My favorite store.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23081.jpg" }, ]} /> @@ -159,8 +121,6 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { id: "f1", title: "Do you ship worldwide?", content: "Yes, we ship globally." }, - { id: "f2", title: "Is the leather sustainable?", content: "We prioritize ethical sourcing." }, - { id: "f3", title: "Can I custom order?", content: "Yes, we offer bespoke options." }, ]} /> @@ -169,7 +129,7 @@ export default function LandingPage() { -- 2.49.1