Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user