Update src/app/page.tsx

This commit is contained in:
2026-04-19 09:04:14 +00:00
parent 532b70c35c
commit 1be5fbc8bc

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino-with-latte-art-bear-shape_140725-7126.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino-with-latte-art-bear-shape_140725-7126.jpg?_wi=1"
imageAlt="Coffee shop ambiance"
/>
</div>
@@ -98,7 +98,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/four-glasses-with-liqueur-put-line_181624-8994.jpg",
imageAlt: "Coffee brewing",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino-with-latte-art-bear-shape_140725-7126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-cappuccino-with-latte-art-bear-shape_140725-7126.jpg?_wi=2",
imageAlt: "cappuccino with latte art",
},
{
@@ -112,7 +112,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/soft-milky-coffee-cup-flat-lay-piece-sack_176474-5516.jpg",
imageAlt: "Latte art",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hands-woman-sitting-cafe-summer-fashion-outfit-pink-cotton-dress-sunglasses-drinking-coffee-stylish-accessories-relaxing-trendy-apparel_285396-104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hands-woman-sitting-cafe-summer-fashion-outfit-pink-cotton-dress-sunglasses-drinking-coffee-stylish-accessories-relaxing-trendy-apparel_285396-104.jpg?_wi=1",
imageAlt: "cappuccino with latte art",
},
{
@@ -126,7 +126,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-shop_1339-6297.jpg",
imageAlt: "Customer experience",
},
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9053.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9053.jpg?_wi=1",
imageAlt: "cappuccino with latte art",
},
]}
@@ -235,7 +235,7 @@ export default function LandingPage() {
name: "Sarah Miller",
role: "Regular Patron",
testimonial: "The best coffee in town, hands down. The atmosphere is lovely.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9053.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9053.jpg?_wi=2",
},
{
id: "2",
@@ -314,7 +314,7 @@ export default function LandingPage() {
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hands-woman-sitting-cafe-summer-fashion-outfit-pink-cotton-dress-sunglasses-drinking-coffee-stylish-accessories-relaxing-trendy-apparel_285396-104.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hands-woman-sitting-cafe-summer-fashion-outfit-pink-cotton-dress-sunglasses-drinking-coffee-stylish-accessories-relaxing-trendy-apparel_285396-104.jpg?_wi=2"
imageAlt="Coffee shop counter atmosphere"
/>
</div>