Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 967e22f73e | |||
| c01c747919 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
@@ -212,15 +212,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
text="Your table is waiting. Whether it's your first visit or your hundredth — we're ready to make it unforgettable."
|
||||
<ContactCTA
|
||||
tag="Prenota ora"
|
||||
title="Prenota o Ordina Facilmente"
|
||||
description="Assicurati il tuo tavolo o ordina i tuoi piatti preferiti in pochi clic per un'esperienza indimenticabile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "/booking"},
|
||||
text: "Prenota un Tavolo", href: "/booking"},
|
||||
{
|
||||
text: "Ordina Online", href: "/order"},
|
||||
]}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user