4 Commits

Author SHA1 Message Date
cb7e41ffe2 Update src/app/page.tsx 2026-04-16 20:52:34 +00:00
7833ef69c3 Merge version_19 into main
Merge version_19 into main
2026-04-16 20:51:23 +00:00
2c99ddb670 Update src/app/page.tsx 2026-04-16 20:51:19 +00:00
9ef309be74 Merge version_18 into main
Merge version_18 into main
2026-04-16 20:50:31 +00:00

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "gradient-bars" }}
tag="Authentic Italian Traditions Since 2009"
title="Authentic Italian Flavors, Crafted Daily"
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={[
@@ -84,7 +85,7 @@ export default function LandingPage() {
{ id: "p6", name: "Focaccia Sandwich", price: "CA$14", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg?_wi=2" },
]}
title="Our Daily Classics"
description="Authentic recipes, generous portions, and the quality you expect from a real Italian eatery."
description="Hand-crafted daily in limited batches—order yours before they're gone."
/>
</div>
@@ -103,4 +104,4 @@ export default function LandingPage() {
)}
</ThemeProvider>
);
}
}