From 7f9087583682a3985e54e9c35ed2c7f9942ad812 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:57:23 +0000 Subject: [PATCH] Update src/app/opiniones/page.tsx --- src/app/opiniones/page.tsx | 201 +++++++++---------------------------- 1 file changed, 48 insertions(+), 153 deletions(-) diff --git a/src/app/opiniones/page.tsx b/src/app/opiniones/page.tsx index 2756a96..1c9eeeb 100644 --- a/src/app/opiniones/page.tsx +++ b/src/app/opiniones/page.tsx @@ -1,65 +1,68 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Users, Heart, Star } from "lucide-react"; -import Link from "next/link"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; -const OpinionesPage = () => { +export default function OpinionesPage() { const navItems = [ { name: "Inicio", id: "/" }, { name: "Tratamientos", id: "/tratamientos" }, - { name: "Sobre Nosotros", id: "/about" }, - { name: "Contacto", id: "/contact" }, + { name: "Sobre Nosotros", id: "/equipo" }, + { name: "Contacto", id: "/contacto" }, ]; const footerColumns = [ { - title: "Clínica", - items: [ - { label: "Sobre Nosotros", href: "/about" }, - { label: "Nuestro Equipo", href: "/team" }, - { label: "Instalaciones", href: "/about" }, - { label: "Tecnología", href: "/about" }, + title: "Clínica", items: [ + { label: "Sobre Nosotros", href: "/equipo" }, + { label: "Nuestro Equipo", href: "/equipo" }, + { label: "Instalaciones", href: "/equipo" }, + { label: "Tecnología", href: "/equipo" }, ], }, { - title: "Servicios", - items: [ - { label: "Implantes", href: "/services" }, - { label: "Ortodoncia", href: "/services" }, - { label: "Estética Dental", href: "/services" }, - { label: "Odontología General", href: "/services" }, + title: "Servicios", items: [ + { label: "Implantes", href: "/tratamientos" }, + { label: "Ortodoncia", href: "/tratamientos" }, + { label: "Estética Dental", href: "/tratamientos" }, + { label: "Odontología General", href: "/tratamientos" }, ], }, { - title: "Información", - items: [ + title: "Información", items: [ { label: "Casos Reales", href: "/casos-reales" }, { label: "Opiniones", href: "/opiniones" }, - { label: "Blog", href: "#" }, + { label: "Blog", href: "/blog" }, { label: "FAQ", href: "#faq" }, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { label: "Teléfono", href: "tel:953225409" }, { label: "WhatsApp", href: "https://wa.me/34953225409" }, { label: "Email", href: "mailto:info@clinicagarciamara.es" }, - { label: "Formulario", href: "/contact" }, + { label: "Formulario", href: "/contacto" }, ], }, ]; - const navItemsForNavbar = navItems.map((item) => ({ - name: item.name, - id: item.id.startsWith("/") ? item.id.replace(/^\//, "") || "home" : item.id, - })); + const testimonials = [ + { + id: "1", name: "María Rodríguez, Jaén", date: "Date: 15 Octubre 2024", title: "Excelente atención y resultados", quote: "La experiencia fue fantástica. El equipo es muy profesional y me explicaron todo perfectamente. Los resultados han superado mis expectativas.", tag: "Implantes Dentales", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-lady-posing-studio_344912-2365.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-european-brunette-female-showing-ok-gesture-with-her-fingers-happy-woman-striped-top-smiling-with-blue-eyes-her-white-teeth-mouth-happy-face-prove-everything-goes-according-plan_273609-5728.jpg"}, + { + id: "2", name: "Carlos González, Jaén", date: "Date: 10 Octubre 2024", title: "Transformó mi sonrisa", quote: "Llevaba años queriendo arreglarme los dientes. La ortodoncia invisible fue perfecta para mí. ¡Ahora tengo la sonrisa que siempre deseé!", tag: "Ortodoncia", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-delighted-cheerful-female-model-with-broad-smile-keeps-hands-chin-recreate-cafe-has-summer-rest-tropical-island_273609-2735.jpg"}, + { + id: "3", name: "Ana Pérez, Jaén", date: "Date: 5 Octubre 2024", title: "Profesionales de confianza", quote: "Después de varios años sin ir al dentista, me decidí por García Cámara. El trato fue cercano y tranquilizador. Ya recomendé a mi familia.", tag: "Odontología General", avatarSrc: "http://img.b2bpic.net/free-photo/ophthalmologist-patient-trying-new-glasses_23-2150923375.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg"}, + { + id: "4", name: "Roberto Fernández, Jaén", date: "Date: 28 Septiembre 2024", title: "Sin dolor, con resultados", quote: "Tenía mucho miedo. La Dra. García fue muy paciente y todo fue muy cómodo. ¡Sin dolor! Volvería sin dudarlo.", tag: "Endodoncia", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg"}, + { + id: "5", name: "Laura Jiménez, Jaén", date: "Date: 20 Septiembre 2024", title: "Clínica moderna y acogedora", quote: "Las instalaciones son de primera categoría. Se nota que todo es nuevo y está bien mantenido. Me sentí muy cómoda.", tag: "Estética Dental", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-picture-smiling-woman-black-dress-looking-camera-gray_171337-13347.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-beauty-utensils_23-2149396171.jpg"}, + { + id: "6", name: "David Sánchez, Jaén", date: "Date: 12 Septiembre 2024", title: "Trato profesional y personal", quote: "Llevo años viniendo aquí. La relación humana es excelente. Son profesionales pero también cercanos. Mi dentista de confianza.", tag: "Paciente Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-man-home-feeling-happy-grateful-life_482257-123005.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23503.jpg"}, + ]; return ( { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -77,121 +80,21 @@ const OpinionesPage = () => { -
- -
- -
+
@@ -199,19 +102,13 @@ const OpinionesPage = () => {
@@ -225,6 +122,4 @@ const OpinionesPage = () => {
); -}; - -export default OpinionesPage; \ No newline at end of file +} \ No newline at end of file