4 Commits

Author SHA1 Message Date
10eedcb5cf Update src/app/page.tsx 2026-05-08 20:12:39 +00:00
022a203e03 Merge version_3 into main
Merge version_3 into main
2026-05-08 19:53:18 +00:00
d16d8f0788 Update src/app/page.tsx 2026-05-08 19:53:15 +00:00
93d343f9ea Merge version_2 into main
Merge version_2 into main
2026-05-08 19:49:48 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Welcome to Mc Wikiiki Tn" title="Savor Authentic Tunisian Flavors in the Heart of Tunis"
description="Discover a unique blend of flavors and atmosphere in the heart of Tunisia. We craft every meal with passion and local spirit." description="Discover a unique blend of flavors and atmosphere in the heart of Tunisia. We craft every meal with passion and local spirit."
buttons={[ buttons={[
{ {
@@ -179,7 +179,7 @@ export default function LandingPage() {
text="Join us for an unforgettable dining experience. Reach out for reservations or private events." text="Join us for an unforgettable dining experience. Reach out for reservations or private events."
buttons={[ buttons={[
{ {
text: "Call Now: +216 71 000 000", href: "tel:+21671000000"}, text: "Reserve Your Table Now", href: "tel:+21671000000"},
]} ]}
/> />
</div> </div>
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }