Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-27 21:58:48 +00:00

View File

@@ -46,10 +46,10 @@ export default function LandingPage() {
title="Timeless Elegance"
description="Artisanal handbags, crafted for the sophisticated."
testimonials={[
{ 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" },
{ 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" },
{ 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/paper-bag-with-handles-side_1123-2646.jpg?_wi=1" },
]}
imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg"
imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg?_wi=2"
/>
</div>
@@ -69,8 +69,8 @@ export default function LandingPage() {
title="The Collection"
description="Exquisite handbags designed for the sophisticated individual."
products={[
{ id: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles_1123-2645.jpg" },
{ id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg" },
{ 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/paper-bag-with-handles-side_1123-2646.jpg?_wi=2" },
]}
/>
</div>
@@ -109,7 +109,7 @@ export default function LandingPage() {
title="What Our Clients Say"
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/paper-bag-with-handles_1123-2645.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>
@@ -135,7 +135,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Your Email" },
]}
textarea={{ name: "message", placeholder: "Your Message" }}
imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg"
imageSrc="http://img.b2bpic.net/free-photo/paper-bag-with-handles-side_1123-2646.jpg?_wi=3"
/>
</div>