5 Commits

Author SHA1 Message Date
61939fa1be Merge version_12 into main
Merge version_12 into main
2026-04-12 16:03:17 +00:00
1b842a7ac5 Update src/app/page.tsx 2026-04-12 16:03:11 +00:00
4652cd4c6b Merge version_11 into main
Merge version_11 into main
2026-04-12 15:33:08 +00:00
79fd85d360 Merge version_11 into main
Merge version_11 into main
2026-04-12 15:32:37 +00:00
3c093d3b8c Merge version_11 into main
Merge version_11 into main
2026-04-12 15:32:11 +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>
);
}
}