From fbe6c7c1df03bcfc41da232a34963a726d58b036 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 12:40:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e618e2..dca7f84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,12 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Clock, Flame, Users, ChefHat, Phone, ExternalLink } from "lucide-react"; +import { Award, Clock, Flame, Users, ChefHat } from "lucide-react"; +import { useState } from "react"; export default function LandingPage() { + const [phoneText, setPhoneText] = useState("Call to Order"); + return ( window.location.href = "tel:+97317210647" }, + { + text: phoneText, + onClick: () => window.location.href = "tel:+97317210647", onMouseEnter: () => setPhoneText("+973 17210647"), + onMouseLeave: () => setPhoneText("Call to Order") + }, { text: "Order on Talabat", href: "https://www.talabat.com" } ]} />