diff --git a/src/app/page.tsx b/src/app/page.tsx index 3141ab6..f7f2658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function FlowerShopPage() { }, { id: "2", name: "Michael Chen", role: "Customer", company: "Anniversary Gift", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Recurring Customer", company: "Birthday Deliveries", rating: 5, @@ -77,7 +77,7 @@ export default function FlowerShopPage() { }, { id: "4", name: "David Kim", role: "Corporate Client", company: "Event Arrangements", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } ]} kpiItems={[ @@ -166,9 +166,10 @@ export default function FlowerShopPage() { value: "100% Satisfaction", title: "Guaranteed or we'll remake your bouquet" } ]} - imageSrc="http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg" imageAlt="Lily's Flower Shop studio workspace" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -232,7 +233,7 @@ export default function FlowerShopPage() {