4 Commits

Author SHA1 Message Date
2d825650dd Update src/app/page.tsx 2026-03-24 17:42:47 +00:00
6a5cdf8baa Merge version_3 into main
Merge version_3 into main
2026-03-24 17:41:52 +00:00
cd11fd2984 Update src/app/page.tsx 2026-03-24 17:41:49 +00:00
5208d4ed32 Merge version_2 into main
Merge version_2 into main
2026-03-24 17:40:25 +00:00

View File

@@ -191,7 +191,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: <a href='tel:44685444'>4468 5444</a>\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM" text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: 4468 5444\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM"
buttons={[
{
text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://maps.app.goo.gl/example"
}
]}
/> />
</div> </div>