Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-04 04:54:29 +00:00
2 changed files with 1389 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
description="Emergency medical care, lab tests, and chronic disease follow-up available around the clock. Located near Al-Nakheel Fuel Station. Call now for immediate assistance."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now", href: "tel:+970-9-XXXXXXXX" },
{ text: "Call Emergency Line Now", href: "tel:+970-9-XXXXXXXX" },
{ text: "Book Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -242,4 +242,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}