diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bf13d0c..0a20c24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fff1c1..a600b4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Taste the Heights of Flavor. Artisan sandwiches and wood-fired pizza crafted fresh daily in authentic Dolomiti tradition." background={{ variant: "plain" }} buttons={[ - { text: "🍕 Order Now", href: "#menu" }, + { text: "Order Fresh Pizza", href: "#menu" }, { text: "📍 View Menu", href: "#menu" }, ]} layoutOrder="default" @@ -238,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}