Update src/App.tsx

This commit is contained in:
2026-04-09 23:45:09 +00:00
parent 66cf67db71
commit e14ceaf42e

View File

@@ -15,7 +15,8 @@ export default function App() {
{ name: "Specials", href: "#products" },
]}
ctaButton={{
text: "Order Now", href: "#order"}}
text: "Order Now", href: "#order"
}}
/>
</div>
@@ -25,9 +26,11 @@ export default function App() {
title="Baking Warmth Daily"
description="Authentic, artisanal bread and pastries baked from scratch every morning in the heart of the city."
primaryButton={{
text: "Browse Menu", href: "#products"}}
text: "Browse Menu", href: "#products"
}}
secondaryButton={{
text: "Learn More", href: "#about"}}
text: "Learn More", href: "#about"
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eubn7c"
/>
</div>
@@ -49,11 +52,14 @@ export default function App() {
description="Explore our daily selection of handcrafted delights made with traditional techniques."
items={[
{
tag: "Signature", title: "Butter Croissants", description: "Layers of buttery, flaky pastry folded 27 times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1wtxpt"},
tag: "Signature", title: "Butter Croissants", description: "Layers of buttery, flaky pastry folded 27 times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1wtxpt"
},
{
tag: "Artisan", title: "Rustic Sourdough", description: "Naturally leavened loaf with a crackling crust.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdpsmo"},
tag: "Artisan", title: "Rustic Sourdough", description: "Naturally leavened loaf with a crackling crust.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdpsmo"
},
{
tag: "Seasonal", title: "Berry Tart", description: "Fresh berries on a bed of vanilla cream.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=beel6i"},
tag: "Seasonal", title: "Berry Tart", description: "Fresh berries on a bed of vanilla cream.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=beel6i"
}
]}
/>
</div>