Update src/app/page.tsx

This commit is contained in:
2026-03-10 11:11:51 +00:00
parent 8d47533f34
commit af6cd56f53

View File

@@ -49,9 +49,9 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg", imageAlt: "Golden sourdough crust and artisan bread baking"},
imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=1", imageAlt: "Golden sourdough crust and artisan bread baking"},
{
imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg", imageAlt: "Specialty coffee with care and precision"},
imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg?_wi=1", imageAlt: "Specialty coffee with care and precision"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -79,7 +79,7 @@ export default function HomePage() {
title: "Craft Coffee", description: "Every cup brewed with precision using high-quality beans roasted with intention and care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354568.jpg", imageAlt: "Specialty coffee preparation and pour-over brewing", buttonIcon: ArrowRight,
buttonHref: "#menu"},
{
title: "Handcrafted Daily", description: "Each loaf and pastry made fresh every morning by skilled artisans dedicated to the craft.", imageSrc: "http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg", imageAlt: "Daily handcrafted breads and pastries", buttonIcon: ArrowRight,
title: "Handcrafted Daily", description: "Each loaf and pastry made fresh every morning by skilled artisans dedicated to the craft.", imageSrc: "http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg?_wi=1", imageAlt: "Daily handcrafted breads and pastries", buttonIcon: ArrowRight,
buttonHref: "#menu"},
]}
textboxLayout="default"
@@ -98,15 +98,15 @@ export default function HomePage() {
products={[
{
id: "1", brand: "Leavity", name: "Country Sourdough", price: "Made Fresh Daily", rating: 5,
reviewCount: "127+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-background_23-2148288109.jpg", imageAlt: "Golden country sourdough loaf", isFavorited: false,
reviewCount: "127+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-background_23-2148288109.jpg?_wi=1", imageAlt: "Golden country sourdough loaf", isFavorited: false,
},
{
id: "2", brand: "Leavity", name: "Pig & Fig Sandwich", price: "Made Fresh Daily", rating: 5,
reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-freshly-baked-hot-dogs-fig-slices-almonds-kitchen-counter_23-2147956752.jpg", imageAlt: "Artisanal pork and fig sandwich on focaccia", isFavorited: false,
reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-freshly-baked-hot-dogs-fig-slices-almonds-kitchen-counter_23-2147956752.jpg?_wi=1", imageAlt: "Artisanal pork and fig sandwich on focaccia", isFavorited: false,
},
{
id: "3", brand: "Leavity", name: "Biscoff Cookie Latte", price: "Made Fresh Daily", rating: 5,
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg", imageAlt: "Warm biscoff cookie latte with caramel spice", isFavorited: false,
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg?_wi=2", imageAlt: "Warm biscoff cookie latte with caramel spice", isFavorited: false,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -167,7 +167,7 @@ export default function HomePage() {
{ value: "20+", title: "Hours of Fermentation" },
{ value: "100%", title: "Handcrafted Daily" },
]}
imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=2"
imageAlt="Warm bakery interior and fresh bread display"
mediaAnimation="slide-up"
metricsAnimation="slide-up"