Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-15 08:20:08 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Freshly Baked Every Morning"
description="Experience the warmth of artisanal bread crafted with love and tradition. From our oven to your table, enjoy the simple pleasures of real, crusty bread."
tag="Artisan Bakery"
buttons={[{ text: "View Menu", href: "#products" }]}
buttons={[{ text: "Explore Our Fresh Bakes", href: "#products" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg", imageAlt: "Artisan bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458036.jpg", imageAlt: "Coffee preparation" }
@@ -134,4 +134,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}