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