Merge version_1 into main #2
221
src/app/page.tsx
221
src/app/page.tsx
@@ -31,29 +31,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact-form",
|
||||
},
|
||||
name: "Contacto", id: "#contact-form"},
|
||||
]}
|
||||
logoSrc="https://dcdn-us.mitiendanube.com/stores/006/459/990/themes/common/logo-1457718690-1752169673-b2da90ca99fb62d9023b1752169673-640-0.webp"
|
||||
logoAlt="Logo MimasKotas"
|
||||
brandName="MimasKotas"
|
||||
button={{
|
||||
text: "🛒 Tienda",
|
||||
href: "https://mimaskotas.mitiendanube.com",
|
||||
}}
|
||||
text: "🛒 Tienda", href: "https://mimaskotas.mitiendanube.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Estamos para cuidar a tu kota 🐾"
|
||||
description="Escribinos por WhatsApp o completá el formulario. Te respondemos al toque."
|
||||
tag="MimasKotas Pet Shop"
|
||||
@@ -61,36 +54,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "🟢 Hablar por WhatsApp",
|
||||
href: "https://wa.me/543415776284",
|
||||
},
|
||||
text: "🟢 Hablar por WhatsApp", href: "https://wa.me/543415776284"},
|
||||
{
|
||||
text: "✉️ Escribirnos",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "✉️ Escribirnos", href: "#contact-form"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-her-dog-park_23-2148345913.jpg?_wi=1",
|
||||
imageAlt: "Perro feliz con juguete",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-her-dog-park_23-2148345913.jpg", imageAlt: "Perro feliz con juguete"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214419.jpg?_wi=1",
|
||||
imageAlt: "Gato curioso con pelota",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-stroking-her-dog-park_23-2147902120.jpg",
|
||||
imageAlt: "Happy woman stroking her dog in park",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-dog-nature_23-2149027318.jpg",
|
||||
imageAlt: "Full shot man with dog in nature",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-woman-orange-dress-having-fun-playing-with-dog-park-summer-style-cheerful-mood_285396-5172.jpg",
|
||||
imageAlt: "Young happy smiling woman playing with dog",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214419.jpg", imageAlt: "Gato curioso con pelota"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,8 +74,7 @@ export default function LandingPage() {
|
||||
<div id="grooming-banner" data-section="grooming-banner">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="¡Reservá turno de baño y corte para tu perro por WhatsApp! ✂️"
|
||||
description="Ofrecemos un servicio de estética profesional y con mucho amor. Tu mascota saldrá impecable y feliz."
|
||||
tag="Servicio de Estética"
|
||||
@@ -110,32 +82,14 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar turno ahora →",
|
||||
href: "https://wa.me/543415776284",
|
||||
},
|
||||
text: "Reservar turno ahora →", href: "https://wa.me/543415776284"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-background_58702-2613.jpg",
|
||||
imageAlt: "Patita decorativa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-background_58702-2613.jpg", imageAlt: "Patita decorativa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-hand-paint-watercolour-texture-background_1409-2520.jpg",
|
||||
imageAlt: "Tijeras decorativas",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2779.jpg",
|
||||
imageAlt: "Fondo abstracto colorido",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2404.jpg",
|
||||
imageAlt: "Fondo abstracto vibrante",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-abstract-background_58702-1511.jpg",
|
||||
imageAlt: "Fondo abstracto borroso",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-hand-paint-watercolour-texture-background_1409-2520.jpg", imageAlt: "Tijeras decorativas"},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
rating={5}
|
||||
@@ -164,40 +118,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "WhatsApp",
|
||||
description: "+54 341 577-6284",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whatsapp-logo-3d-style_23-2152000300.jpg",
|
||||
imageAlt: "Icono de WhatsApp",
|
||||
},
|
||||
title: "WhatsApp", description: "+54 341 577-6284", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whatsapp-logo-3d-style_23-2152000300.jpg", imageAlt: "Icono de WhatsApp"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "https://dcdn-us.mitiendanube.com/stores/006/459/990/themes/common/logo-1457718690-1752169673-b2da90ca99fb62d9023b1752169673-640-0.webp",
|
||||
imageAlt: "whatsapp logo verde",
|
||||
},
|
||||
{
|
||||
title: "Dirección",
|
||||
description: "Virasoro 1901, Rosario",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-pin-tag-paper-carving-with-red-background_53876-41424.jpg",
|
||||
imageAlt: "Icono de Ubicación",
|
||||
},
|
||||
title: "Dirección", description: "Virasoro 1901, Rosario", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-pin-tag-paper-carving-with-red-background_53876-41424.jpg", imageAlt: "Icono de Ubicación"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-her-dog-park_23-2148345913.jpg?_wi=2",
|
||||
imageAlt: "whatsapp logo verde",
|
||||
},
|
||||
{
|
||||
title: "Instagram",
|
||||
description: "@mimaskotas.ros",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whatsapp-logo-3d-render_23-2152000233.jpg",
|
||||
imageAlt: "Icono de Instagram",
|
||||
},
|
||||
title: "Instagram", description: "@mimaskotas.ros", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whatsapp-logo-3d-render_23-2152000233.jpg", imageAlt: "Icono de Instagram"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214419.jpg?_wi=2",
|
||||
imageAlt: "whatsapp logo verde",
|
||||
},
|
||||
]}
|
||||
title="Formas de Contacto Fáciles y Rápidas"
|
||||
@@ -212,49 +148,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana García",
|
||||
handle: "@anagarcia",
|
||||
testimonial: "MimasKotas es mi lugar favorito para mi perra Luna. Siempre encuentro lo que necesito y la atención es excelente. ¡Súper recomendados!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg",
|
||||
imageAlt: "Avatar de Ana García",
|
||||
icon: Star,
|
||||
id: "1", name: "Ana García", handle: "@anagarcia", testimonial: "MimasKotas es mi lugar favorito para mi perra Luna. Siempre encuentro lo que necesito y la atención es excelente. ¡Súper recomendados!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg", imageAlt: "Avatar de Ana García", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Martín Rodríguez",
|
||||
handle: "@martin.rod",
|
||||
testimonial: "Llevo a mi gato Michi a la peluquería de MimasKotas y siempre sale impecable. El personal es muy amable y se nota que aman a los animales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034122.jpg",
|
||||
imageAlt: "Avatar de Martín Rodríguez",
|
||||
icon: Star,
|
||||
id: "2", name: "Martín Rodríguez", handle: "@martin.rod", testimonial: "Llevo a mi gato Michi a la peluquería de MimasKotas y siempre sale impecable. El personal es muy amable y se nota que aman a los animales.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034122.jpg", imageAlt: "Avatar de Martín Rodríguez", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía Pérez",
|
||||
handle: "@sofiperez",
|
||||
testimonial: "Compro todos los alimentos y juguetes para mis tortugas en MimasKotas. Tienen mucha variedad y los precios son muy buenos. ¡Un 10!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-attitude-life-it-is-my-key-happiness_329181-1296.jpg",
|
||||
imageAlt: "Avatar de Sofía Pérez",
|
||||
icon: Star,
|
||||
id: "3", name: "Sofía Pérez", handle: "@sofiperez", testimonial: "Compro todos los alimentos y juguetes para mis tortugas en MimasKotas. Tienen mucha variedad y los precios son muy buenos. ¡Un 10!", imageSrc: "http://img.b2bpic.net/free-photo/positive-attitude-life-it-is-my-key-happiness_329181-1296.jpg", imageAlt: "Avatar de Sofía Pérez", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diego Fernández",
|
||||
handle: "@diegof",
|
||||
testimonial: "Siempre me asesoran muy bien sobre el cuidado de mis peces. Se nota que saben mucho y les preocupa el bienestar de cada kota.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-bearded-man-grey-background-green-checkered-shirt-eyeglasses-pointing-finger-happy-smiling-positive-emotion_285396-1441.jpg",
|
||||
imageAlt: "Avatar de Diego Fernández",
|
||||
icon: Star,
|
||||
id: "4", name: "Diego Fernández", handle: "@diegof", testimonial: "Siempre me asesoran muy bien sobre el cuidado de mis peces. Se nota que saben mucho y les preocupa el bienestar de cada kota.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-hipster-bearded-man-grey-background-green-checkered-shirt-eyeglasses-pointing-finger-happy-smiling-positive-emotion_285396-1441.jpg", imageAlt: "Avatar de Diego Fernández", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Giménez",
|
||||
handle: "@lau.gimenez",
|
||||
testimonial: "El servicio de baño y corte para mi caniche es excelente. Laura sale feliz y súper perfumada. Confío plenamente en MimasKotas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839662.jpg",
|
||||
imageAlt: "Avatar de Laura Giménez",
|
||||
icon: Star,
|
||||
id: "5", name: "Laura Giménez", handle: "@lau.gimenez", testimonial: "El servicio de baño y corte para mi caniche es excelente. Laura sale feliz y súper perfumada. Confío plenamente en MimasKotas.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839662.jpg", imageAlt: "Avatar de Laura Giménez", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Lo que nuestros clientes dicen"
|
||||
@@ -284,30 +190,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "¿Cuáles son los métodos de pago aceptados?",
|
||||
content: "Aceptamos efectivo, tarjetas de débito y crédito (Visa, MasterCard, American Express), y pagos a través de Mercado Pago.",
|
||||
},
|
||||
id: "faq1", title: "¿Cuáles son los métodos de pago aceptados?", content: "Aceptamos efectivo, tarjetas de débito y crédito (Visa, MasterCard, American Express), y pagos a través de Mercado Pago."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "¿Realizan envíos a domicilio?",
|
||||
content: "Sí, realizamos envíos a domicilio dentro de Rosario y sus alrededores. Consultá por nuestras tarifas y zonas de cobertura.",
|
||||
},
|
||||
id: "faq2", title: "¿Realizan envíos a domicilio?", content: "Sí, realizamos envíos a domicilio dentro de Rosario y sus alrededores. Consultá por nuestras tarifas y zonas de cobertura."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "¿Cómo puedo reservar un turno para baño y corte?",
|
||||
content: "Podés reservar tu turno de baño y corte a través de nuestro WhatsApp, llamando por teléfono o directamente en nuestra tienda.",
|
||||
},
|
||||
id: "faq3", title: "¿Cómo puedo reservar un turno para baño y corte?", content: "Podés reservar tu turno de baño y corte a través de nuestro WhatsApp, llamando por teléfono o directamente en nuestra tienda."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "¿Tienen productos para todo tipo de mascotas?",
|
||||
content: "Sí, en MimasKotas ofrecemos una amplia variedad de productos para perros, gatos, aves, roedores, peces y reptiles.",
|
||||
},
|
||||
id: "faq4", title: "¿Tienen productos para todo tipo de mascotas?", content: "Sí, en MimasKotas ofrecemos una amplia variedad de productos para perros, gatos, aves, roedores, peces y reptiles."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "¿Ofrecen asesoramiento sobre el cuidado de mascotas?",
|
||||
content: "¡Claro! Nuestro equipo está altamente capacitado para brindarte el mejor asesoramiento sobre nutrición, higiene y bienestar para tu mascota.",
|
||||
},
|
||||
id: "faq5", title: "¿Ofrecen asesoramiento sobre el cuidado de mascotas?", content: "¡Claro! Nuestro equipo está altamente capacitado para brindarte el mejor asesoramiento sobre nutrición, higiene y bienestar para tu mascota."},
|
||||
]}
|
||||
title="¿Tenés preguntas? Nosotros tenemos las respuestas."
|
||||
description="Consultá las preguntas frecuentes sobre nuestros productos y servicios."
|
||||
@@ -322,27 +213,16 @@ export default function LandingPage() {
|
||||
description="Respondemos en menos de 24 horas. O si preferís, escribinos directo por WhatsApp 👉 +54 341 577-6284"
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Nombre completo",
|
||||
required: true,
|
||||
name: "nombre", type: "text", placeholder: "Nombre completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "Teléfono",
|
||||
},
|
||||
name: "telefono", type: "tel", placeholder: "Teléfono"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Mensaje",
|
||||
rows: 5,
|
||||
name: "mensaje", placeholder: "Mensaje", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/child-mother-pet-shop-with-their-dog_23-2148872564.jpg"
|
||||
@@ -359,46 +239,29 @@ export default function LandingPage() {
|
||||
logoText="MimasKotas"
|
||||
columns={[
|
||||
{
|
||||
title: "Explorar",
|
||||
items: [
|
||||
title: "Explorar", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Productos",
|
||||
href: "https://mimaskotas.mitiendanube.com",
|
||||
},
|
||||
label: "Productos", href: "https://mimaskotas.mitiendanube.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/543415776284",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/543415776284"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/mimaskotas.ros",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/mimaskotas.ros"},
|
||||
{
|
||||
label: "Ubicación",
|
||||
href: "#location",
|
||||
},
|
||||
label: "Ubicación", href: "#location"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ayuda",
|
||||
items: [
|
||||
title: "Ayuda", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Términos y Condiciones",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user