From 2268fac4750b7ea6f127c944e95d35a5b8257020 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 03:32:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e462505..2615601 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg" imageAlt="Shree Shyam Ambulance in Emergency Response Motion" mediaAnimation="slide-up" frameStyle="card" @@ -72,27 +72,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Transfer", description: "Rapid response ambulances for emergency medical transport with trained paramedics", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg?_wi=2", imageAlt: "Emergency ambulance rapid response vehicle" + title: "Emergency Transfer", description: "Rapid response ambulances for emergency medical transport with trained paramedics", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg", imageAlt: "Emergency ambulance rapid response vehicle" }, { id: 2, - title: "BLS/ACLS Support", description: "Basic and Advanced Life Support care during transport by certified medical professionals", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg?_wi=1", imageAlt: "Advanced medical life support equipment in ambulance" + title: "BLS/ACLS Support", description: "Basic and Advanced Life Support care during transport by certified medical professionals", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg", imageAlt: "Advanced medical life support equipment in ambulance" }, { id: 3, - title: "ICU Ambulance", description: "Fully equipped ICU mobile units with ventilators, monitors, and critical care supplies", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg?_wi=2", imageAlt: "ICU equipped ambulance with advanced medical equipment" + title: "ICU Ambulance", description: "Fully equipped ICU mobile units with ventilators, monitors, and critical care supplies", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg", imageAlt: "ICU equipped ambulance with advanced medical equipment" }, { id: 4, - title: "Neonatal Care", description: "Specialized ambulance for newborn and infant emergency transport with trained neonatal staff", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg?_wi=3", imageAlt: "Specialized neonatal ambulance services" + title: "Neonatal Care", description: "Specialized ambulance for newborn and infant emergency transport with trained neonatal staff", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg", imageAlt: "Specialized neonatal ambulance services" }, { id: 5, - title: "Outstation Service", description: "Medical transport services to nearby cities and areas outside Jaisalmer", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg?_wi=3", imageAlt: "Long-distance ambulance outstation transfer" + title: "Outstation Service", description: "Medical transport services to nearby cities and areas outside Jaisalmer", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164733.jpg", imageAlt: "Long-distance ambulance outstation transfer" }, { id: 6, - title: "Patient Transfer", description: "Safe, comfortable inter-hospital and clinic-to-home patient transfer with full care", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg?_wi=4", imageAlt: "Professional patient transfer ambulance service" + title: "Patient Transfer", description: "Safe, comfortable inter-hospital and clinic-to-home patient transfer with full care", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-practitioner-doctor-discussing-recovery-treatment-with-sick-man_482257-8709.jpg", imageAlt: "Professional patient transfer ambulance service" } ]} buttons={[{ text: "Call Emergency: +91-98765-43210", href: "tel:+919876543210" }]} @@ -108,7 +108,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="हमें क्यों चुनें | Why Shree Shyam?" description="We are Jaisalmer's most trusted ambulance service with a proven track record of rapid response, professional care, and compassionate service." - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="slide-up" metrics={[ -- 2.49.1