Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:10:46 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-high-heels_23-2150225863.jpg", imageAlt: "Luxury shoe silhouette" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186776.jpg", imageAlt: "Premium designer shoe" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186776.jpg?_wi=1", imageAlt: "Premium designer shoe" },
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -131,7 +131,7 @@ export default function LandingPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Italian Leather Boot", price: "€450", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186776.jpg", imageAlt: "Premium Italian leather boot" },
{ id: "1", name: "Italian Leather Boot", price: "€450", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186776.jpg?_wi=2", imageAlt: "Premium Italian leather boot" },
{ id: "2", name: "Classic Designer Loafer", price: "€380", imageSrc: "http://img.b2bpic.net/free-photo/accessories-groom-shoes-boutonniere-phone-parfum-clock_8353-8008.jpg", imageAlt: "Elegant designer loafer" },
{ id: "3", name: "Luxury Formal Heel", price: "€420", imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-with-black-friday-sale-inscription_23-2147957588.jpg", imageAlt: "Sophisticated luxury heel" },
]}
@@ -149,12 +149,12 @@ export default function LandingPage() {
useInvertedBackground={false}
speed={40}
testimonials={[
{ id: "1", name: "Marie Durand", handle: "@mariedurand_paris", testimonial: "The authenticity and quality of shoes at Showsur is unmatched. Their team is incredibly knowledgeable and passionate about luxury footwear.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", imageAlt: "Marie Durand" },
{ id: "2", name: "Jean Leclerc", handle: "@jeanleclerc_lyon", testimonial: "Best boutique experience in Lyon. Genuine designer shoes with exceptional service. Highly recommend to anyone seeking authentic luxury.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-cafe_1157-20924.jpg", imageAlt: "Jean Leclerc" },
{ id: "1", name: "Marie Durand", handle: "@mariedurand_paris", testimonial: "The authenticity and quality of shoes at Showsur is unmatched. Their team is incredibly knowledgeable and passionate about luxury footwear.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg?_wi=1", imageAlt: "Marie Durand" },
{ id: "2", name: "Jean Leclerc", handle: "@jeanleclerc_lyon", testimonial: "Best boutique experience in Lyon. Genuine designer shoes with exceptional service. Highly recommend to anyone seeking authentic luxury.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-cafe_1157-20924.jpg?_wi=1", imageAlt: "Jean Leclerc" },
{ id: "3", name: "Sophie Martin", handle: "@sophiemartinparis", testimonial: "Ten years of excellence shows in every pair. Showsur is my go-to for authentic, premium designer footwear. Simply outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman_329181-7271.jpg", imageAlt: "Sophie Martin" },
{ id: "4", name: "Pierre Rousseau", handle: "@pierrerousseau_marseille", testimonial: "The curation at Showsur is impeccable. Every shoe tells a story of craftsmanship and luxury. Trusted them for years.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elegant-man-new-years-party_23-2148349058.jpg", imageAlt: "Pierre Rousseau" },
{ id: "5", name: "Isabella Rossi", handle: "@isabellarossi_style", testimonial: "Authenticity guaranteed. The team at Showsur genuinely cares about customer satisfaction. My favorite luxury boutique.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", imageAlt: "Isabella Rossi" },
{ id: "6", name: "Nicolas Dubois", handle: "@nicolasdubois_fashion", testimonial: "Premium selection, premium service. Showsur stands out for their commitment to quality and authentic designer footwear.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-cafe_1157-20924.jpg", imageAlt: "Nicolas Dubois" },
{ id: "5", name: "Isabella Rossi", handle: "@isabellarossi_style", testimonial: "Authenticity guaranteed. The team at Showsur genuinely cares about customer satisfaction. My favorite luxury boutique.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg?_wi=2", imageAlt: "Isabella Rossi" },
{ id: "6", name: "Nicolas Dubois", handle: "@nicolasdubois_fashion", testimonial: "Premium selection, premium service. Showsur stands out for their commitment to quality and authentic designer footwear.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-cafe_1157-20924.jpg?_wi=2", imageAlt: "Nicolas Dubois" },
]}
/>
</div>