Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6838405f85 | |||
| c06020e331 | |||
| eccda50f29 | |||
| 4ef26be2d0 | |||
| 820fd38169 | |||
| f41020c11b |
1444
src/app/layout.tsx
1444
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Cobertura Médica", logoIcon: Shield,
|
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: "IOMA", href: "#" },
|
||||||
{ text: "OSPIT", href: "#" }
|
{ text: "OSPIT", href: "#" }
|
||||||
],
|
],
|
||||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📍 Cómo llegar", href: "#" }
|
{ 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"
|
imageAlt="Equipo profesional de Diagnomed"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
|||||||
{ text: "📲 Contactar por WhatsApp", href: "https://wa.me/541149149441" },
|
{ text: "📲 Contactar por WhatsApp", href: "https://wa.me/541149149441" },
|
||||||
{ text: "📞 Llamar Ahora", href: "tel:4654-2801" }
|
{ 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"
|
imageAlt="Equipo médico profesional"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<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"
|
imageAlt="Mapa de ubicación Diagnomed"
|
||||||
logoText="Diagnomed S.A."
|
logoText="Diagnomed S.A."
|
||||||
copyrightText="© 2025 Diagnomed S.A. | Todos los derechos reservados"
|
copyrightText="© 2025 Diagnomed S.A. | Todos los derechos reservados"
|
||||||
@@ -281,4 +281,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user