Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 195bdc024b | |||
| a70a30d3ef |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user