|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <meta name="description" content="Heather Barile - Jersey Girl's Public Adjusting LLC. Independent licensed NJ Public Adjuster in Vineland. Personal advocacy for insurance claims. Free inspections. South Jersey families get every dollar they deserve."> |
| 6 | + <meta name="description" content="Jersey Girl's Public Adjusting LLC - Heather Barile, Licensed NJ Public Adjuster in Vineland. Free claim inspections. We fight for policyholders to get every dollar you deserve."> |
7 | 7 | <title>Jersey Girl's Public Adjusting LLC | Heather Barile • Vineland, NJ</title> |
| 8 | + |
| 9 | + <!-- Tailwind CSS CDN --> |
8 | 10 | <script src="https://cdn.tailwindcss.com"></script> |
| 11 | + |
| 12 | + <!-- Font Awesome --> |
9 | 13 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
| 14 | + |
| 15 | + <!-- Google Fonts --> |
10 | 16 | <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet"> |
| 17 | + |
11 | 18 | <style> |
12 | 19 | body { font-family: 'Inter', system-ui, sans-serif; } |
13 | 20 | .heading { font-family: 'Playfair Display', serif; } |
14 | | - .hero-bg { background: linear-gradient(rgba(6,95,70,0.85), rgba(6,95,70,0.85)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&auto=format&fit=crop&q=80') center/cover no-repeat; } |
15 | | - .card-hover { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); } |
16 | | - .card-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1); } |
| 21 | + .hero-bg { |
| 22 | + background: linear-gradient(rgba(6, 95, 70, 0.82), rgba(6, 95, 70, 0.88)), |
| 23 | + url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&auto=format&fit=crop&q=80') center/cover no-repeat fixed; |
| 24 | + } |
| 25 | + .card-hover { |
| 26 | + transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); |
| 27 | + } |
| 28 | + .card-hover:hover { |
| 29 | + transform: translateY(-8px); |
| 30 | + box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); |
| 31 | + } |
17 | 32 | </style> |
18 | 33 | </head> |
19 | 34 | <body class="bg-stone-50 text-slate-800"> |
20 | 35 |
|
21 | 36 | <!-- NAVBAR --> |
22 | | - <nav class="bg-white shadow-sm sticky top-0 z-50"> |
| 37 | + <nav class="bg-white shadow-sm sticky top-0 z-50 border-b border-stone-200"> |
23 | 38 | <div class="max-w-7xl mx-auto px-6 py-5 flex justify-between items-center"> |
24 | 39 | <div class="flex items-center gap-3"> |
25 | 40 | <span class="text-emerald-800 text-3xl font-bold tracking-tighter heading">Jersey Girl's</span> |
26 | | - <span class="text-xs font-medium text-emerald-700 tracking-widest">PUBLIC ADJUSTING LLC</span> |
| 41 | + <span class="text-xs font-medium text-emerald-700 tracking-widest uppercase">Public Adjusting LLC</span> |
27 | 42 | </div> |
28 | | - <div class="hidden md:flex gap-8 text-sm font-medium"> |
29 | | - <a href="#services" class="hover:text-emerald-700">Services</a> |
30 | | - <a href="#process" class="hover:text-emerald-700">Our Process</a> |
31 | | - <a href="#heather" class="hover:text-emerald-700">Meet Heather</a> |
32 | | - <a href="#contact" class="hover:text-emerald-700">Contact</a> |
| 43 | + <div class="hidden md:flex items-center gap-8 text-sm font-medium"> |
| 44 | + <a href="#services" class="hover:text-emerald-700 transition">Services</a> |
| 45 | + <a href="#process" class="hover:text-emerald-700 transition">Process</a> |
| 46 | + <a href="#heather" class="hover:text-emerald-700 transition">About Heather</a> |
| 47 | + <a href="#book" class="hover:text-emerald-700 transition">Book Now</a> |
33 | 48 | </div> |
34 | | - <a href="tel:8565286726" class="bg-emerald-800 text-white px-7 py-3 rounded-3xl font-semibold flex items-center gap-2 hover:bg-emerald-900 transition"> |
| 49 | + <a href="tel:8565286726" class="bg-emerald-800 text-white px-6 py-3 rounded-3xl font-semibold flex items-center gap-2 hover:bg-emerald-900 transition shadow-sm"> |
35 | 50 | <i class="fas fa-phone"></i> (856) 528-6726 |
36 | 51 | </a> |
37 | 52 | </div> |
|
40 | 55 | <!-- HERO --> |
41 | 56 | <section class="hero-bg h-screen flex items-center text-white"> |
42 | 57 | <div class="max-w-5xl mx-auto px-6 text-center"> |
43 | | - <p class="text-amber-200 uppercase tracking-widest text-sm font-medium mb-4">Independent • Woman-Owned • Vineland, NJ</p> |
44 | | - <h1 class="heading text-6xl md:text-7xl leading-none font-bold">Your Personal Advocate.<br>Your Dedicated Fighter.</h1> |
45 | | - <p class="mt-8 text-xl max-w-2xl mx-auto">Heather Barile personally handles every claim with the care and determination South Jersey families deserve.</p> |
| 58 | + <p class="uppercase text-amber-200 tracking-widest text-sm font-medium mb-4">South Jersey • Woman-Owned • Independent</p> |
| 59 | + <h1 class="heading text-6xl md:text-7xl font-bold leading-tight">Your Local Advocate.<br>Your Family’s Fighter.</h1> |
| 60 | + <p class="mt-8 text-xl max-w-3xl mx-auto">Heather Barile personally handles every claim with the dedication and care South Jersey families deserve.</p> |
46 | 61 | <div class="mt-12 flex flex-wrap justify-center gap-6"> |
47 | | - <a href="#contact" class="bg-white text-emerald-900 px-10 py-5 rounded-3xl text-lg font-semibold hover:bg-amber-50 transition shadow-xl">Free Claim Review</a> |
48 | | - <a href="tel:8565286726" class="border-2 border-white px-10 py-5 rounded-3xl text-lg font-semibold hover:bg-white/10 transition">Call Heather Directly</a> |
| 62 | + <a href="#book" class="bg-white text-emerald-900 px-10 py-5 rounded-3xl text-lg font-semibold hover:bg-amber-50 transition shadow-xl">Free Consultation</a> |
| 63 | + <a href="tel:8565286726" class="border-2 border-white px-10 py-5 rounded-3xl text-lg font-semibold hover:bg-white/10 transition">Call Now</a> |
49 | 64 | </div> |
50 | 65 | </div> |
51 | 66 | </section> |
52 | 67 |
|
53 | 68 | <!-- TRUST BAR --> |
54 | | - <div class="bg-white py-7 border-b"> |
| 69 | + <div class="bg-white py-8 border-b"> |
55 | 70 | <div class="max-w-6xl mx-auto px-6 grid grid-cols-2 md:grid-cols-5 gap-6 text-center text-sm font-medium text-slate-600"> |
56 | | - <div>✅ Licensed & Bonded NJ Public Adjuster</div> |
57 | | - <div>👩💼 Woman-Owned & Independently Operated</div> |
58 | | - <div>🔍 Free Home Inspections</div> |
59 | | - <div>💰 No Upfront Fees – We Win Together</div> |
60 | | - <div>🏠 South Jersey Local Since Day One</div> |
| 71 | + <div>✅ Licensed & Bonded NJ</div> |
| 72 | + <div>👩💼 Woman-Owned</div> |
| 73 | + <div>🔍 Free Inspections</div> |
| 74 | + <div>💰 $0 Upfront</div> |
| 75 | + <div>🏠 Vineland Local</div> |
61 | 76 | </div> |
62 | 77 | </div> |
63 | 78 |
|
64 | 79 | <!-- SERVICES --> |
65 | | - <section id="services" class="py-24 bg-white"> |
| 80 | + <section id="services" class="py-20 bg-white"> |
66 | 81 | <div class="max-w-6xl mx-auto px-6"> |
67 | | - <div class="text-center mb-16"> |
68 | | - <h2 class="heading text-5xl">Claim Types We Handle With Care</h2> |
69 | | - <p class="mt-4 text-slate-600">Heather fights for full and fair settlements on every covered loss.</p> |
70 | | - </div> |
| 82 | + <h2 class="heading text-5xl text-center mb-12 text-emerald-800">Claim Types We Handle</h2> |
71 | 83 | <div class="grid md:grid-cols-3 gap-8"> |
72 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Water & Flood</strong><p class="mt-4 text-slate-600">Burst pipes, leaks, storms, sewer backup</p></div> |
73 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Fire & Smoke</strong><p class="mt-4 text-slate-600">Structure, contents, soot, full documentation</p></div> |
74 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Wind, Storm & Hail</strong><p class="mt-4 text-slate-600">Roof, siding, structural damage</p></div> |
75 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Mold & Hidden Damage</strong><p class="mt-4 text-slate-600">Covered losses only</p></div> |
76 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Business Interruption</strong><p class="mt-4 text-slate-600">Income loss & extra expense</p></div> |
77 | | - <div class="bg-stone-50 p-10 rounded-3xl card-hover"><strong>Other Perils</strong><p class="mt-4 text-slate-600">Vandalism, theft, collapse & more</p></div> |
| 84 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Water & Flood</strong><p class="mt-3 text-slate-600">Burst pipes, leaks, storms</p></div> |
| 85 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Fire & Smoke</strong><p class="mt-3 text-slate-600">Structure, contents, soot</p></div> |
| 86 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Wind & Hail</strong><p class="mt-3 text-slate-600">Roof, siding, structural</p></div> |
| 87 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Mold (Covered)</strong><p class="mt-3 text-slate-600">From covered water events</p></div> |
| 88 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Business Interruption</strong><p class="mt-3 text-slate-600">Income loss claims</p></div> |
| 89 | + <div class="bg-stone-50 p-8 rounded-3xl card-hover"><strong>Other Perils</strong><p class="mt-3 text-slate-600">Vandalism, theft, collapse</p></div> |
78 | 90 | </div> |
79 | 91 | </div> |
80 | 92 | </section> |
81 | 93 |
|
82 | 94 | <!-- PROCESS --> |
83 | | - <section id="process" class="py-24 bg-stone-100"> |
| 95 | + <section id="process" class="py-20 bg-stone-100"> |
84 | 96 | <div class="max-w-5xl mx-auto px-6"> |
85 | | - <h2 class="heading text-5xl text-center mb-12">Our Simple 5-Step Process</h2> |
| 97 | + <h2 class="heading text-5xl text-center mb-12 text-emerald-800">5-Step Claim Process</h2> |
86 | 98 | <div class="grid md:grid-cols-5 gap-8 text-center"> |
87 | 99 | <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">1</div><p class="mt-4 font-medium">Free Inspection</p></div> |
88 | 100 | <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">2</div><p class="mt-4 font-medium">Documentation</p></div> |
89 | 101 | <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">3</div><p class="mt-4 font-medium">Estimate</p></div> |
90 | 102 | <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">4</div><p class="mt-4 font-medium">Negotiation</p></div> |
91 | | - <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">5</div><p class="mt-4 font-medium">Settlement</p></div> |
| 103 | + <div><div class="w-12 h-12 bg-emerald-800 text-white rounded-full flex items-center justify-center mx-auto text-xl font-bold">5</div><p class="mt-4 font-medium">Maximum Settlement</p></div> |
92 | 104 | </div> |
93 | 105 | </div> |
94 | 106 | </section> |
95 | 107 |
|
96 | | - <!-- ABOUT --> |
97 | | - <section id="heather" class="py-24 bg-white"> |
| 108 | + <!-- ABOUT HEATHER --> |
| 109 | + <section id="heather" class="py-20 bg-white"> |
98 | 110 | <div class="max-w-6xl mx-auto px-6 grid md:grid-cols-2 gap-12 items-center"> |
99 | 111 | <div> |
100 | | - <h2 class="heading text-5xl">Meet Heather Barile</h2> |
101 | | - <p class="mt-8 text-lg text-slate-600">Licensed NJ Public Adjuster and owner. Rutgers-educated, South Jersey proud. Personal handling of every claim — no hand-offs.</p> |
| 112 | + <h2 class="heading text-5xl text-emerald-800 mb-8">Meet Heather Barile</h2> |
| 113 | + <p class="text-lg text-slate-600 leading-relaxed">Licensed and bonded New Jersey Public Adjuster. Rutgers-educated, South Jersey proud. I personally handle every claim from first inspection to final settlement — no call centers, no hand-offs. I fight hard for policyholders because families deserve someone truly in their corner.</p> |
102 | 114 | </div> |
103 | | - <div class="bg-stone-100 rounded-3xl aspect-video flex items-center justify-center text-8xl">👩💼</div> |
| 115 | + <div class="bg-stone-100 rounded-3xl aspect-square flex items-center justify-center text-9xl">👩💼</div> |
104 | 116 | </div> |
105 | 117 | </section> |
106 | 118 |
|
107 | | - <!-- CONTACT (Formspree placeholder) --> |
108 | | - <section id="contact" class="py-24 bg-white"> |
| 119 | + <!-- BOOK CONSULTATION (Calendly Inline) --> |
| 120 | + <section id="book" class="py-20 bg-white border-t border-stone-200"> |
| 121 | + <div class="max-w-5xl mx-auto px-6 text-center"> |
| 122 | + <h2 class="heading text-5xl text-emerald-800 mb-6">Book Your Free Consultation</h2> |
| 123 | + <p class="text-xl text-slate-600 mb-10 max-w-3xl mx-auto">Choose a time that works for you — Heather will personally review your claim details. No obligation, no upfront fees.</p> |
| 124 | + |
| 125 | + <!-- Calendly inline embed --> |
| 126 | + <div class="calendly-inline-widget mx-auto" data-url="https://calendly.com/jerseygirlspublicadjuster/new-meeting?hide_event_type_details=1" style="min-width:320px;height:700px;"></div> |
| 127 | + <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script> |
| 128 | + </div> |
| 129 | + </section> |
| 130 | + |
| 131 | + <!-- CONTACT FORM --> |
| 132 | + <section id="contact" class="py-20 bg-stone-100"> |
109 | 133 | <div class="max-w-4xl mx-auto px-6"> |
110 | | - <h2 class="heading text-5xl text-center mb-12">Start Your Free Claim Review</h2> |
111 | | - <form action="https://formspree.io/f/YOUR_FORM_ID" method="POST" class="grid md:grid-cols-2 gap-6"> |
112 | | - <input type="text" name="name" placeholder="Name" required class="border rounded-2xl px-6 py-4"> |
113 | | - <input type="tel" name="phone" placeholder="Phone" required class="border rounded-2xl px-6 py-4"> |
114 | | - <input type="email" name="email" placeholder="Email" required class="border rounded-2xl px-6 py-4"> |
115 | | - <textarea name="message" rows="5" placeholder="Claim details..." class="md:col-span-2 border rounded-3xl px-6 py-4"></textarea> |
116 | | - <button type="submit" class="md:col-span-2 bg-emerald-800 text-white py-6 rounded-3xl font-semibold">Submit →</button> |
| 134 | + <h2 class="heading text-5xl text-center text-emerald-800 mb-12">Or Submit for Free Review</h2> |
| 135 | + <form action="https://formspree.io/f/YOUR_FORMSPREE_ID" method="POST" class="grid md:grid-cols-2 gap-6 bg-white p-10 rounded-3xl shadow-lg"> |
| 136 | + <input type="text" name="name" placeholder="Your Name" required class="border border-stone-300 rounded-2xl px-6 py-4 focus:outline-none focus:border-emerald-700"> |
| 137 | + <input type="tel" name="phone" placeholder="Phone Number" required class="border border-stone-300 rounded-2xl px-6 py-4 focus:outline-none focus:border-emerald-700"> |
| 138 | + <input type="email" name="email" placeholder="Email Address" required class="border border-stone-300 rounded-2xl px-6 py-4 focus:outline-none focus:border-emerald-700 md:col-span-2"> |
| 139 | + <textarea name="message" rows="5" placeholder="Tell us about your claim (type, date, location)..." class="md:col-span-2 border border-stone-300 rounded-3xl px-6 py-4 focus:outline-none focus:border-emerald-700"></textarea> |
| 140 | + <button type="submit" class="md:col-span-2 bg-emerald-800 text-white py-6 rounded-3xl text-xl font-semibold hover:bg-emerald-900 transition">Send Free Review Request</button> |
117 | 141 | </form> |
118 | 142 | </div> |
119 | 143 | </section> |
120 | 144 |
|
121 | 145 | <!-- FOOTER --> |
122 | 146 | <footer class="bg-slate-900 text-white py-12 text-center"> |
123 | | - <p>Jersey Girl's Public Adjusting LLC • Vineland, NJ • (856) 528-6726</p> |
124 | | - <p class="text-sm mt-4">© 2026 Heather Barile • Licensed NJ Public Adjuster</p> |
| 147 | + <div class="max-w-7xl mx-auto px-6"> |
| 148 | + <p class="text-2xl heading mb-4">Jersey Girl's Public Adjusting LLC</p> |
| 149 | + <p>901 E Elmer Road • Vineland, NJ 08360</p> |
| 150 | + <p class="mt-2">(856) 528-6726 • Heather Barile, Owner</p> |
| 151 | + <p class="text-sm mt-8 text-slate-400">© 2026 • Independent NJ Licensed Public Adjuster</p> |
| 152 | + </div> |
125 | 153 | </footer> |
126 | 154 |
|
127 | | -<!-- ... footer content ... --> |
128 | | - |
129 | | -<!-- Chatbase Widget --> |
130 | | -<script> |
131 | | -(function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="NAZ9TRG3hwywidlXD2UMf";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})(); |
132 | | -</script> |
| 155 | + <!-- Chatbase Widget Script --> |
| 156 | + <script> |
| 157 | + (function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="NAZ9TRG3hwywidlXD2UMf";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})(); |
| 158 | + </script> |
133 | 159 |
|
134 | 160 | </body> |
135 | | -</html></body> |
136 | 161 | </html> |
0 commit comments