Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:04:12 +00:00

View File

@@ -48,7 +48,7 @@ export default function PremiumShoesPage() {
{ text: "Shop Collection", href: "products" },
{ text: "Learn More", href: "about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg"
imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=1"
imageAlt="Premium shoes collection hero background"
showDimOverlay={true}
/>
@@ -106,23 +106,23 @@ export default function PremiumShoesPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "These shoes changed my daily routine. The comfort is unmatched and the design is absolutely stunning. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", handle: "@jameschen", testimonial: "Premium quality at an honest price. The craftsmanship is evident in every detail. I've already ordered three more pairs!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emrod", testimonial: "Finally found a brand that cares about sustainability AND style. These shoes look great and feel even better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Michael Park", handle: "@mpark", testimonial: "Customer service was exceptional and the delivery was fast. The quality exceeded my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Michael Park"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Michael Park"
},
{
id: "5", name: "Jessica Thompson", handle: "@jthompson", testimonial: "I've been wearing these shoes daily for three months. Still as comfortable as day one. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Jessica Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=5", imageAlt: "Jessica Thompson"
}
]}
textboxLayout="default"
@@ -153,7 +153,7 @@ export default function PremiumShoesPage() {
title="Stay Updated on New Releases"
description="Subscribe to our newsletter and be the first to know about exclusive drops, special offers, and styling tips from our team."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg"
imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=2"
imageAlt="Newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"