diff --git a/src/App.tsx b/src/App.tsx index 434fe97..ae8ad74 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,8 @@ export default function App() { { name: "Specials", href: "#products" }, ]} ctaButton={{ - text: "Order Now", href: "#order"}} + text: "Order Now", href: "#order" + }} /> @@ -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" /> @@ -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" + } ]} />