Merge version_12 into main #18

Merged
bender merged 1 commits from version_12 into main 2026-04-12 16:03:17 +00:00

View File

@@ -42,8 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "gradient-bars" }}
tag="Cibo, Amore, Tradizione"
title="Wood-Fired Comfort, Italian Classics & Espresso Done Right."
description="From early-morning cappuccinos to hot table favourites and fresh pastries — Molisana Bakery is your daily Italian ritual."
description="From early-morning cappuccinos to hot table favourites and fresh pastries — Molisana Bakery is your daily Italian ritual. Simply put: There is no substitute for the Italian way of food."
buttons={[
{ text: "View Menu", href: "/menu" },
{ text: "View Services", href: "/services" },
@@ -145,4 +146,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}