Update src/app/page.tsx

This commit is contained in:
2026-03-09 20:08:28 +00:00
parent eccda50f29
commit c06020e331

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Cobertura Médica", logoIcon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-cinema-entrance_1203-816.jpg", buttons: [
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiqUXkDWYvQTAM7qN2rZTTXChS/uploaded-1773086860494-l4ns4b3o.jpg", buttons: [
{ text: "IOMA", href: "#" },
{ text: "OSPIT", href: "#" }
],
@@ -105,7 +105,7 @@ export default function LandingPage() {
buttons={[
{ text: "📍 Cómo llegar", href: "#" }
]}
imageSrc="http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiqUXkDWYvQTAM7qN2rZTTXChS/uploaded-1773086860494-atnqj66e.jpg"
imageAlt="Equipo profesional de Diagnomed"
useInvertedBackground={false}
/>
@@ -242,7 +242,7 @@ export default function LandingPage() {
{ text: "📲 Contactar por WhatsApp", href: "https://wa.me/541149149441" },
{ text: "📞 Llamar Ahora", href: "tel:4654-2801" }
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-nurse-talking-patient_23-2149741269.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiqUXkDWYvQTAM7qN2rZTTXChS/uploaded-1773086860494-g9bzxhtu.png"
imageAlt="Equipo médico profesional"
useInvertedBackground={false}
/>
@@ -250,7 +250,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/set-stationery-pins-thread_23-2148510437.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiqUXkDWYvQTAM7qN2rZTTXChS/uploaded-1773086860494-lo0pcmzn.png"
imageAlt="Mapa de ubicación Diagnomed"
logoText="Diagnomed S.A."
copyrightText="© 2025 Diagnomed S.A. | Todos los derechos reservados"
@@ -281,4 +281,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}