@@ -59,7 +59,20 @@ const barItems = [
5959 'Global Coverage' ,
6060] ;
6161
62- const dashboardPills = [ 'No Middlemen' , 'Same-Day Start' , 'Job Support + Interview Help' ] ;
62+ const dashboardPills = [ 'No Middlemen' , 'Same-Day Start' , 'Job Support + Interview Help' , 'Get Interview Scheduled' ] ;
63+
64+ function CalendarIcon ( ) {
65+ return (
66+ < svg width = { 16 } height = { 16 } viewBox = "0 0 24 24" fill = "none" aria-hidden style = { { flexShrink : 0 } } >
67+ < rect x = "3" y = "4" width = "18" height = "17" rx = "2.5" stroke = "currentColor" strokeWidth = { 1.8 } />
68+ < path d = "M3 9h18" stroke = "currentColor" strokeWidth = { 1.8 } strokeLinecap = "round" />
69+ < path d = "M8 2v4M16 2v4" stroke = "currentColor" strokeWidth = { 1.8 } strokeLinecap = "round" />
70+ < circle cx = "8.5" cy = "14" r = "1.1" fill = "currentColor" />
71+ < circle cx = "12" cy = "14" r = "1.1" fill = "currentColor" />
72+ < circle cx = "15.5" cy = "14" r = "1.1" fill = "currentColor" />
73+ </ svg >
74+ ) ;
75+ }
6376
6477function TargetIcon ( ) {
6578 return (
@@ -400,7 +413,7 @@ export default function HeroHomeSplit() {
400413 font-size: 0.875rem;
401414 font-weight: 500;
402415 color: var(--pts-text-subtle);
403- margin-bottom: 1.35rem ;
416+ margin-bottom: 0.85rem ;
404417 line-height: 1.55;
405418 }
406419 .dash-feature-pill {
@@ -447,6 +460,72 @@ export default function HeroHomeSplit() {
447460 }
448461 }
449462
463+ /* ── Get Interview Scheduled compact strip ────────────────────────── */
464+ @keyframes gis-pulse {
465+ 0%, 100% { box-shadow: 0 0 0 0 rgba(var(--pts-forest-rgb), 0.55); }
466+ 60% { box-shadow: 0 0 0 5px rgba(var(--pts-forest-rgb), 0); }
467+ }
468+ .hero-gis-strip {
469+ display: flex;
470+ align-items: center;
471+ justify-content: space-between;
472+ flex-wrap: wrap;
473+ gap: 0.5rem 0.85rem;
474+ margin: 0 0 1.1rem;
475+ padding: 0.65rem 0.95rem;
476+ border-radius: 12px;
477+ border: 1.5px solid rgba(var(--pts-forest-rgb), 0.35);
478+ background: linear-gradient(
479+ 110deg,
480+ rgba(var(--pts-accent-rgb), 0.13) 0%,
481+ rgba(var(--pts-forest-rgb), 0.07) 100%
482+ );
483+ box-shadow:
484+ 0 2px 8px rgba(var(--pts-forest-rgb), 0.08),
485+ inset 0 1px 0 rgba(255,255,255,0.8);
486+ }
487+ .hero-gis-inner {
488+ display: flex;
489+ align-items: center;
490+ gap: 0.55rem;
491+ min-width: 0;
492+ flex: 1 1 0;
493+ }
494+ .hero-gis-dot {
495+ width: 8px;
496+ height: 8px;
497+ border-radius: 50%;
498+ background: var(--pts-forest);
499+ flex-shrink: 0;
500+ animation: gis-pulse 1.8s ease-in-out infinite;
501+ }
502+ @media (prefers-reduced-motion: reduce) { .hero-gis-dot { animation: none; } }
503+ .hero-gis-headline {
504+ font-size: 0.86rem;
505+ font-weight: 700;
506+ color: var(--pts-text);
507+ margin: 0;
508+ line-height: 1.35;
509+ }
510+ .hero-gis-headline em { font-style: normal; color: var(--pts-forest); }
511+ .hero-gis-action {
512+ display: inline-flex;
513+ align-items: center;
514+ gap: 0.4rem;
515+ flex-shrink: 0;
516+ padding: 0.38rem 0.85rem;
517+ border-radius: 999px;
518+ font-size: 0.78rem;
519+ font-weight: 700;
520+ color: #fff;
521+ background: var(--pts-forest);
522+ border: 1px solid rgba(0,0,0,0.06);
523+ text-decoration: none;
524+ white-space: nowrap;
525+ transition: background-color 0.15s ease;
526+ }
527+ .hero-gis-action:hover { background: #166534; color: #fff; }
528+
450529 /* ── Mobile hero overrides (≤768px) ── */
451530 @media (max-width: 768px) {
452531 /* Let hero shrink to content height — no forced full-screen */
@@ -563,34 +642,46 @@ export default function HeroHomeSplit() {
563642 } }
564643 aria-hidden
565644 />
566- 24×7 Job Support & Interview Assistance
645+ 24×7 Job Support · Interview Proxy · Get Interview Scheduled
567646 </ div >
568647
569- < h1 className = "hero-h1-serif hero-h1-stack" style = { { marginBottom : '1.15rem ' } } >
570- < span className = "hero-h1-line1" > Struggling at Work or Need Interview Assistance ?</ span >
648+ < h1 className = "hero-h1-serif hero-h1-stack" style = { { marginBottom : '0.9rem ' } } >
649+ < span className = "hero-h1-line1" > Struggling at Work or Need Interview Proxy Support ?</ span >
571650 < span className = "hero-h1-line2 hero-h1-accent" > Get Real-Time Expert Support</ span >
572- < span className = "hero-h1-line3" > Real-Time Job Support + Interview Assistance — Worldwide </ span >
651+ < span className = "hero-h1-line3" > For AI · ML · DevOps · Cloud · Backend · Full-Stack Engineers </ span >
573652 </ h1 >
574653
654+ { /* ── Compact GIS strip — right below H1 ── */ }
655+ < div className = "hero-gis-strip" >
656+ < div className = "hero-gis-inner" >
657+ < span className = "hero-gis-dot" aria-hidden />
658+ < p className = "hero-gis-headline" > Profile invisible to recruiters? < em > We engineer it to get you shortlisted.</ em > </ p >
659+ </ div >
660+ < Link href = "/get-interview-scheduled/" className = "hero-gis-action" >
661+ < CalendarIcon />
662+ Get Interview Scheduled
663+ </ Link >
664+ </ div >
665+
575666 < div className = "hero-subline-copy" >
576667 < p className = "hero-subline-lead" >
577668 < TargetIcon />
578669 < span >
579- Fix bugs, handle meetings, and crack interviews confidently — with expert developers supporting you live.
670+ Real-time job support for daily work + proxy interview assistance to help you clear interviews — expert developers, live.
580671 </ span >
581672 </ p >
582673 < ul className = "hero-subline-pains" >
583- < li > Stuck on production issues?</ li >
584- < li > Deadlines piling up ?</ li >
585- < li > Not confident in meetings ?</ li >
586- < li > Worried about upcoming interviews ?</ li >
674+ < li > Stuck on production issues or deadlines ?</ li >
675+ < li > Need live support during technical interviews ?</ li >
676+ < li > Not confident in coding rounds or system design ?</ li >
677+ < li > Worried about failing your next interview ?</ li >
587678 </ ul >
588679 </ div >
589680 < p className = "hero-subline-2" >
590- Trusted by developers across USA, UK, Canada & worldwide · ⚡ Most users start within 1 hour
681+ Trusted by IT professionals across USA, UK, Canada, Europe & Australia · ⚡ Start within 1 hour
591682 </ p >
592683
593- < div style = { { display : 'flex' , flexWrap : 'wrap' , gap : '0.5rem' , marginBottom : '1.5rem ' } } >
684+ < div style = { { display : 'flex' , flexWrap : 'wrap' , gap : '0.5rem' , marginBottom : '1.35rem ' } } >
594685 { trustPills . map ( ( label ) => (
595686 < span key = { label } className = "hero-pill-tag" >
596687 < SmallCheck />
@@ -599,7 +690,7 @@ export default function HeroHomeSplit() {
599690 ) ) }
600691 </ div >
601692
602- < div className = "hero-split-btns" >
693+ < div className = "hero-split-btns" style = { { marginBottom : '1.25rem' } } >
603694 < a href = { WHATSAPP_ME_URL } target = "_blank" rel = "noopener noreferrer" className = "hero-btn-wa" >
604695 < svg width = { 18 } height = { 18 } viewBox = "0 0 24 24" fill = "currentColor" aria-hidden >
605696 < path d = "M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z" />
@@ -612,10 +703,11 @@ export default function HeroHomeSplit() {
612703 </ svg >
613704 Talk to Expert Now
614705 </ Link >
615- < Link href = "mailto:support@proxytechsupport.com " className = "hero-btn-muted" >
616- Start Now
706+ < Link href = "/get-interview-scheduled/ " className = "hero-btn-muted" >
707+ Profile Engineering →
617708 </ Link >
618709 </ div >
710+
619711 </ div >
620712
621713 { /* Live Dashboard card — on lg+ starts below 24×7 pill (aligned with headline) */ }
@@ -717,7 +809,7 @@ export default function HeroHomeSplit() {
717809 Experts Online Now — Ready to Join Immediately
718810 </ div >
719811 < div style = { { fontSize : '0.78rem' , color : 'var(--pts-text-subtle)' , marginTop : '0.15rem' } } >
720- Job support & interview help — join live today
812+ Job support, interview help & profile engineering
721813 </ div >
722814 </ div >
723815 < span
0 commit comments