Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-04 04:49:33 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export default function HomePage() {
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
features={[
{
id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room"

View File

@@ -46,7 +46,7 @@ export default function ServicesPage() {
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
features={[
{
id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room"
@@ -145,7 +145,7 @@ export default function ServicesPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Medical Disclaimer", href: "#" },
{ label: "Contact Support", href: "/contact" }
{ label: "Contact Support", href: "#contact" }
]
}
]}