Update src/app/product/[id]/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user