Update src/app/page.tsx
This commit is contained in:
323
src/app/page.tsx
323
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Servicios", id: "#services"},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galería", id: "#gallery"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2wr3lu"
|
||||
logoAlt="LNW Logo"
|
||||
@@ -69,52 +57,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Tu historia merece ser recordada para siempre."
|
||||
description="Fotografía y cinematografía de bodas en Querétaro. Capturamos emociones reales y las convertimos en recuerdos eternos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar fecha",
|
||||
href: "https://wa.me/524421437181",
|
||||
},
|
||||
text: "Reservar fecha", href: "https://wa.me/524421437181"},
|
||||
{
|
||||
text: "Ver nuestro trabajo",
|
||||
href: "#gallery",
|
||||
},
|
||||
text: "Ver nuestro trabajo", href: "#gallery"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-kiss-by-lake_23-2151976645.jpg",
|
||||
imageAlt: "Pareja de recién casados mirándose con amor",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-kiss-by-lake_23-2151976645.jpg", imageAlt: "Pareja de recién casados mirándose con amor"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg",
|
||||
imageAlt: "Novios celebrando en un hermoso atardecer",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg", imageAlt: "Novios celebrando en un hermoso atardecer"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-wedding-day-walking-outdoors-near-architecture_8353-5843.jpg",
|
||||
imageAlt: "Momentos íntimos de la boda con emociones genuinas",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-wedding-day-walking-outdoors-near-architecture_8353-5843.jpg", imageAlt: "Momentos íntimos de la boda con emociones genuinas"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cutting-moment_23-2152010055.jpg",
|
||||
imageAlt: "Detalles elegantes de la recepción de boda",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-cutting-moment_23-2152010055.jpg", imageAlt: "Detalles elegantes de la recepción de boda"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sits-chair-with-candles-wine-glasses-outdoor-part-restaurant_146671-14424.jpg",
|
||||
imageAlt: "Vista aérea cinematográfica de una boda en Querétaro",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sits-chair-with-candles-wine-glasses-outdoor-part-restaurant_146671-14424.jpg", imageAlt: "Vista aérea cinematográfica de una boda en Querétaro"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-beach-vacation_23-2149369710.jpg",
|
||||
imageAlt: "Pareja caminando de la mano en un paisaje romántico",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-beach-vacation_23-2149369710.jpg", imageAlt: "Pareja caminando de la mano en un paisaje romántico"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -126,19 +91,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "No capturamos momentos.",
|
||||
},
|
||||
type: "text", content: "No capturamos momentos."},
|
||||
{
|
||||
type: "text",
|
||||
content: "Contamos historias.",
|
||||
},
|
||||
type: "text", content: "Contamos historias."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce al equipo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Conoce al equipo", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -151,29 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Heart,
|
||||
title: "Historias capturadas",
|
||||
value: "150+",
|
||||
},
|
||||
id: "1", icon: Heart,
|
||||
title: "Historias capturadas", value: "150+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Camera,
|
||||
title: "Miles de fotografías entregadas",
|
||||
value: "50K+",
|
||||
},
|
||||
id: "2", icon: Camera,
|
||||
title: "Miles de fotografías entregadas", value: "50K+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Video,
|
||||
title: "Películas de boda",
|
||||
value: "100+",
|
||||
},
|
||||
id: "3", icon: Video,
|
||||
title: "Películas de boda", value: "100+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: MapPin,
|
||||
title: "Cobertura en Querétaro y alrededores",
|
||||
value: "100%",
|
||||
},
|
||||
id: "4", icon: MapPin,
|
||||
title: "Cobertura en Querétaro y alrededores", value: "100%"},
|
||||
]}
|
||||
title="Nuestra Experiencia"
|
||||
description="Cifras que demuestran nuestro compromiso con cada historia."
|
||||
@@ -186,53 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Esencial",
|
||||
title: "Fotografía de Boda",
|
||||
subtitle: "Cobertura completa del gran día.",
|
||||
description: "Capturamos cada sonrisa, lágrima y abrazo con una visión artística y documental, creando un relato visual eterno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg",
|
||||
imageAlt: "Fotografía de boda en Querétaro",
|
||||
},
|
||||
tag: "Esencial", title: "Fotografía de Boda", subtitle: "Cobertura completa del gran día.", description: "Capturamos cada sonrisa, lágrima y abrazo con una visión artística y documental, creando un relato visual eterno.", imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg", imageAlt: "Fotografía de boda en Querétaro"},
|
||||
{
|
||||
tag: "Cinemático",
|
||||
title: "Wedding Film",
|
||||
subtitle: "Video cinematográfico de su historia.",
|
||||
description: "Un documental narrativo y emocional que revive la magia de su boda con calidad de película, capturando la esencia de su amor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/part-groom-with-retro-camera-empty-card_329181-1585.jpg",
|
||||
imageAlt: "Wedding film en Querétaro",
|
||||
},
|
||||
tag: "Cinemático", title: "Wedding Film", subtitle: "Video cinematográfico de su historia.", description: "Un documental narrativo y emocional que revive la magia de su boda con calidad de película, capturando la esencia de su amor.", imageSrc: "http://img.b2bpic.net/free-photo/part-groom-with-retro-camera-empty-card_329181-1585.jpg", imageAlt: "Wedding film en Querétaro"},
|
||||
{
|
||||
tag: "Anticipación",
|
||||
title: "Save the Date",
|
||||
subtitle: "Sesiones previas a la boda.",
|
||||
description: "Anuncien su gran día con estilo. Sesiones creativas que reflejan su personalidad y el inicio de su viaje juntos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-background-date-february-14-calendar-flat-lay-top-view_169016-25581.jpg",
|
||||
imageAlt: "Sesión Save the Date",
|
||||
},
|
||||
tag: "Anticipación", title: "Save the Date", subtitle: "Sesiones previas a la boda.", description: "Anuncien su gran día con estilo. Sesiones creativas que reflejan su personalidad y el inicio de su viaje juntos.", imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-background-date-february-14-calendar-flat-lay-top-view_169016-25581.jpg", imageAlt: "Sesión Save the Date"},
|
||||
{
|
||||
tag: "Compromiso",
|
||||
title: "Engagement Session",
|
||||
subtitle: "Sesiones de compromiso personalizadas.",
|
||||
description: "Celebren su compromiso con una sesión fotográfica que captura la chispa y el romance antes del \"sí, quiero\".",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-bride-tender-his-arms-while-she-looks-him_8353-8055.jpg",
|
||||
imageAlt: "Sesión de compromiso",
|
||||
},
|
||||
tag: "Compromiso", title: "Engagement Session", subtitle: "Sesiones de compromiso personalizadas.", description: "Celebren su compromiso con una sesión fotográfica que captura la chispa y el romance antes del \"sí, quiero\".", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-bride-tender-his-arms-while-she-looks-him_8353-8055.jpg", imageAlt: "Sesión de compromiso"},
|
||||
{
|
||||
tag: "Creativo",
|
||||
title: "Trash the Dress",
|
||||
subtitle: "Sesiones posteriores a la boda.",
|
||||
description: "Libérense y disfruten de una sesión única y atrevida después de la boda, sin límites ni preocupaciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-his-bride-his-arms-somewhere-nature_1153-5986.jpg",
|
||||
imageAlt: "Sesión Trash the Dress",
|
||||
},
|
||||
tag: "Creativo", title: "Trash the Dress", subtitle: "Sesiones posteriores a la boda.", description: "Libérense y disfruten de una sesión única y atrevida después de la boda, sin límites ni preocupaciones.", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-his-bride-his-arms-somewhere-nature_1153-5986.jpg", imageAlt: "Sesión Trash the Dress"},
|
||||
{
|
||||
tag: "Legado",
|
||||
title: "Álbumes Premium",
|
||||
subtitle: "Álbumes impresos de alta calidad.",
|
||||
description: "Sus recuerdos merecen ser atesorados en álbumes de diseño exclusivo, impresos con la más alta calidad para perdurar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-garden_1157-24485.jpg",
|
||||
imageAlt: "Álbumes premium de boda",
|
||||
},
|
||||
tag: "Legado", title: "Álbumes Premium", subtitle: "Álbumes impresos de alta calidad.", description: "Sus recuerdos merecen ser atesorados en álbumes de diseño exclusivo, impresos con la más alta calidad para perdurar.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-garden_1157-24485.jpg", imageAlt: "Álbumes premium de boda"},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Diseñamos paquetes personalizados para inmortalizar cada aspecto de su día especial."
|
||||
@@ -243,6 +154,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[]}
|
||||
title="“No buscamos posar cada instante. Buscamos capturar las miradas, las lágrimas, las risas, los abrazos, y esos pequeños momentos que el tiempo suele olvidar.”"
|
||||
description="Nuestra filosofía es ir más allá de la simple captura, para documentar la verdadera esencia y la narrativa emocional de su día."
|
||||
showCard={false}
|
||||
@@ -257,47 +169,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Preparativos",
|
||||
price: "Fotografía",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-pretty-woman-relaxing-bedroom-brides-morning_8353-6168.jpg",
|
||||
imageAlt: "Preparativos de la novia",
|
||||
},
|
||||
id: "1", name: "Preparativos", price: "Fotografía", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-pretty-woman-relaxing-bedroom-brides-morning_8353-6168.jpg", imageAlt: "Preparativos de la novia"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ceremonia",
|
||||
price: "Fotografía",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-16370.jpg",
|
||||
imageAlt: "Ceremonia de boda",
|
||||
},
|
||||
id: "2", name: "Ceremonia", price: "Fotografía", imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-16370.jpg", imageAlt: "Ceremonia de boda"},
|
||||
{
|
||||
id: "3",
|
||||
name: "La Pareja",
|
||||
price: "Fotografía y Video",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-young-expecting-couple-rest-plaid-green-tree_8353-8246.jpg",
|
||||
imageAlt: "Sesión de pareja de bodas",
|
||||
},
|
||||
id: "3", name: "La Pareja", price: "Fotografía y Video", imageSrc: "http://img.b2bpic.net/free-photo/charming-young-expecting-couple-rest-plaid-green-tree_8353-8246.jpg", imageAlt: "Sesión de pareja de bodas"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Momentos Familiares",
|
||||
price: "Fotografía",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275468.jpg",
|
||||
imageAlt: "Familia en boda",
|
||||
},
|
||||
id: "4", name: "Momentos Familiares", price: "Fotografía", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275468.jpg", imageAlt: "Familia en boda"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Recepción",
|
||||
price: "Fotografía y Video",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-bride-amazing-wedding-dress-with-long-sleeves-holding-groom-hands-looking-him-first-wedding-dance_8353-11919.jpg",
|
||||
imageAlt: "Recepción de boda",
|
||||
},
|
||||
id: "5", name: "Recepción", price: "Fotografía y Video", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-bride-amazing-wedding-dress-with-long-sleeves-holding-groom-hands-looking-him-first-wedding-dance_8353-11919.jpg", imageAlt: "Recepción de boda"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Detalles",
|
||||
price: "Fotografía",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg",
|
||||
imageAlt: "Detalles de la boda",
|
||||
},
|
||||
id: "6", name: "Detalles", price: "Fotografía", imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg", imageAlt: "Detalles de la boda"},
|
||||
]}
|
||||
title="Nuestras Historias de Amor"
|
||||
description="Una selección de momentos inolvidables capturados en fotografía y video. Cada boda es un universo."
|
||||
@@ -310,50 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Un Sueño Hecho Realidad",
|
||||
quote: "“No podríamos haber elegido un mejor equipo para nuestra boda. Capturaron la esencia de cada instante y nos entregaron un legado.”",
|
||||
name: "Lisset Rosales",
|
||||
role: "Novia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-holding-finger-chin-singlet-pants-looking-thoughtful_176474-51557.jpg",
|
||||
imageAlt: "Lisset Rosales",
|
||||
},
|
||||
id: "1", title: "Un Sueño Hecho Realidad", quote: "“No podríamos haber elegido un mejor equipo para nuestra boda. Capturaron la esencia de cada instante y nos entregaron un legado.”", name: "Lisset Rosales", role: "Novia", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-holding-finger-chin-singlet-pants-looking-thoughtful_176474-51557.jpg", imageAlt: "Lisset Rosales"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Impresionante y Emocional",
|
||||
quote: "“Las fotos superaron todas nuestras expectativas. Cada imagen está llena de emociones y el video nos hace revivir ese día una y otra vez.”",
|
||||
name: "Diana Nallely Dávila",
|
||||
role: "Novia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-middle-eastern-bearded-man-pointing-upper-left-corner-with-delighted-expression_176420-20463.jpg",
|
||||
imageAlt: "Diana Nallely Dávila",
|
||||
},
|
||||
id: "2", title: "Impresionante y Emocional", quote: "“Las fotos superaron todas nuestras expectativas. Cada imagen está llena de emociones y el video nos hace revivir ese día una y otra vez.”", name: "Diana Nallely Dávila", role: "Novia", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-middle-eastern-bearded-man-pointing-upper-left-corner-with-delighted-expression_176420-20463.jpg", imageAlt: "Diana Nallely Dávila"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Profesionalismo y Talento",
|
||||
quote: "“Desde el primer contacto hasta la entrega, LNW demostró un profesionalismo impecable y un talento inigualable. ¡Mil gracias!”",
|
||||
name: "Carlos Mendiola",
|
||||
role: "Novio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-blue-dress-posing-studio_613910-10856.jpg",
|
||||
imageAlt: "Carlos Mendiola",
|
||||
},
|
||||
id: "3", title: "Profesionalismo y Talento", quote: "“Desde el primer contacto hasta la entrega, LNW demostró un profesionalismo impecable y un talento inigualable. ¡Mil gracias!”", name: "Carlos Mendiola", role: "Novio", imageSrc: "http://img.b2bpic.net/free-photo/girl-blue-dress-posing-studio_613910-10856.jpg", imageAlt: "Carlos Mendiola"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Candid y Auténtico",
|
||||
quote: "“Apreciamos que capturaran los momentos más auténticos sin forzar poses. Es exactamente lo que buscábamos para nuestra boda.”",
|
||||
name: "Ana G. Fernández",
|
||||
role: "Novia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4862.jpg",
|
||||
imageAlt: "Ana G. Fernández",
|
||||
},
|
||||
id: "4", title: "Candid y Auténtico", quote: "“Apreciamos que capturaran los momentos más auténticos sin forzar poses. Es exactamente lo que buscábamos para nuestra boda.”", name: "Ana G. Fernández", role: "Novia", imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4862.jpg", imageAlt: "Ana G. Fernández"},
|
||||
{
|
||||
id: "5",
|
||||
title: "El Mejor Recuerdo",
|
||||
quote: "“Las fotografías y el video son el mejor recuerdo que tenemos de nuestro día. Cada detalle fue capturado con arte y sensibilidad.”",
|
||||
name: "Roberto Jiménez",
|
||||
role: "Novio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275482.jpg",
|
||||
imageAlt: "Roberto Jiménez",
|
||||
},
|
||||
id: "5", title: "El Mejor Recuerdo", quote: "“Las fotografías y el video son el mejor recuerdo que tenemos de nuestro día. Cada detalle fue capturado con arte y sensibilidad.”", name: "Roberto Jiménez", role: "Novio", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275482.jpg", imageAlt: "Roberto Jiménez"},
|
||||
]}
|
||||
title="Historias Reales, Emociones Genuinas"
|
||||
description="Lo que nuestras parejas dicen sobre la experiencia LNW."
|
||||
@@ -366,35 +213,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuánto tiempo antes debemos reservar?",
|
||||
content: "Recomendamos reservar su fecha con al menos 6 a 12 meses de anticipación, especialmente para bodas en temporada alta. ¡Nuestra disponibilidad es limitada!",
|
||||
},
|
||||
id: "1", title: "¿Cuánto tiempo antes debemos reservar?", content: "Recomendamos reservar su fecha con al menos 6 a 12 meses de anticipación, especialmente para bodas en temporada alta. ¡Nuestra disponibilidad es limitada!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Qué incluye la cobertura?",
|
||||
content: "Nuestros paquetes base incluyen cobertura completa del evento, edición profesional, galería digital de alta resolución y un wedding film destacado. Contamos con opciones de álbumes premium y sesiones adicionales.",
|
||||
},
|
||||
id: "2", title: "¿Qué incluye la cobertura?", content: "Nuestros paquetes base incluyen cobertura completa del evento, edición profesional, galería digital de alta resolución y un wedding film destacado. Contamos con opciones de álbumes premium y sesiones adicionales."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Ofrecen fotografía y video?",
|
||||
content: "Sí, somos especialistas en fotografía y cinematografía de bodas. Nuestro equipo está capacitado para brindar ambos servicios con un estilo cohesivo y de alta calidad.",
|
||||
},
|
||||
id: "3", title: "¿Ofrecen fotografía y video?", content: "Sí, somos especialistas en fotografía y cinematografía de bodas. Nuestro equipo está capacitado para brindar ambos servicios con un estilo cohesivo y de alta calidad."},
|
||||
{
|
||||
id: "4",
|
||||
title: "¿Cubren bodas fuera de Querétaro?",
|
||||
content: "Absolutamente. Estamos disponibles para cubrir bodas en cualquier parte de México y destinos internacionales. Los costos de traslado se cotizan aparte.",
|
||||
},
|
||||
id: "4", title: "¿Cubren bodas fuera de Querétaro?", content: "Absolutamente. Estamos disponibles para cubrir bodas en cualquier parte de México y destinos internacionales. Los costos de traslado se cotizan aparte."},
|
||||
{
|
||||
id: "5",
|
||||
title: "¿Cuánto tarda la entrega?",
|
||||
content: "La entrega de las fotografías se realiza en un plazo de 6 a 8 semanas, y el wedding film en 8 a 12 semanas. La calidad y el cuidado en la edición son nuestra prioridad.",
|
||||
},
|
||||
id: "5", title: "¿Cuánto tarda la entrega?", content: "La entrega de las fotografías se realiza en un plazo de 6 a 8 semanas, y el wedding film en 8 a 12 semanas. La calidad y el cuidado en la edición son nuestra prioridad."},
|
||||
{
|
||||
id: "6",
|
||||
title: "¿Entregan álbumes impresos?",
|
||||
content: "Ofrecemos álbumes impresos premium como un add-on. Son álbumes de diseño exclusivo con materiales de la más alta calidad para atesorar sus recuerdos.",
|
||||
},
|
||||
id: "6", title: "¿Entregan álbumes impresos?", content: "Ofrecemos álbumes impresos premium como un add-on. Son álbumes de diseño exclusivo con materiales de la más alta calidad para atesorar sus recuerdos."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133991.jpg"
|
||||
imageAlt="Pareja discutiendo preguntas frecuentes de boda"
|
||||
@@ -410,17 +239,14 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="El Primer Paso"
|
||||
tagAnimation="slide-up"
|
||||
title="Las fotografías pasarán de generación en generación."
|
||||
description="Permítanos contar la historia de uno de los días más importantes de tu vida. Contáctenos para consultar disponibilidad y recibir una propuesta personalizada. \n\n📍 C. Armando Birlain Shafler 2001, Centro Sur, 76090 Santiago de Querétaro.\n📞 442 143 7181 (Atención 24 horas)."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mi fecha",
|
||||
href: "https://wa.me/524421437181",
|
||||
},
|
||||
text: "Reservar mi fecha", href: "https://wa.me/524421437181"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -430,54 +256,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "LNW",
|
||||
items: [
|
||||
title: "LNW", items: [
|
||||
{
|
||||
label: "Inmortalizamos un legado.",
|
||||
href: "#",
|
||||
},
|
||||
label: "Inmortalizamos un legado.", href: "#"},
|
||||
{
|
||||
label: "Atención 24 horas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Atención 24 horas", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Fotografía",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Fotografía", href: "#services"},
|
||||
{
|
||||
label: "Wedding Film",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Wedding Film", href: "#services"},
|
||||
{
|
||||
label: "Save the Date",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Save the Date", href: "#services"},
|
||||
{
|
||||
label: "Álbumes Premium",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Álbumes Premium", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp: 442 143 7181",
|
||||
href: "https://wa.me/524421437181",
|
||||
},
|
||||
label: "WhatsApp: 442 143 7181", href: "https://wa.me/524421437181"},
|
||||
{
|
||||
label: "Instagram: @lnwfotoyvideo",
|
||||
href: "https://instagram.com/lnwfotoyvideo",
|
||||
},
|
||||
label: "Instagram: @lnwfotoyvideo", href: "https://instagram.com/lnwfotoyvideo"},
|
||||
{
|
||||
label: "Ubicación en Google Maps",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Ubicación en Google Maps", href: "https://maps.app.goo.gl/example"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user