Merge version_1 into main #2
@@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Activity } from "lucide-react";
|
||||
import { Activity, MessageSquare, HeartPulse, BookOpen, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Sobre mí",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Sobre mí", id: "/about" },
|
||||
{ name: "Servicios", id: "/services" },
|
||||
{ name: "Contacto", id: "/contact" },
|
||||
]}
|
||||
brandName="Gine.Guajardo"
|
||||
/>
|
||||
@@ -55,7 +43,7 @@ export default function LandingPage() {
|
||||
description="Ginecólogo comprometido con la salud femenina desde un enfoque humano y claro."
|
||||
subdescription="Mi misión es brindarte información veraz y una atención cercana en cada etapa de tu vida."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,34 +53,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Claridad",
|
||||
description: "Explicaciones sin tecnicismos innecesarios.",
|
||||
buttonIcon: "MessageSquare",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg?_wi=3",
|
||||
imageAlt: "adult woman patient smiling portrait",
|
||||
},
|
||||
{
|
||||
title: "Empatía",
|
||||
description: "Escucha activa en cada consulta.",
|
||||
buttonIcon: "HeartPulse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg?_wi=3",
|
||||
imageAlt: "woman patient smiling portrait",
|
||||
},
|
||||
{
|
||||
title: "Actualización",
|
||||
description: "Medicina basada en la mejor evidencia.",
|
||||
buttonIcon: "BookOpen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3",
|
||||
imageAlt: "patient woman professional portrait",
|
||||
},
|
||||
{
|
||||
title: "Cercanía",
|
||||
description: "Disponibilidad cuando más me necesitas.",
|
||||
buttonIcon: "Phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-medication-treatment_482257-67121.jpg?_wi=1",
|
||||
imageAlt: "modern medical clinic office Monterrey",
|
||||
},
|
||||
{ title: "Claridad", description: "Explicaciones sin tecnicismos innecesarios.", buttonIcon: MessageSquare, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg" },
|
||||
{ title: "Empatía", description: "Escucha activa en cada consulta.", buttonIcon: HeartPulse, imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg" },
|
||||
{ title: "Actualización", description: "Medicina basada en la mejor evidencia.", buttonIcon: BookOpen, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" },
|
||||
{ title: "Cercanía", description: "Disponibilidad cuando más me necesitas.", buttonIcon: Phone, imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-medication-treatment_482257-67121.jpg" }
|
||||
]}
|
||||
title="Mi Filosofía"
|
||||
description="Creo en una medicina basada en el respeto y la confianza mutua."
|
||||
@@ -102,40 +66,8 @@ export default function LandingPage() {
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sobre mí",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/gine.guajardo",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/528110646593",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegación", items: [{ label: "Inicio", href: "/" }, { label: "Sobre mí", href: "/about" }, { label: "Servicios", href: "/services" }, { label: "Contacto", href: "/contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com/gine.guajardo" }, { label: "WhatsApp", href: "https://wa.me/528110646593" }] }
|
||||
]}
|
||||
bottomLeftText="Dr. Iñaki Guajardo · Cédula Profesional · Monterrey, N.L., México"
|
||||
bottomRightText="© 2024 Gine.Guajardo"
|
||||
|
||||
287
src/app/page.tsx
287
src/app/page.tsx
@@ -2,14 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Clock, MapPin, Star, Users } from "lucide-react";
|
||||
import { Clock, MapPin, Star, Users, Baby, Heart, Stethoscope, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Sobre mí",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Sobre mí", id: "/about" },
|
||||
{ name: "Servicios", id: "/services" },
|
||||
{ name: "Contacto", id: "/contact" },
|
||||
]}
|
||||
brandName="Gine.Guajardo"
|
||||
/>
|
||||
@@ -52,99 +39,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero-home" data-section="hero-home">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Tu ginecólogo en Monterrey"
|
||||
description="Todo lo que deberías saber sobre tu salud femenina — explicado con claridad"
|
||||
testimonials={[
|
||||
{
|
||||
name: "María G.",
|
||||
handle: "@mariag",
|
||||
testimonial: "El Dr. Guajardo explica todo con tanta claridad. Me sentí muy cómoda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ana R.",
|
||||
handle: "@anar",
|
||||
testimonial: "Atención personalizada y humana. Muy recomendado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sofía L.",
|
||||
handle: "@sofil",
|
||||
testimonial: "La mejor experiencia ginecológica que he tenido.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Laura C.",
|
||||
handle: "@laurac",
|
||||
testimonial: "Un doctor muy profesional y empático.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Valeria M.",
|
||||
handle: "@valem",
|
||||
testimonial: "Excelente trato, me aclaró todas mis dudas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda tu consulta",
|
||||
href: "https://wa.me/528110646593",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctors-walking-together-hospital-premises_107420-84753.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg",
|
||||
alt: "Paciente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg",
|
||||
alt: "Paciente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg",
|
||||
alt: "Paciente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg",
|
||||
alt: "Paciente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
alt: "Paciente 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Atención Humana",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Salud Integral",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Monterrey",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Confianza",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bienestar",
|
||||
},
|
||||
{ name: "María G.", handle: "@mariag", testimonial: "El Dr. Guajardo explica todo con tanta claridad. Me sentí muy cómoda.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg" },
|
||||
{ name: "Ana R.", handle: "@anar", testimonial: "Atención personalizada y humana. Muy recomendado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg" },
|
||||
{ name: "Sofía L.", handle: "@sofil", testimonial: "La mejor experiencia ginecológica que he tenido.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg" },
|
||||
{ name: "Laura C.", handle: "@laurac", testimonial: "Un doctor muy profesional y empático.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg" },
|
||||
{ name: "Valeria M.", handle: "@valem", testimonial: "Excelente trato, me aclaró todas mis dudas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Agenda tu consulta", href: "https://wa.me/528110646593" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctors-walking-together-hospital-premises_107420-84753.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,34 +59,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Embarazo",
|
||||
description: "Seguimiento prenatal cercano y profesional.",
|
||||
buttonIcon: "Baby",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctors-walking-together-hospital-premises_107420-84753.jpg?_wi=2",
|
||||
imageAlt: "professional doctor portrait smiling warm",
|
||||
},
|
||||
{
|
||||
title: "Salud Femenina",
|
||||
description: "Prevención y cuidado integral para cada etapa.",
|
||||
buttonIcon: "Heart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=1",
|
||||
imageAlt: "gynecologist doctor patient care",
|
||||
},
|
||||
{
|
||||
title: "Ginecología General",
|
||||
description: "Consultas preventivas y diagnósticos certeros.",
|
||||
buttonIcon: "Stethoscope",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg?_wi=2",
|
||||
imageAlt: "smiling woman patient avatar portrait",
|
||||
},
|
||||
{
|
||||
title: "Planificación",
|
||||
description: "Asesoría experta en anticoncepción.",
|
||||
buttonIcon: "Calendar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg?_wi=2",
|
||||
imageAlt: "young woman patient portrait clean background",
|
||||
},
|
||||
{ title: "Embarazo", description: "Seguimiento prenatal cercano y profesional.", buttonIcon: Baby, imageSrc: "http://img.b2bpic.net/free-photo/doctors-walking-together-hospital-premises_107420-84753.jpg" },
|
||||
{ title: "Salud Femenina", description: "Prevención y cuidado integral para cada etapa.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg" },
|
||||
{ title: "Ginecología General", description: "Consultas preventivas y diagnósticos certeros.", buttonIcon: Stethoscope, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg" },
|
||||
{ title: "Planificación", description: "Asesoría experta en anticoncepción.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg" }
|
||||
]}
|
||||
title="Servicios Principales"
|
||||
description="Atención integral para tu salud femenina."
|
||||
@@ -194,46 +76,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María",
|
||||
role: "Paciente",
|
||||
company: "Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana",
|
||||
role: "Paciente",
|
||||
company: "Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía",
|
||||
role: "Paciente",
|
||||
company: "Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Laura",
|
||||
role: "Paciente",
|
||||
company: "Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Valeria",
|
||||
role: "Paciente",
|
||||
company: "Monterrey",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "María", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg" },
|
||||
{ id: "2", name: "Ana", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/quietly-standing-girl-is-posing-camera-white-background_176474-114686.jpg" },
|
||||
{ id: "3", name: "Sofía", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg" },
|
||||
{ id: "4", name: "Laura", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg" },
|
||||
{ id: "5", name: "Valeria", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" }
|
||||
]}
|
||||
title="Lo que dicen nuestras pacientes"
|
||||
description="Historias de confianza y cuidado."
|
||||
@@ -248,97 +95,19 @@ export default function LandingPage() {
|
||||
title="Nuestros Números"
|
||||
description="Calidad que respalda nuestra experiencia."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Pacientes",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Años de experiencia",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: MapPin,
|
||||
title: "Clínicas en",
|
||||
value: "Monterrey",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Satisfacción",
|
||||
value: "100%",
|
||||
},
|
||||
{ id: "1", icon: Users, title: "Pacientes", value: "500+" },
|
||||
{ id: "2", icon: Clock, title: "Años de experiencia", value: "10+" },
|
||||
{ id: "3", icon: MapPin, title: "Clínicas en", value: "Monterrey" },
|
||||
{ id: "4", icon: Star, title: "Satisfacción", value: "100%" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Información Importante"
|
||||
sideDescription="Resuelve tus dudas adicionales sobre el proceso de consulta y hospitalización."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuál es la ubicación de la consulta?",
|
||||
content: "Atendemos en un centro médico moderno en la zona de San Jerónimo.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Se requiere preparación previa?",
|
||||
content: "Dependiendo de tu cita, recibirás instrucciones por mensaje.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Cómo prepararme para mi primera cita?",
|
||||
content: "Lleva contigo tus estudios previos o historial clínico, si los tienes.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sobre mí",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/gine.guajardo",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/528110646593",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegación", items: [{ label: "Inicio", href: "/" }, { label: "Sobre mí", href: "/about" }, { label: "Servicios", href: "/services" }, { label: "Contacto", href: "/contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com/gine.guajardo" }, { label: "WhatsApp", href: "https://wa.me/528110646593" }] }
|
||||
]}
|
||||
bottomLeftText="Dr. Iñaki Guajardo · Cédula Profesional · Monterrey, N.L., México"
|
||||
bottomRightText="© 2024 Gine.Guajardo"
|
||||
|
||||
Reference in New Issue
Block a user