@@ -7,6 +7,7 @@ import Footer from '@/components/Footer';
77import PageBottomCTA from '@/components/PageBottomCTA' ;
88import WhatsAppFloat from '@/components/WhatsAppFloat' ;
99import { defaultOgImage } from '@/lib/site-seo' ;
10+ import { WHATSAPP_ME_URL } from '@/lib/whatsapp' ;
1011
1112const canonical = 'https://proxytechsupport.com/interviews/' ;
1213const pageTitle = 'IT Interview Questions – Real Technical Questions & Answers' ;
@@ -50,9 +51,14 @@ export default async function InterviewsPage() {
5051 < >
5152 < TopBar />
5253 < Navbar />
53- < main style = { { width : '100%' , maxWidth : 'var(--pts-content-max)' , margin : '0 auto' , padding : '3rem 1rem' , background : 'var(--pts-bg)' , minHeight : '60vh' } } >
54+ < main
55+ className = "pts-listing-main"
56+ style = { { width : '100%' , maxWidth : 'var(--pts-content-max)' , margin : '0 auto' , padding : '3rem 1rem' , background : 'var(--pts-bg)' , minHeight : '60vh' } }
57+ >
5458 { /* Interview support banner */ }
55- < div style = { {
59+ < div
60+ className = "pts-listing-hero-banner"
61+ style = { {
5662 background : 'linear-gradient(135deg, #030f0f 0%, #03624c 100%)' ,
5763 borderRadius : '12px' ,
5864 padding : '1.25rem 1.5rem' ,
@@ -62,15 +68,16 @@ export default async function InterviewsPage() {
6268 alignItems : 'center' ,
6369 justifyContent : 'space-between' ,
6470 gap : '1rem' ,
65- } } >
71+ } }
72+ >
6673 < div >
6774 < p style = { { fontSize : '0.7rem' , fontWeight : 700 , letterSpacing : '0.15em' , textTransform : 'uppercase' , color : '#00df82' , marginBottom : '0.25rem' } } > Live Expert Help</ p >
6875 < p style = { { fontSize : '0.97rem' , fontWeight : 700 , color : '#ffffff' , lineHeight : 1.35 , margin : 0 } } >
6976 Struggling to clear interviews? Get real-time expert coaching — USA, UK, Canada & worldwide.
7077 </ p >
7178 </ div >
7279 < div style = { { display : 'flex' , gap : '0.6rem' , flexWrap : 'wrap' } } >
73- < a href = "https://wa.me/919660614469?text=Hi%2C%20I%20need%20interview%20support" target = "_blank" rel = "noopener noreferrer"
80+ < a href = { WHATSAPP_ME_URL } target = "_blank" rel = "noopener noreferrer"
7481 style = { { display :'inline-flex' , alignItems :'center' , gap :'0.35rem' , background :'#25D366' , color :'#fff' , fontWeight :700 , fontSize :'0.85rem' , padding :'0.6rem 1.1rem' , borderRadius :'50px' , textDecoration :'none' } } >
7582 Get Instant Help
7683 </ a >
0 commit comments