From 36acbbc114370120f535c943b5b55025cb166093 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:40:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1