Update src/app/page.tsx

This commit is contained in:
2026-03-08 18:22:54 +00:00
parent 82985fb526
commit 24aeb4da1c

View File

@@ -49,11 +49,11 @@ export default function LandingPage() {
tagIcon={Heart}
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg", imageAlt: "Fresh pastries and coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg", imageAlt: "Golden butter croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg", imageAlt: "Signature handcrafted cakes" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg", imageAlt: "Barista-crafted specialty coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-holding-fresh-croissant-tray_23-2148189048.jpg", imageAlt: "Fresh pastries collection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=1", imageAlt: "Fresh pastries and coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg?_wi=1", imageAlt: "Golden butter croissants" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg?_wi=1", imageAlt: "Signature handcrafted cakes" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg?_wi=1", imageAlt: "Barista-crafted specialty coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-holding-fresh-croissant-tray_23-2148189048.jpg?_wi=1", imageAlt: "Fresh pastries collection" }
]}
buttons={[
{ text: "View Menu", href: "#menu" },
@@ -90,9 +90,9 @@ export default function LandingPage() {
features={[
{
title: "Butter Croissants", description: "Soft, flaky layers baked fresh every morning with premium European butter.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg", imageAlt: "Butter croissants layer 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-holding-fresh-croissant-tray_23-2148189048.jpg", imageAlt: "Butter croissants layer 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg", imageAlt: "Butter croissants layer 3" }
{ imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg?_wi=2", imageAlt: "Butter croissants layer 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-holding-fresh-croissant-tray_23-2148189048.jpg?_wi=2", imageAlt: "Butter croissants layer 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=2", imageAlt: "Butter croissants layer 3" }
]
},
{
@@ -181,13 +181,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Butter Croissants", price: "$5.50", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg", imageAlt: "Butter croissants"
id: "1", name: "Butter Croissants", price: "$5.50", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/croissant-baking-preparation-food-photography_53876-106082.jpg?_wi=3", imageAlt: "Butter croissants"
},
{
id: "2", name: "Signature Cakes", price: "$35.00", variant: "Chocolate, Vanilla, Red Velvet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg", imageAlt: "Signature cakes"
id: "2", name: "Signature Cakes", price: "$35.00", variant: "Chocolate, Vanilla, Red Velvet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-chocolate-fondant-with-ice-cream_141793-4300.jpg?_wi=2", imageAlt: "Signature cakes"
},
{
id: "3", name: "Specialty Coffee", price: "$4.75", variant: "Espresso, Cappuccino, Latte, Iced", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg", imageAlt: "Specialty coffee"
id: "3", name: "Specialty Coffee", price: "$4.75", variant: "Espresso, Cappuccino, Latte, Iced", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg?_wi=2", imageAlt: "Specialty coffee"
}
]}
/>