Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-20 16:53:22 +00:00

View File

@@ -52,25 +52,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Julia M.", handle: "@juliam", testimonial: "The quality of these clothes is unmatched. My new favorite store!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg", imageAlt: "model fashion clothing store"},
imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg?_wi=1", imageAlt: "model fashion clothing store"},
{
name: "Mark D.", handle: "@markd", testimonial: "Shipping was fast and the fit is perfect every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg", imageAlt: "model fashion clothing store"},
imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg?_wi=1", imageAlt: "model fashion clothing store"},
{
name: "Sarah P.", handle: "@sarahp", testimonial: "Love the sustainable approach and minimalist aesthetic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg", imageAlt: "model fashion clothing store"},
imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg?_wi=1", imageAlt: "model fashion clothing store"},
{
name: "Leo T.", handle: "@leot", testimonial: "Best denim I've ever owned. Worth the investment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", imageAlt: "model fashion clothing store"},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=1", imageAlt: "model fashion clothing store"},
{
name: "Ava K.", handle: "@avak", testimonial: "Customer service is top notch. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg", imageAlt: "model fashion clothing store"},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg?_wi=1", imageAlt: "model fashion clothing store"},
]}
buttons={[
{
text: "Shop New Arrivals", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8480.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-shopping-mall_176420-5761.jpg", alt: "Young beautiful girl speaking on phone in shopping mall."},
@@ -95,16 +95,16 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Moda", name: "Essential Cotton Tee", price: "$29", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg?_wi=2"},
{
id: "2", brand: "Moda", name: "Classic Denim Jeans", price: "$89", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg"},
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seductive-girl-wearing-distressed-jeans-denim-jacket-looking-camera-while-sitting-chair-fitting-room-clothing-store_613910-20033.jpg?_wi=2"},
{
id: "3", brand: "Moda", name: "Urban Leather Jacket", price: "$199", rating: 5,
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg"},
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2"},
{
id: "4", brand: "Moda", name: "Summer Floral Dress", price: "$65", rating: 4,
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg"},
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-texting-mobile-phone-garden_1301-6699.jpg?_wi=2"},
{
id: "5", brand: "Moda", name: "Minimalist Linen Shirt", price: "$55", rating: 5,
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828594.jpg"},