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

This commit is contained in:
2026-03-07 13:57:23 +00:00
parent ea4cf0bc42
commit 4c76535b3f

View File

@@ -45,7 +45,7 @@ export default function ProductDetailPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/empty-artistic-atelier-with-rustic-watercolor-painting-displayed-canvas_482257-124761.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-artistic-atelier-with-rustic-watercolor-painting-displayed-canvas_482257-124761.jpg?_wi=2"
imageAlt="Product showcase"
mediaAnimation="opacity"
buttons={[
@@ -58,7 +58,7 @@ export default function ProductDetailPage() {
testimonials={[
{
name: "Happy Customer", handle: "Verified Buyer", testimonial: "Absolutely love this piece! Exceeded my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1372.jpg", imageAlt: "Customer avatar"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1372.jpg?_wi=2", imageAlt: "Customer avatar"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}