Update src/app/product/[id]/page.tsx

This commit is contained in:
2026-03-07 22:34:47 +00:00
parent 7117f229da
commit 9625cf573c

View File

@@ -89,7 +89,7 @@ export default function ProductPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg"
imageSrc="http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=3"
imageAlt="Air Force Performance Shoe"
mediaAnimation="opacity"
imagePosition="right"
@@ -99,14 +99,14 @@ export default function ProductPage() {
handle: "Professional Athlete",
testimonial: "The best athletic shoes I've ever worn. Incredible comfort and performance that lasts all day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg?_wi=3",
},
{
name: "Sarah Williams",
handle: "Fitness Enthusiast",
testimonial: "Fantastic quality and amazing customer service. These shoes transformed my training routine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg?_wi=3",
},
]}
buttons={[
@@ -130,19 +130,19 @@ export default function ProductPage() {
id: 1,
title: "Premium Comfort",
description: "Advanced cushioning technology provides all-day comfort for training, competition, or casual wear.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-tying-shoelaces_23-2150828875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-tying-shoelaces_23-2150828875.jpg?_wi=2",
},
{
id: 2,
title: "Durability & Performance",
description: "Built to last with reinforced materials and superior construction. Engineered for peak athletic performance.",
imageSrc: "http://img.b2bpic.net/free-photo/view-soccer-shoes-field-grass_23-2150887543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-soccer-shoes-field-grass_23-2150887543.jpg?_wi=3",
},
{
id: 3,
title: "Stylish Design",
description: "Sleek, modern aesthetic that transitions seamlessly from the gym to everyday life.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg?_wi=3",
},
]}
/>
@@ -165,7 +165,7 @@ export default function ProductPage() {
handle: "Verified Buyer",
testimonial: "Exceptional quality and durability. These shoes have transformed my daily runs. The comfort level is unmatched and the build quality is outstanding.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg?_wi=4",
},
{
id: "2",
@@ -173,7 +173,7 @@ export default function ProductPage() {
handle: "Fitness Trainer",
testimonial: "Outstanding products and customer service. The comfort level is incredible. I've purchased multiple pairs for both training and casual wear.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-145.jpg?_wi=4",
},
{
id: "3",
@@ -181,7 +181,7 @@ export default function ProductPage() {
handle: "Professional Runner",
testimonial: "The best investment for my athletic gear. Performance, comfort, and style all in one package. Worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
},
{
id: "4",
@@ -189,7 +189,7 @@ export default function ProductPage() {
handle: "Verified Buyer",
testimonial: "Fast shipping, perfect fit, and amazing quality. The attention to detail is impressive. Will definitely be ordering again soon.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
},
]}
/>