2 Commits

Author SHA1 Message Date
7a8d58d167 Update src/app/page.tsx 2026-03-04 21:57:00 +00:00
e5211a42a2 Merge version_1 into main
Merge version_1 into main
2026-03-04 21:36:44 +00:00

View File

@@ -12,6 +12,10 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Utensils, Heart, CheckCircle, Star, MessageSquare, Phone } from 'lucide-react';
export default function RestaurantPage() {
const handlePhoneClick = () => {
window.location.href = 'tel:+201020545847';
};
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -34,6 +38,9 @@ export default function RestaurantPage() {
{ name: "التقييمات", id: "testimonials" },
{ name: "اتصل بنا", id: "contact" }
]}
button={{
text: "📞 اتصل الآن", onClick: handlePhoneClick
}}
/>
</div>
@@ -45,7 +52,7 @@ export default function RestaurantPage() {
tagIcon={Utensils}
tagAnimation="slide-up"
buttons={[
{ text: "📞 اتصل الآن", href: "tel:+201020545847" },
{ text: "📞 اتصل الآن", onClick: handlePhoneClick },
{ text: "📍 اتجاهات", href: "https://maps.google.com/?q=VX66+J55,+Ad+Dawahreyah,+El+Husseiniya,+Al-Sharqia" }
]}
buttonAnimation="blur-reveal"
@@ -153,13 +160,13 @@ export default function RestaurantPage() {
<ContactCenter
tag="الاتصال والطلب"
title="اتصل بنا الآن الخدمة متاحة 24 ساعة"
description="هل جائع؟ اتصل بنا مباشرة أو استخدم النموذج أدناه. نحن جاهزون لتوصيل طلبك في أسرع وقت"
description="هل جائع؟ اتصل بنا مباشرة أو استخدم النموذج أدناه. نحن جاهزون لتوصيل طلبك في أسرع وقت. رقمنا: 010 20545847"
tagIcon={Phone}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="أدخل بريدك الإلكتروني (اختياري)"
buttonText="تواصل معنا"
termsText="🔒 رقم هاتفك آمن معنا. نستجيب سريعًا لطلباتك 24 ساعة"
termsText="🔒 رقم هاتفك آمن معنا. نستجيب سريعًا لطلباتك 24 ساعة | اتصل مباشرة: 010 20545847"
ariaLabel="نموذج الاتصال والطلب"
/>
</div>