Update src/app/page.tsx

This commit is contained in:
2026-04-17 02:26:05 +00:00
parent 433ff211a1
commit f0922225da

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=1"
imageAlt="fresh artisan bakery display"
mediaAnimation="slide-up"
avatars={[
@@ -119,7 +119,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to D'avant"
description="We are dedicated to high-quality ingredients and modern baking techniques. Whether you are grabbing a quick croissant, enjoying a sandwich, or settling in for work, our space is designed for your comfort."
imageSrc="http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg?_wi=1"
/>
</div>
@@ -133,14 +133,14 @@ export default function LandingPage() {
{
title: "Fresh Daily",
description: "Baked from scratch every single morning.",
imageSrc: "http://img.b2bpic.net/free-photo/butter-croissant-table_1339-5773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/butter-croissant-table_1339-5773.jpg?_wi=1",
titleImageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookie_114579-4245.jpg",
buttonText: "View",
},
{
title: "Artisanal Bread",
description: "A wide variety of premium crusty loaves.",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-meal-with-bread-egg-flour_23-2148438659.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-meal-with-bread-egg-flour_23-2148438659.jpg?_wi=1",
titleImageSrc: "http://img.b2bpic.net/free-photo/italian-bread-wooden-board_23-2147686512.jpg",
buttonText: "View",
},
@@ -180,7 +180,7 @@ export default function LandingPage() {
id: "p3",
name: "Matcha Cake",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-cake-white-plate_74190-2549.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-cake-white-plate_74190-2549.jpg?_wi=1",
},
{
id: "p4",
@@ -219,7 +219,7 @@ export default function LandingPage() {
quote: "The bakery has a spacious and bright interior with a modern design.",
tag: "5 stars",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg?_wi=2",
imageAlt: "customer happy cafe interior",
},
{
@@ -230,7 +230,7 @@ export default function LandingPage() {
quote: "Loved how easy it was to grab the pastry. Portion reasonable.",
tag: "5 stars",
avatarSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg?_wi=2",
imageAlt: "customer happy cafe interior",
},
{
@@ -241,7 +241,7 @@ export default function LandingPage() {
quote: "Perfect spot to sit down and enjoy coffee.",
tag: "5 stars",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/butter-croissant-table_1339-5773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/butter-croissant-table_1339-5773.jpg?_wi=2",
imageAlt: "customer happy cafe interior",
},
{
@@ -252,7 +252,7 @@ export default function LandingPage() {
quote: "Delicious pastries and very clean seating area.",
tag: "5 stars",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-meal-with-bread-egg-flour_23-2148438659.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-meal-with-bread-egg-flour_23-2148438659.jpg?_wi=2",
imageAlt: "customer happy cafe interior",
},
{
@@ -263,7 +263,7 @@ export default function LandingPage() {
quote: "Best croissants in the area, hands down.",
tag: "5 stars",
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-cake-white-plate_74190-2549.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-cake-white-plate_74190-2549.jpg?_wi=2",
imageAlt: "customer happy cafe interior",
},
]}