Merge version_1 into main #1
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Pool Cage Repair", href: "/services" },
|
||||
{ label: "Screen Rescreening", href: "/services" },
|
||||
{ label: "Hurricane Screens", href: "/services" },
|
||||
@@ -35,19 +33,15 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (941) 809-9115", href: "tel:(941)809-9115" },
|
||||
{
|
||||
label: "Email: ascreenhero@gmail.com",
|
||||
href: "mailto:ascreenhero@gmail.com",
|
||||
},
|
||||
label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com"},
|
||||
{ label: "Free Estimate", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Sarasota", href: "/service-areas" },
|
||||
{ label: "Lakewood Ranch", href: "/service-areas" },
|
||||
{ label: "Bradenton", href: "/service-areas" },
|
||||
@@ -76,9 +70,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Estimate", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,17 +80,12 @@ export default function ContactPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "/contact"},
|
||||
{
|
||||
text: "Call (941) 809-9115",
|
||||
href: "tel:(941)809-9115",
|
||||
},
|
||||
text: "Call (941) 809-9115", href: "tel:(941)809-9115"},
|
||||
]}
|
||||
background={{
|
||||
variant: "circleGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
252
src/app/page.tsx
252
src/app/page.tsx
@@ -50,9 +50,7 @@ export default function HomePage() {
|
||||
brandName="American Screen Hero"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Estimate", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,32 +63,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "/contact"},
|
||||
{
|
||||
text: "Call Now: (941) 809-9115",
|
||||
href: "tel:(941)809-9115",
|
||||
},
|
||||
text: "Call Now: (941) 809-9115", href: "tel:(941)809-9115"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
text: "View Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View Services", href: "/services"},
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Quote", href: "/contact"},
|
||||
],
|
||||
sidebarItems: [
|
||||
{
|
||||
@@ -106,23 +92,16 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Years Experience",
|
||||
values: ["15", "18", "20"],
|
||||
description: "Serving the Sarasota area",
|
||||
},
|
||||
title: "Years Experience", values: [15, 18, 20],
|
||||
description: "Serving the Sarasota area"},
|
||||
{
|
||||
title: "Projects Completed",
|
||||
values: ["1200", "1500", "1850"],
|
||||
description: "Happy homeowners",
|
||||
},
|
||||
title: "Projects Completed", values: [1200, 1500, 1850],
|
||||
description: "Happy homeowners"},
|
||||
{
|
||||
title: "Service Areas",
|
||||
values: ["3", "5", "7"],
|
||||
description: "Greater Sarasota region",
|
||||
},
|
||||
title: "Service Areas", values: [3, 5, 7],
|
||||
description: "Greater Sarasota region"},
|
||||
],
|
||||
chartTitle: "Customer Satisfaction",
|
||||
chartData: [
|
||||
chartTitle: "Customer Satisfaction", chartData: [
|
||||
{
|
||||
value: 95,
|
||||
},
|
||||
@@ -139,23 +118,16 @@ export default function HomePage() {
|
||||
value: 99,
|
||||
},
|
||||
],
|
||||
listTitle: "Featured Services",
|
||||
listItems: [
|
||||
listTitle: "Featured Services", listItems: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Pool Cage Rescreening",
|
||||
status: "Most Popular",
|
||||
},
|
||||
title: "Pool Cage Rescreening", status: "Most Popular"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Screen Door Repair",
|
||||
status: "Quick Service",
|
||||
},
|
||||
title: "Screen Door Repair", status: "Quick Service"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Hurricane Screen Installation",
|
||||
status: "Protection",
|
||||
},
|
||||
title: "Hurricane Screen Installation", status: "Protection"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -166,40 +138,28 @@ 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 Repair", description:
|
||||
"Expert repair of pool cage screens and enclosures. We handle damage assessment, panel replacement, and structural repairs."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Pool Cage Rescreening",
|
||||
description:
|
||||
"Complete rescreening of pool enclosures with high-quality mesh. Restore your pool protection and enjoy outdoor living.",
|
||||
},
|
||||
title: "Pool Cage Rescreening", description:
|
||||
"Complete rescreening of pool enclosures with high-quality mesh. Restore your pool protection and enjoy outdoor living."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Lanai Screen Repair",
|
||||
description:
|
||||
"Professional lanai screen repair and maintenance. Keep your outdoor living space protected from insects and weather.",
|
||||
},
|
||||
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: "Hurricane Screen Replacement", description:
|
||||
"Install protective hurricane screens for storm season. Reinforce your home's defense against severe weather."},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
title: "Screen Door Repair",
|
||||
description:
|
||||
"Fast repair and replacement of screen doors. Smooth operation and secure seals guaranteed.",
|
||||
},
|
||||
title: "Screen Door Repair", description:
|
||||
"Fast repair and replacement of screen doors. Smooth operation and secure seals guaranteed."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Screen Maintenance",
|
||||
description:
|
||||
"Regular maintenance and minor repairs to keep your screens in perfect condition year-round.",
|
||||
},
|
||||
title: "Screen Maintenance", description:
|
||||
"Regular maintenance and minor repairs to keep your screens in perfect condition year-round."},
|
||||
]}
|
||||
title="Our Screen Repair Services"
|
||||
description="Comprehensive screen and pool enclosure solutions for homeowners throughout Sarasota, Lakewood Ranch, and Bradenton."
|
||||
@@ -216,15 +176,10 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose American Screen Hero?"
|
||||
description={[
|
||||
"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.",
|
||||
]}
|
||||
"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: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -245,45 +200,21 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret S.",
|
||||
role: "Homeowner",
|
||||
company: "Sarasota",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/photo-serious-mixed-race-partners-discuss-financial-data_273609-44254.jpg", imageAlt: "satisfied homeowner portrait happy client"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert T.",
|
||||
role: "Pool Owner",
|
||||
company: "Lakewood Ranch",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-smiling-woman-bikini-swimming-pool_23-2148138682.jpg", imageAlt: "pool owner satisfied customer portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patricia M.",
|
||||
role: "Senior Homeowner",
|
||||
company: "Bradenton",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-women-reading-cellphone-messages_23-2150273387.jpg", imageAlt: "elderly homeowner satisfied review"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James & Linda K.",
|
||||
role: "Family Homeowners",
|
||||
company: "Sarasota",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205472.jpg", imageAlt: "florida family homeowner portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,27 +224,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Sarasota",
|
||||
description:
|
||||
"Full service coverage throughout Sarasota, including downtown, coastal neighborhoods, and surrounding areas.",
|
||||
},
|
||||
title: "Sarasota", description:
|
||||
"Full service coverage throughout Sarasota, including downtown, coastal neighborhoods, and surrounding areas."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Lakewood Ranch",
|
||||
description:
|
||||
"Serving all of Lakewood Ranch. Fast response times and same-day estimates for pool enclosure repairs.",
|
||||
},
|
||||
title: "Lakewood Ranch", description:
|
||||
"Serving all of Lakewood Ranch. Fast response times and same-day estimates for pool enclosure repairs."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Bradenton",
|
||||
description:
|
||||
"Professional screen repair service in Bradenton. We handle residential and pool enclosure projects.",
|
||||
},
|
||||
title: "Bradenton", description:
|
||||
"Professional screen repair service in Bradenton. We handle residential and pool enclosure projects."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Surrounding Areas",
|
||||
description: "Extended service to nearby communities. Call for availability in your area.",
|
||||
},
|
||||
title: "Surrounding Areas", description: "Extended service to nearby communities. Call for availability in your area."},
|
||||
]}
|
||||
title="Service Areas We Serve"
|
||||
description="Fast service to homeowners throughout Sarasota and surrounding communities. Same-day quotes available."
|
||||
@@ -332,17 +255,12 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "/contact"},
|
||||
{
|
||||
text: "Call (941) 809-9115",
|
||||
href: "tel:(941)809-9115",
|
||||
},
|
||||
text: "Call (941) 809-9115", href: "tel:(941)809-9115"},
|
||||
]}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -351,79 +269,47 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pool Cage Repair",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Pool Cage Repair", href: "/services"},
|
||||
{
|
||||
label: "Screen Rescreening",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Screen Rescreening", href: "/services"},
|
||||
{
|
||||
label: "Hurricane Screens",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Hurricane Screens", href: "/services"},
|
||||
{
|
||||
label: "Lanai Repair",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Lanai Repair", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: (941) 809-9115",
|
||||
href: "tel:(941)809-9115",
|
||||
},
|
||||
label: "Call: (941) 809-9115", href: "tel:(941)809-9115"},
|
||||
{
|
||||
label: "Email: ascreenhero@gmail.com",
|
||||
href: "mailto:ascreenhero@gmail.com",
|
||||
},
|
||||
label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com"},
|
||||
{
|
||||
label: "Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Free Estimate", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -29,8 +29,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -38,8 +37,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Pool Cage Repair", href: "/services" },
|
||||
{ label: "Screen Rescreening", href: "/services" },
|
||||
{ label: "Hurricane Screens", href: "/services" },
|
||||
@@ -47,16 +45,14 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (941) 809-9115", href: "tel:(941)809-9115" },
|
||||
{ label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com" },
|
||||
{ label: "Free Estimate", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Sarasota", href: "/service-areas" },
|
||||
{ label: "Lakewood Ranch", href: "/service-areas" },
|
||||
{ label: "Bradenton", href: "/service-areas" },
|
||||
@@ -82,9 +78,7 @@ export default function ServicesPage() {
|
||||
brandName="American Screen Hero"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Estimate", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,34 +95,22 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: DropletIcon,
|
||||
title: "Pool Cage Repair & Restoration",
|
||||
description: "Expert diagnosis and repair of damaged pool enclosures. We assess structural integrity, replace damaged panels, and restore full functionality.",
|
||||
},
|
||||
title: "Pool Cage Repair & Restoration", description: "Expert diagnosis and repair of damaged pool enclosures. We assess structural integrity, replace damaged panels, and restore full functionality."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Pool Cage Rescreening",
|
||||
description: "Complete rescreening of pool enclosures using premium mesh materials. Perfect for aging screens or complete restoration projects that need fresh protection.",
|
||||
},
|
||||
title: "Pool Cage Rescreening", description: "Complete rescreening of pool enclosures using premium mesh materials. Perfect for aging screens or complete restoration projects that need fresh protection."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Lanai & Patio Screen Solutions",
|
||||
description: "Professional repair and maintenance of lanai screens and patio enclosures. Ensure your outdoor living space remains protected and functional.",
|
||||
},
|
||||
title: "Lanai & Patio Screen Solutions", description: "Professional repair and maintenance of lanai screens and patio enclosures. Ensure your outdoor living space remains protected and functional."},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Hurricane-Resistant Screens",
|
||||
description: "Protective hurricane screen installation to safeguard your home during storm season. Engineered for maximum durability and weather resistance.",
|
||||
},
|
||||
title: "Hurricane-Resistant Screens", description: "Protective hurricane screen installation to safeguard your home during storm season. Engineered for maximum durability and weather resistance."},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
title: "Screen Door Service",
|
||||
description: "Fast repair and replacement of screen doors with smooth operation and secure seals. We handle frame repair, mesh replacement, and hardware upgrades.",
|
||||
},
|
||||
title: "Screen Door Service", description: "Fast repair and replacement of screen doors with smooth operation and secure seals. We handle frame repair, mesh replacement, and hardware upgrades."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Maintenance & Minor Repairs",
|
||||
description: "Regular maintenance and targeted repairs to keep your screens in perfect condition year-round. Catch problems early and extend screen life.",
|
||||
},
|
||||
title: "Maintenance & Minor Repairs", description: "Regular maintenance and targeted repairs to keep your screens in perfect condition year-round. Catch problems early and extend screen life."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,15 +119,10 @@ export default function ServicesPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Service Approach"
|
||||
description={[
|
||||
"Every screen project starts with a thorough inspection. We evaluate damage, assess structural integrity, and provide honest recommendations for the best solution.",
|
||||
"We use only premium materials and proven techniques to ensure long-lasting results. From quick repairs to complete enclosure rescreening, we handle every detail with precision.",
|
||||
"Fast turnaround times, professional crews, and guaranteed satisfaction. Your home deserves quality craftsmanship, and that's exactly what we deliver.",
|
||||
]}
|
||||
"Every screen project starts with a thorough inspection. We evaluate damage, assess structural integrity, and provide honest recommendations for the best solution.", "We use only premium materials and proven techniques to ensure long-lasting results. From quick repairs to complete enclosure rescreening, we handle every detail with precision.", "Fast turnaround times, professional crews, and guaranteed satisfaction. Your home deserves quality craftsmanship, and that's exactly what we deliver."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Your Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Your Free Estimate", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -159,17 +136,12 @@ export default function ServicesPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Your Free Estimate", href: "/contact"},
|
||||
{
|
||||
text: "Call (941) 809-9115",
|
||||
href: "tel:(941)809-9115",
|
||||
},
|
||||
text: "Call (941) 809-9115", href: "tel:(941)809-9115"},
|
||||
]}
|
||||
background={{
|
||||
variant: "circleGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user