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