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

This commit is contained in:
2026-03-20 05:36:22 +00:00
parent 18c1ac4cc7
commit e91479b691

View File

@@ -61,7 +61,7 @@ export default function ProductDetailPage() {
{ text: "View More", href: "/shop" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=5"
imageAlt="Executive leather loafers"
mediaAnimation="slide-up"
testimonials={[
@@ -70,7 +70,7 @@ export default function ProductDetailPage() {
handle: "@fashionlover",
testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
@@ -78,7 +78,7 @@ export default function ProductDetailPage() {
handle: "@styleicon",
testimonial: "Excellent selection and fast shipping. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -86,7 +86,7 @@ export default function ProductDetailPage() {
handle: "@trendsetters",
testimonial: "Premium quality at affordable prices. Love this brand!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
@@ -94,7 +94,7 @@ export default function ProductDetailPage() {
handle: "@shoppers_choice",
testimonial: "Customer service is exceptional. Will definitely shop again!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "David Kim",
},
]}
@@ -124,7 +124,7 @@ export default function ProductDetailPage() {
name: "Urban Comfort Sneakers",
price: "₹3,499",
variant: "White, Navy, Gray",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=4",
imageAlt: "Urban comfort sneakers",
},
{
@@ -132,7 +132,7 @@ export default function ProductDetailPage() {
name: "Elegant Formal Oxfords",
price: "₹5,499",
variant: "Black, Tan",
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=3",
imageAlt: "Elegant formal oxfords",
},
{
@@ -140,7 +140,7 @@ export default function ProductDetailPage() {
name: "Premium Running Shoes",
price: "₹4,299",
variant: "Red, Black, Blue",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=6",
imageAlt: "Premium running shoes",
},
]}