|
|
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
|
|
|
|
|
|
|
const navItems = [
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "Services", id: "/services" },
|
|
|
|
|
{ name: "Service Areas", id: "/service-areas" },
|
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
|
{ name: "Contact", id: "/contact" },
|
|
|
|
|
{ name: "Services", id: "#services-overview" },
|
|
|
|
|
{ name: "Why Us", id: "#why-choose" },
|
|
|
|
|
{ name: "Service Areas", id: "#service-areas" },
|
|
|
|
|
{ name: "Contact", id: "#cta-contact" },
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
export default function HomePage() {
|
|
|
|
|
@@ -50,20 +50,20 @@ export default function HomePage() {
|
|
|
|
|
brandName="American Screen Hero"
|
|
|
|
|
navItems={navItems}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Get a Free Estimate", href: "/contact"}}
|
|
|
|
|
text: "Get a Free Estimate", href: "#cta-contact"}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
title="Sarasota's Trusted Pool Cage & Screen Repair Experts"
|
|
|
|
|
description="Fast, reliable screen repair and pool enclosure rescreening services for homeowners. We handle everything from small repairs to full enclosure projects."
|
|
|
|
|
title="Pool Cage & Screen Repair Experts in Sarasota"
|
|
|
|
|
description="Professional pool enclosure and screen repair services. Fast, reliable, and dedicated to restoring your outdoor space."
|
|
|
|
|
tag="Professional Screen Services"
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Get a Free Estimate", href: "/contact"},
|
|
|
|
|
text: "Get a Free Estimate", href: "#cta-contact"},
|
|
|
|
|
{
|
|
|
|
|
text: "Call Now: (941) 809-9115", href: "tel:(941)809-9115"},
|
|
|
|
|
]}
|
|
|
|
|
@@ -72,11 +72,12 @@ export default function HomePage() {
|
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
|
dashboard={{
|
|
|
|
|
title: "Complete Screen Solutions", logoIcon: Zap,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg", searchPlaceholder: "What screen service do you need?", buttons: [
|
|
|
|
|
imageSrc:
|
|
|
|
|
"https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=1200&h=600&fit=crop", searchPlaceholder: "What screen service do you need?", buttons: [
|
|
|
|
|
{
|
|
|
|
|
text: "View Services", href: "/services"},
|
|
|
|
|
text: "View Services", href: "#services-overview"},
|
|
|
|
|
{
|
|
|
|
|
text: "Get Quote", href: "/contact"},
|
|
|
|
|
text: "Get Quote", href: "#cta-contact"},
|
|
|
|
|
],
|
|
|
|
|
sidebarItems: [
|
|
|
|
|
{
|
|
|
|
|
@@ -138,34 +139,66 @@ export default function HomePage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
icon: DropletIcon,
|
|
|
|
|
title: "Pool Cage Repair", description:
|
|
|
|
|
"Expert repair of pool cage screens and enclosures. We handle damage assessment, panel replacement, and structural repairs."},
|
|
|
|
|
title: "Pool Cage Screen Repair", description:
|
|
|
|
|
"Expert repair of damaged pool cage screens. We assess damage, replace panels, and ensure proper sealing for complete protection."},
|
|
|
|
|
{
|
|
|
|
|
icon: RefreshCw,
|
|
|
|
|
title: "Pool Cage Rescreening", description:
|
|
|
|
|
"Complete rescreening of pool enclosures with high-quality mesh. Restore your pool protection and enjoy outdoor living."},
|
|
|
|
|
"Complete rescreening of pool enclosures with premium mesh material. Restore function and appearance to your outdoor space."},
|
|
|
|
|
{
|
|
|
|
|
icon: Home,
|
|
|
|
|
title: "Lanai Screen Repair", description:
|
|
|
|
|
"Professional lanai screen repair and maintenance. Keep your outdoor living space protected from insects and weather."},
|
|
|
|
|
{
|
|
|
|
|
icon: Wind,
|
|
|
|
|
title: "Hurricane Screen Replacement", description:
|
|
|
|
|
"Install protective hurricane screens for storm season. Reinforce your home's defense against severe weather."},
|
|
|
|
|
title: "Lanai and Patio Screen Repair", description:
|
|
|
|
|
"Professional repair and maintenance of lanai and patio screens. Keep your outdoor living areas protected from insects and elements."},
|
|
|
|
|
{
|
|
|
|
|
icon: DoorOpen,
|
|
|
|
|
title: "Screen Door Repair", description:
|
|
|
|
|
"Fast repair and replacement of screen doors. Smooth operation and secure seals guaranteed."},
|
|
|
|
|
title: "Screen Door Repair and Replacement", description:
|
|
|
|
|
"Fast and reliable screen door repairs and full replacements. Smooth operation and secure seals guaranteed."},
|
|
|
|
|
{
|
|
|
|
|
icon: Wind,
|
|
|
|
|
title: "Hurricane Screen Installation", description:
|
|
|
|
|
"Install protective hurricane screens for storm season. Reinforce your home's defense against severe weather and strong winds."},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Screen Maintenance", description:
|
|
|
|
|
"Regular maintenance and minor repairs to keep your screens in perfect condition year-round."},
|
|
|
|
|
title: "Screen Panel Replacement", description:
|
|
|
|
|
"Individual screen panel replacement for pools, lanais, and patios. Get the exact panels you need without full rescreening."},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Screen Repair Services"
|
|
|
|
|
title="Professional Screen Repair Services in Sarasota"
|
|
|
|
|
description="Comprehensive screen and pool enclosure solutions for homeowners throughout Sarasota, Lakewood Ranch, and Bradenton."
|
|
|
|
|
tag="What We Offer"
|
|
|
|
|
tagIcon={Wrench}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Learn More", href: "#why-choose"},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="trust-section" data-section="trust-section">
|
|
|
|
|
<FeatureBorderGlow
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
icon: CheckCircle,
|
|
|
|
|
title: "Fast and Reliable Service", description:
|
|
|
|
|
"We respond quickly to your service requests and complete repairs efficiently without compromising quality or attention to detail."},
|
|
|
|
|
{
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Quality Screen Repairs", description:
|
|
|
|
|
"We use premium materials and proven techniques. Every repair is backed by our commitment to excellence and customer satisfaction."},
|
|
|
|
|
{
|
|
|
|
|
icon: Star,
|
|
|
|
|
title: "Free Estimates", description:
|
|
|
|
|
"Get a clear, no-obligation estimate for your screen repair project. We assess your needs and provide honest pricing upfront."},
|
|
|
|
|
]}
|
|
|
|
|
title="Why Trust American Screen Hero?"
|
|
|
|
|
description="We stand behind every job we do."
|
|
|
|
|
tag="Our Promise"
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -179,7 +212,7 @@ export default function HomePage() {
|
|
|
|
|
"We are dedicated to providing the highest quality screen repair and pool enclosure services in Sarasota and surrounding areas. Our team brings years of experience, professional craftsmanship, and genuine commitment to customer satisfaction.", "Every project receives our full attention. We use premium materials, proven techniques, and meticulous attention to detail. From emergency repairs to complete enclosure rescreening, we handle your home with the care it deserves.", "Your satisfaction is our priority. We arrive on time, work efficiently, and stand behind every job. Experience the American Screen Hero difference today."]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Get a Free Estimate", href: "/contact"},
|
|
|
|
|
text: "Get a Free Estimate", href: "#cta-contact"},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
showBorder={true}
|
|
|
|
|
@@ -202,19 +235,19 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Margaret S.", role: "Homeowner", company: "Sarasota", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/photo-serious-mixed-race-partners-discuss-financial-data_273609-44254.jpg", imageAlt: "satisfied homeowner portrait happy client"},
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-hem8b6pv.png", imageAlt: "satisfied homeowner portrait happy client"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Robert T.", role: "Pool Owner", company: "Lakewood Ranch", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-smiling-woman-bikini-swimming-pool_23-2148138682.jpg", imageAlt: "pool owner satisfied customer portrait"},
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-fo18wc4b.png", imageAlt: "pool owner satisfied customer portrait"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Patricia M.", role: "Senior Homeowner", company: "Bradenton", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/medium-shot-women-reading-cellphone-messages_23-2150273387.jpg", imageAlt: "elderly homeowner satisfied review"},
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-8mmoxn7n.png", imageAlt: "elderly homeowner satisfied review"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "James & Linda K.", role: "Family Homeowners", company: "Sarasota", rating: 5,
|
|
|
|
|
imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205472.jpg", imageAlt: "florida family homeowner portrait"},
|
|
|
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-zs7bl4ob.png", imageAlt: "florida family homeowner portrait"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -251,11 +284,11 @@ export default function HomePage() {
|
|
|
|
|
|
|
|
|
|
<div id="cta-contact" data-section="cta-contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Storm season approaching? Get your free estimate today—respond within 24 hours guaranteed"
|
|
|
|
|
text="Ready to get your pool cage or screen repaired? Contact us today for a free estimate. We respond within 24 hours guaranteed."
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Get a Free Estimate", href: "/contact"},
|
|
|
|
|
text: "Get a Free Estimate", href: "#cta-contact"},
|
|
|
|
|
{
|
|
|
|
|
text: "Call (941) 809-9115", href: "tel:(941)809-9115"},
|
|
|
|
|
]}
|
|
|
|
|
@@ -273,23 +306,23 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
label: "Home", href: "/"},
|
|
|
|
|
{
|
|
|
|
|
label: "Services", href: "/services"},
|
|
|
|
|
label: "Services", href: "#services-overview"},
|
|
|
|
|
{
|
|
|
|
|
label: "About Us", href: "/about"},
|
|
|
|
|
label: "About Us", href: "#why-choose"},
|
|
|
|
|
{
|
|
|
|
|
label: "Contact", href: "/contact"},
|
|
|
|
|
label: "Contact", href: "#cta-contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Pool Cage Repair", href: "/services"},
|
|
|
|
|
label: "Pool Cage Repair", href: "#services-overview"},
|
|
|
|
|
{
|
|
|
|
|
label: "Screen Rescreening", href: "/services"},
|
|
|
|
|
label: "Screen Rescreening", href: "#services-overview"},
|
|
|
|
|
{
|
|
|
|
|
label: "Hurricane Screens", href: "/services"},
|
|
|
|
|
label: "Hurricane Screens", href: "#services-overview"},
|
|
|
|
|
{
|
|
|
|
|
label: "Lanai Repair", href: "/services"},
|
|
|
|
|
label: "Lanai Repair", href: "#services-overview"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -299,17 +332,17 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com"},
|
|
|
|
|
{
|
|
|
|
|
label: "Free Estimate", href: "/contact"},
|
|
|
|
|
label: "Free Estimate", href: "#cta-contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Service Areas", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Sarasota", href: "/service-areas"},
|
|
|
|
|
label: "Sarasota", href: "#service-areas"},
|
|
|
|
|
{
|
|
|
|
|
label: "Lakewood Ranch", href: "/service-areas"},
|
|
|
|
|
label: "Lakewood Ranch", href: "#service-areas"},
|
|
|
|
|
{
|
|
|
|
|
label: "Bradenton", href: "/service-areas"},
|
|
|
|
|
label: "Bradenton", href: "#service-areas"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
|