Merge version_2 into main #3
@@ -2,14 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,16 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto", id: "#contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Crostó"
|
||||
/>
|
||||
@@ -48,10 +42,7 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Crostó"
|
||||
description="Tapas auténticas, momentos compartidos y una cocina sofisticada. Descubre el arte de compartir en el destino culinario premium de Igualada."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserva tu Mesa", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Reserva tu Mesa", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg?_wi=1", imageAlt: "Atmósfera de cena lujosa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368931.jpg?_wi=1", imageAlt: "Presentación de tapas gourmet" },
|
||||
@@ -97,6 +88,7 @@ export default function LandingPage() {
|
||||
description="Descubre por qué nuestros clientes regresan una y otra vez a compartir momentos especiales."
|
||||
textboxLayout="split"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Montsina Torres", role: "Cliente frecuente", testimonial: "Las tapas son simplemente perfectas. La calidad es excepcional y el ambiente es inmejorable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg" },
|
||||
{ id: "2", name: "Borfashul", role: "Gourmet", testimonial: "Una experiencia maravillosa. Servicio profesional y atento, comida equilibrada.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg" },
|
||||
@@ -112,17 +104,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Reservar Mesa", href: "#contact" }]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visítanos en Crostó"
|
||||
description="Haz tu reserva directamente con nuestro equipo para asegurar tu lugar en nuestra próxima velada."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Tu Nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Tu Correo", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Detalles de tu reserva o consultas...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user