4 Commits

Author SHA1 Message Date
c9e37b2d5e Merge version_3 into main
Merge version_3 into main
2026-03-04 04:54:29 +00:00
9986c11393 Update src/app/page.tsx 2026-03-04 04:54:25 +00:00
6d8dbd45f2 Update src/app/layout.tsx 2026-03-04 04:54:24 +00:00
6202b615ca Merge version_2 into main
Merge version_2 into main
2026-03-04 04:52:13 +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>
);
}
}