From b67e27e4db43d5b3539766ae9b49e8f3bf57f1af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:14:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6708bf7..69f5494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { title="Walk the Line of Elegance" description="Pablo redefines modern luxury footwear with artisanal craftsmanship and bold design. Elevate every step with precision." testimonials={[ - { name: "Elena R.", handle: "@elena_r", testimonial: "The comfort and design are unmatched. Truly luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg", imageAlt: "luxury shoe photography studio" }, + { name: "Elena R.", handle: "@elena_r", testimonial: "The comfort and design are unmatched. Truly luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg?_wi=1", imageAlt: "luxury shoe photography studio" }, { name: "Mark S.", handle: "@marks_style", testimonial: "Pablo shoes changed my entire wardrobe approach.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33211.jpg", imageAlt: "luxury shoe photography studio" }, - { name: "David W.", handle: "@dw_lifestyle", testimonial: "Finally, sneakers that feel as good as they look.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg", imageAlt: "luxury shoe photography studio" }, - { name: "Sarah J.", handle: "@sarah_j", testimonial: "The leather quality is simply the best I have ever felt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sneakers-shoes_1203-8035.jpg", imageAlt: "luxury shoe photography studio" }, - { name: "Leo K.", handle: "@leo_k", testimonial: "Incredible durability without sacrificing the aesthetic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-athlete-tying-her-shoelaces_23-2148267174.jpg", imageAlt: "luxury shoe photography studio" } + { name: "David W.", handle: "@dw_lifestyle", testimonial: "Finally, sneakers that feel as good as they look.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg?_wi=1", imageAlt: "luxury shoe photography studio" }, + { name: "Sarah J.", handle: "@sarah_j", testimonial: "The leather quality is simply the best I have ever felt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sneakers-shoes_1203-8035.jpg?_wi=1", imageAlt: "luxury shoe photography studio" }, + { name: "Leo K.", handle: "@leo_k", testimonial: "Incredible durability without sacrificing the aesthetic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-athlete-tying-her-shoelaces_23-2148267174.jpg?_wi=1", imageAlt: "luxury shoe photography studio" } ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg?_wi=2" imageAlt="luxury shoe photography studio" mediaAnimation="blur-reveal" avatars={[ @@ -93,9 +93,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Pablo", name: "Classic Suede Loafer", price: "$295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg" }, - { id: "p2", brand: "Pablo", name: "Urban Gold Sneaker", price: "$345", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-shoes_1203-8035.jpg" }, - { id: "p3", brand: "Pablo", name: "Professional Oxford", price: "$395", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-athlete-tying-her-shoelaces_23-2148267174.jpg" }, + { id: "p1", brand: "Pablo", name: "Classic Suede Loafer", price: "$295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg?_wi=2" }, + { id: "p2", brand: "Pablo", name: "Urban Gold Sneaker", price: "$345", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-shoes_1203-8035.jpg?_wi=2" }, + { id: "p3", brand: "Pablo", name: "Professional Oxford", price: "$395", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-athlete-tying-her-shoelaces_23-2148267174.jpg?_wi=2" }, { id: "p4", brand: "Pablo", name: "Daily Chelsea Boot", price: "$420", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg" }, { id: "p5", brand: "Pablo", name: "Minimalist Slip-on", price: "$225", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg" }, { id: "p6", brand: "Pablo", name: "Modern Leather Runner", price: "$280", rating: 5, reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/business-man-sitting-his-car-back-sit_1303-23593.jpg" } -- 2.49.1