Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 967e22f73e | |||
| c01c747919 | |||
| 1719bc381a | |||
| a256c8c60f |
@@ -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,17 +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: "Reserve Now", href: "#"},
|
||||
text: "Prenota un Tavolo", href: "/booking"},
|
||||
{
|
||||
text: "Order Online", href: "#"},
|
||||
text: "Ordina Online", href: "/order"},
|
||||
]}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,4 +262,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user