2 Commits

Author SHA1 Message Date
195bdc024b Update src/app/page.tsx 2025-12-20 22:39:37 +00:00
a70a30d3ef Update src/app/page.tsx 2025-12-20 22:25:35 +00:00

View File

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