Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,7 +233,7 @@ export default function FlowerShopPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg"
|
||||
imageAlt="Lily's Flower Shop boutique studio"
|
||||
logoText="Lily's Flower Shop"
|
||||
copyrightText="© 2025 Lily's Flower Shop. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user