3 Commits

Author SHA1 Message Date
23e5eafa6c Update src/app/page.tsx 2026-04-27 21:58:44 +00:00
634101afc1 Update src/app/page.tsx 2026-04-27 21:58:21 +00:00
07cc3bfa21 Merge version_3 into main
Merge version_3 into main
2026-04-27 21:57:26 +00:00

View File

@@ -46,10 +46,10 @@ export default function LandingPage() {
title="Timeless Elegance" title="Timeless Elegance"
description="Artisanal handbags, crafted for the sophisticated." description="Artisanal handbags, crafted for the sophisticated."
testimonials={[ testimonials={[
{ name: "Sarah Miller", handle: "@sarahstyle", testimonial: "The leather quality is simply unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=1" }, { name: "Sarah Miller", handle: "@sarahstyle", testimonial: "The leather quality is simply unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=1" },
{ name: "James Chen", handle: "@jc_fashion", testimonial: "A true piece of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tying-threads-workshop_1098-13432.jpg" }, { name: "James Chen", handle: "@jc_fashion", testimonial: "A true piece of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=1" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=2"
/> />
</div> </div>
@@ -69,8 +69,8 @@ export default function LandingPage() {
title="The Collection" title="The Collection"
description="Exquisite handbags designed for the sophisticated individual." description="Exquisite handbags designed for the sophisticated individual."
products={[ 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: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=3" },
{ 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: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=2" },
]} ]}
/> />
</div> </div>
@@ -83,7 +83,7 @@ export default function LandingPage() {
title="Handcrafted Excellence" title="Handcrafted Excellence"
description="Every bag tells a story of precision and passion." description="Every bag tells a story of precision and passion."
features={[ 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" }], reverse: false }, { title: "Finest Materials", description: "Sourced from the best tanneries.", media: { imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-top_1123-2647.jpg" }, items: [{ icon: CheckCircle, text: "Genuine full-grain leather" }], reverse: false },
]} ]}
/> />
</div> </div>
@@ -109,7 +109,7 @@ export default function LandingPage() {
title="What Our Clients Say" title="What Our Clients Say"
description="Read stories from those who carry our legacy." description="Read stories from those who carry our legacy."
testimonials={[ 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: "t1", name: "Amina", handle: "@amina", testimonial: "Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=4" },
]} ]}
/> />
</div> </div>
@@ -135,7 +135,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Your Email" }, { name: "email", type: "email", placeholder: "Your Email" },
]} ]}
textarea={{ name: "message", placeholder: "Your Message" }} textarea={{ name: "message", placeholder: "Your Message" }}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722595.jpg" imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=3"
/> />
</div> </div>