diff --git a/src/app/page.tsx b/src/app/page.tsx index d6f4b85..0f010e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="ALKINDI Bakery" description="شركة رغيف الكندي للصمون الفرنسي والمعجنات" - buttons={[{ text: "Order Now", href: "#contact" }]} + buttons={[{ text: "Order Now", onClick: () => window.location.href = "tel:+9647806660022" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg" imageAlt="Fresh bread display at ALKINDI Bakery" mediaAnimation="blur-reveal" @@ -142,4 +142,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}