Update src/app/page.tsx
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
@@ -41,6 +42,8 @@ export default function LandingPage() {
|
||||
name: "Carta", id: "#menu"},
|
||||
{
|
||||
name: "Horarios", id: "#hours"},
|
||||
{
|
||||
name: "Reserva", id: "#reservation"},
|
||||
{
|
||||
name: "Reseñas", id: "#testimonials"},
|
||||
{
|
||||
@@ -69,7 +72,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserva una mesa", href: "#contact"},
|
||||
text: "Reserva una mesa", href: "#reservation"},
|
||||
{
|
||||
text: "Ver nuestra Carta", href: "#menu"},
|
||||
]}
|
||||
@@ -160,9 +163,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "lasagna", name: "Lasaña Casera", price: "12.50€", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-high-angle_23-2149598955.jpg", imageAlt: "Porción de lasaña tradicional"},
|
||||
{
|
||||
id: "tiramisu", name: "Tiramisú", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-dessert-with-cream-chocolate-cup-coffee-beans-cup-tea-table_141793-3621.jpg", imageAlt: "Postre Tiramisú italiano"},
|
||||
id: "tiramisu", name: "Tiramisú", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-dessert-with-cream-chocolate-cup-coffee-beans-cup-tea-table_141793-3621.jpg", alt: "Postre Tiramisú italiano"},
|
||||
{
|
||||
id: "tarta-queso", name: "Tarta de Queso", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheese-cake-with-berries-top-wooden-plate-with-berries-side_181624-12453.jpg", imageAlt: "Tarta de queso con frutos rojos"},
|
||||
id: "tarta-queso", name: "Tarta de Queso", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheese-cake-with-berries-top-wooden-plate-with-berries-side_181624-12453.jpg", alt: "Tarta de queso con frutos rojos"},
|
||||
]}
|
||||
title="Nuestra Carta Destacada"
|
||||
description="Explora nuestra selección de especialidades, desde pizzas clásicas de horno de leña hasta exquisitas pastas y postres caseros."
|
||||
@@ -189,6 +192,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservation" data-section="reservation">
|
||||
<ContactSplit
|
||||
tag="¡Tu mesa te espera!"
|
||||
title="Reserva Tu Experiencia"
|
||||
description="Para asegurar tu mesa, por favor, envíanos un mensaje con la fecha, hora, número de personas y cualquier petición especial. Nos pondremos en contacto contigo para confirmar."
|
||||
inputPlaceholder="Tu email o número de teléfono"
|
||||
buttonText="Enviar Solicitud"
|
||||
termsText="Al enviar, aceptas que nos pongamos en contacto contigo para gestionar tu reserva."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-restaurant-interior_23-2148184857.jpg"
|
||||
imageAlt="Interior de restaurante con mesas listas para comensales"
|
||||
mediaPosition="left"
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
@@ -250,7 +270,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Teléfono", href: "tel:+34985512094"},
|
||||
{
|
||||
label: "Reservas", href: "#contact"},
|
||||
label: "Reservas", href: "#reservation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user