5 Commits

Author SHA1 Message Date
803ef7053c Merge version_3 into main
Merge version_3 into main
2025-12-20 22:39:42 +00:00
195bdc024b Update src/app/page.tsx 2025-12-20 22:39:37 +00:00
5117d10875 Merge version_2 into main
Merge version_2 into main
2025-12-20 22:25:40 +00:00
a70a30d3ef Update src/app/page.tsx 2025-12-20 22:25:35 +00:00
f2322f8f86 Merge version_1 into main
Merge version_1 into main
2025-12-20 22:21:38 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarouselSplit
title="Authentic Italian Cuisine Crafted with Passion"
title="Authentic italian cuisine at your doorstep"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183829918-12xa97ao.jpg",
@@ -213,10 +213,8 @@ export default function LandingPage() {
text="Ready to experience authentic Italian hospitality? Reserve your table today and let us create an unforgettable evening for you."
animationType="entrance-slide"
useInvertedBackground="noInvert"
buttons={[
{ text: "Make a Reservation", href: "tel:+1234567890" },
{ text: "Check Hours", href: "#footer" }
]}
buttons={[{ text: "Make a Reservation", href: "tel:+1234567890" },
{ text: "Check Hours", href: "#footer" }]}
containerClassName="py-20"
textClassName="text-3xl md:text-4xl font-light"
/>