@@ -7,6 +7,8 @@ import { Link } from '../components/router/HonoRouter';
77export function ContactPage ( ) {
88 const container = useRef < HTMLDivElement > ( null ) ;
99 const [ formData , setFormData ] = useState ( { name : '' , phone : '' , company : '' , message : '' } ) ;
10+ const contactPhoneNumber = import . meta. env . SITE_CONTACT_PHONE_NUMBER || '[PHONE_NUMBER]' ;
11+ const contactEmailAddress = import . meta. env . SITE_CONTACT_EMAIL_ADDRESS || '[EMAIL_ADDRESS]' ;
1012
1113 useGSAP ( ( ) => {
1214 const tl = gsap . timeline ( ) ;
@@ -61,7 +63,7 @@ export function ContactPage() {
6163 < span className = "text-secondary italic font-light" > ونرتب معك البداية</ span >
6264 </ h1 >
6365 < p className = "contact-left-anim text-lg text-white/60 mb-12 max-w-md font-light leading-relaxed" >
64- مخصص للأعمال في اليمن التي تريد خدمة عملاء أسرع على واتساب بدون تعقيد.
66+ مخصص للشركات في اليمن التي تحتاج خدمة عملاء أسرع على واتساب بدون تعقيد.
6567 </ p >
6668
6769 < div className = "contact-left-anim space-y-8" >
@@ -71,7 +73,7 @@ export function ContactPage() {
7173 </ div >
7274 < div >
7375 < h3 className = "text-white/50 text-sm mb-1" > واتساب للتواصل</ h3 >
74- < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" > +967 77 000 0000 </ p >
76+ < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" dir = "ltr" > { contactPhoneNumber } </ p >
7577 </ div >
7678 </ div >
7779
@@ -81,7 +83,7 @@ export function ContactPage() {
8183 </ div >
8284 < div >
8385 < h3 className = "text-white/50 text-sm mb-1" > البريد الإلكتروني</ h3 >
84- < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" style = { { direction : 'ltr' } } > hello@cscb.com </ p >
86+ < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" style = { { direction : 'ltr' } } > { contactEmailAddress } </ p >
8587 </ div >
8688 </ div >
8789
@@ -91,7 +93,7 @@ export function ContactPage() {
9193 </ div >
9294 < div >
9395 < h3 className = "text-white/50 text-sm mb-1" > المقر الرئيسي</ h3 >
94- < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" > صنعاء ، اليمن</ p >
96+ < p className = "font-medium text-lg text-white group-hover:text-secondary transition-colors" > سيئون، حضرموت ، اليمن</ p >
9597 </ div >
9698 </ div >
9799 </ div >
0 commit comments