From fb473615a2f3c4a09976dead4f178a9bdc9d1960 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 08:20:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cc9c7e..5b379d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file