3 Commits

Author SHA1 Message Date
ee17c05c82 Update src/app/page.tsx 2026-03-04 20:26:10 +00:00
6b6f0f5923 Update src/app/layout.tsx 2026-03-04 20:26:09 +00:00
93d2e10b7f Merge version_1 into main
Merge version_1 into main
2026-03-04 20:24:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
<div id="location" data-section="location">
<ContactText
text="Visit us inside Ali Bin Ali Hospital at 7469 4250 Mohammad Rashid Rida, Al Aziziyah, Riyadh 14514. Get directions or call us anytime—we're open until 3 AM."
text="Located inside Ali Bin Ali Hospital in Al Aziziyah. Easy to find in the heart of healthcare district. Open until 3 AM for your convenience."
animationType="entrance-slide"
buttons={[
{
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}