Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 05:28:01 +00:00

View File

@@ -1,495 +1,161 @@
"use client";
'use client';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from 'next/link';
export default function LandingPage() {
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="grid"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Services",
id: "services",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Arizona Roofers"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
title="Arizonas Most Trusted Roofing Experts"
description="27+ Years of Excellence • 5-Star Rated • Veteran-Owned. Elite roofing solutions designed specifically for the desert heat."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg",
imageAlt: "Luxury tile roof replacement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg",
imageAlt: "Shingle roof installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg",
imageAlt: "Flat roof restoration",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
imageAlt: "Roof underlayment work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg",
imageAlt: "Tile roofing exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg",
imageAlt: "Patio roofing project",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/sitting-man-using-earphones_23-2148000251.jpg",
imageAlt: "Patio roofing project",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg",
imageAlt: "Tile roofing exterior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg",
imageAlt: "Roof underlayment work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg",
imageAlt: "Flat roof restoration",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg",
imageAlt: "Shingle roof installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lviv-from-bird-s-eye-view-city-from-lviv-view-city-from-tower-colored-roofs_1321-4656.jpg",
imageAlt: "Luxury tile roof replacement",
},
]}
buttons={[
{
text: "Get Free Inspection",
href: "#contact",
},
{
text: "Call Now",
href: "tel:5550123456",
},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blissful-tanned-woman-pajama-waving-hand-with-smile-amazing-caucasian-female-model-standing-balcony_197531-20975.jpg",
alt: "Satisfied client 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-older-man-posing-stairs-outdoors-city_23-2148991135.jpg",
alt: "Satisfied client 2",
},
{
src: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg",
alt: "Satisfied client 3",
},
{
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
alt: "Satisfied client 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg",
alt: "Satisfied client 5",
},
]}
avatarText="Trusted by over 1,500+ local homeowners"
marqueeItems={[
{
type: "text",
text: "Arizona Climate Specialist",
},
{
type: "text",
text: "27+ Years Experience",
},
{
type: "text",
text: "Veteran-Owned",
},
{
type: "text",
text: "Insurance Claim Experts",
},
{
type: "text",
text: "5-Star Rated Service",
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "They made the entire process effortless—from inspection to insurance. The results were incredible.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "Great communication from start to finish. The team kept me informed every step.",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrod",
testimonial: "The finished roof looks incredible. Fair pricing and incredible quality.",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-young-black-mulatto-woman-beige-shirt-crossing-arms-chest-looking-with-confident-toothy-smile-posing-indoors-against-stylish-kitchen-interior_343059-2649.jpg",
},
{
id: "4",
name: "David Kim",
handle: "@dkim",
testimonial: "Fast, clean, professional crew. Its honestly scary choosing a roofing company here—but they made it easy.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg",
},
{
id: "5",
name: "Jessica Taylor",
handle: "@jtaylor",
testimonial: "The communication, quality, and support were unmatched. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/furious-businessman-talking-smartphone-standing-stairs-finance-corporate-company-working-overtime-group-professional-successful-businesspeople-working-modern-finacial-building_482257-13830.jpg",
},
]}
title="Trusted by Hundreds of Arizona Homeowners"
description="Don't just take our word for it—our clients value our transparent, premium service."
/>
</div>
<div id="services" data-section="services">
<FeatureCardEight
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Roof Replacement",
description: "Premium materials built to last in Arizona heat.",
imageSrc: "http://img.b2bpic.net/free-photo/panorama-chisinau-arena-filmed-drone-sunset-moldova_1268-16014.jpg",
imageAlt: "Roof Replacement",
},
{
title: "Roof Inspections",
description: "Free, detailed inspections with honest recommendations.",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_74190-4523.jpg",
imageAlt: "Roof Inspection",
},
{
title: "Storm Damage Repair",
description: "We handle insurance claims from start to finish.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg",
imageAlt: "Storm Repair",
},
{
title: "Tile Roofing",
description: "Durable, energy-efficient, and elegant solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg",
imageAlt: "Tile Roofing",
},
{
title: "Shingle Roofing",
description: "Affordable and reliable protection for your home.",
imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107136.jpg",
imageAlt: "Shingle Roofing",
},
{
title: "Patio & Flat Roofs",
description: "Specialized solutions for Arizona patios.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-athletes-warming-up-before-workout_1098-19295.jpg",
imageAlt: "Patio Roofing",
},
]}
title="Complete Roofing Solutions"
description="We offer specialized solutions tailored for the Arizona climate."
/>
</div>
<div id="why-choose-us" data-section="why-choose-us">
<TextAbout
useInvertedBackground={false}
title="Why Homeowners Choose Arizona Roofers"
buttons={[
{
text: "Get Free Inspection",
href: "#contact",
},
]}
/>
</div>
<div id="showcase" data-section="showcase">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Tile Replacement",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg",
imageAlt: "Tile Replacement",
},
{
id: "p2",
name: "Underlayment Upgrade",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg",
imageAlt: "Underlayment",
},
{
id: "p3",
name: "Flat Roof Restoration",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg",
imageAlt: "Flat Roof",
},
{
id: "p4",
name: "Custom Tile Design",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg",
imageAlt: "Tile",
},
{
id: "p5",
name: "Shingle Renewal",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg",
imageAlt: "Shingle",
},
{
id: "p6",
name: "Patio Specialty",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-red-metal-small-houses-coast-sea_181624-986.jpg",
imageAlt: "Patio",
},
]}
title="Recent Projects"
description="See the quality of our work."
/>
</div>
<div id="process" data-section="process">
<FeatureCardEight
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "1. Free Inspection",
description: "We assess your roof thoroughly.",
imageSrc: "http://img.b2bpic.net/free-photo/old-roof-architecture-quebec-city_649448-2146.jpg",
imageAlt: "Step 1",
},
{
title: "2. Clear Estimate",
description: "No surprises. Full transparency.",
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg",
imageAlt: "Step 2",
},
{
title: "3. Insurance Support",
description: "We handle paperwork and claims.",
imageSrc: "http://img.b2bpic.net/free-photo/urban-wall-surface_23-2148107093.jpg",
imageAlt: "Step 3",
},
{
title: "4. Expert Installation",
description: "Fast, clean, professional work.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14804.jpg",
imageAlt: "Step 4",
},
{
title: "5. Final Inspection",
description: "We dont leave until its perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/idea-simple-wallpaper-your-desktop-varied-pattern-track-made-multicolored-rectangular-brick-tiles-abstract-background-from-old-brick-ceramic-cobblestone-top-view_166373-2667.jpg",
imageAlt: "Step 5",
},
]}
title="Our Proven Process"
description="We make roofing easy and transparent."
/>
</div>
<div id="financing" data-section="financing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Popular",
price: "$0 Down",
subtitle: "Easy monthly payments",
features: [
"Quick approval",
"Low interest",
"Easy terms",
],
},
{
id: "p2",
badge: "Best Value",
price: "Flexible",
subtitle: "Customized plans",
features: [
"Flexible schedule",
"No early payoff fees",
"High credit limit",
],
},
{
id: "p3",
badge: "Standard",
price: "12mo",
subtitle: "Deferred interest",
features: [
"No interest for 12 months",
"Simple application",
"Fast funding",
],
},
]}
title="Roofing Made Affordable"
description="Flexible financing options available. Get the roof you need without the stress."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Contact"
title="Dont Wait Until It Leaks"
description="Protect your home before the next storm hits. Get a free inspection today."
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Arizona Roofers",
items: [
{
label: "Home",
href: "#",
},
{
label: "Services",
href: "#services",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
title: "Resources",
items: [
{
label: "Financing",
href: "#",
},
{
label: "Insurance Help",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Areas",
items: [
{
label: "Phoenix",
href: "#",
},
{
label: "Scottsdale",
href: "#",
},
{
label: "Mesa",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Arizona Roofers. All rights reserved."
bottomRightText="Veteran-Owned Business"
/>
</div>
</ReactLenis>
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={navItems} brandName="Arizona Roofers" />
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "gradient-bars" }}
title="Arizonas Most Trusted Roofing Experts"
description="27+ Years of Excellence • 5-Star Rated • Veteran-Owned. Elite roofing solutions designed specifically for the desert heat."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Patio roofing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17253.jpg", imageAlt: "Tile roofing exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Roof underlayment work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roof-wooden-building_23-2149343649.jpg", imageAlt: "Flat roof restoration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "Shingle roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Luxury tile roof replacement" }
]}
buttons={[{ text: "Get Free Inspection", href: "#contact" }, { text: "Call Now", href: "tel:5550123456" }]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
title="Trusted by Hundreds of Arizona Homeowners"
description="Don't just take our word for it—our clients value our transparent, premium service."
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They made the entire process effortless—from inspection to insurance. The results were incredible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Great communication from start to finish. The team kept me informed every step.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The finished roof looks incredible. Fair pricing and incredible quality.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-young-black-mulatto-woman-beige-shirt-crossing-arms-chest-looking-with-confident-toothy-smile-posing-indoors-against-stylish-kitchen-interior_343059-2649.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Fast, clean, professional crew. Its honestly scary choosing a roofing company here—but they made it easy.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg" },
{ id: "5", name: "Jessica Taylor", handle: "@jtaylor", testimonial: "The communication, quality, and support were unmatched. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/furious-businessman-talking-smartphone-standing-stairs-finance-corporate-company-working-overtime-group-professional-successful-businesspeople-working-modern-finacial-building_482257-13830.jpg" }
]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardEight
textboxLayout="default"
title="Complete Roofing Solutions"
description="We offer specialized solutions tailored for the Arizona climate."
features={[
{ title: "Roof Replacement", description: "Premium materials built to last in Arizona heat.", imageSrc: "http://img.b2bpic.net/free-photo/panorama-chisinau-arena-filmed-drone-sunset-moldova_1268-16014.jpg" },
{ title: "Roof Inspections", description: "Free, detailed inspections with honest recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_74190-4523.jpg" },
{ title: "Storm Damage Repair", description: "We handle insurance claims from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg" },
{ title: "Tile Roofing", description: "Durable, energy-efficient, and elegant solutions.", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg" },
{ title: "Shingle Roofing", description: "Affordable and reliable protection for your home.", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107136.jpg" },
{ title: "Patio & Flat Roofs", description: "Specialized solutions for Arizona patios.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-athletes-warming-up-before-workout_1098-19295.jpg" }
]}
/>
</div>
<div id="why-choose-us" data-section="why-choose-us">
<TextAbout
title="Why Homeowners Choose Arizona Roofers"
buttons={[{ text: "Get Free Inspection", href: "#contact" }]}
/>
</div>
<div id="showcase" data-section="showcase">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
title="Recent Projects"
description="See the quality of our work."
products={[
{ id: "p1", name: "Tile Replacement", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" },
{ id: "p2", name: "Underlayment Upgrade", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg" },
{ id: "p3", name: "Flat Roof Restoration", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" },
{ id: "p4", name: "Custom Tile Design", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" },
{ id: "p5", name: "Shingle Renewal", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" },
{ id: "p6", name: "Patio Specialty", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-red-metal-small-houses-coast-sea_181624-986.jpg" }
]}
/>
</div>
<div id="process" data-section="process">
<FeatureCardEight
textboxLayout="default"
title="Our Proven Process"
description="We make roofing easy and transparent."
features={[
{ title: "1. Free Inspection", description: "We assess your roof thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/old-roof-architecture-quebec-city_649448-2146.jpg" },
{ title: "2. Clear Estimate", description: "No surprises. Full transparency.", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg" },
{ title: "3. Insurance Support", description: "We handle paperwork and claims.", imageSrc: "http://img.b2bpic.net/free-photo/urban-wall-surface_23-2148107093.jpg" },
{ title: "4. Expert Installation", description: "Fast, clean, professional work.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14804.jpg" },
{ title: "5. Final Inspection", description: "We dont leave until its perfect.", imageSrc: "http://img.b2bpic.net/free-photo/idea-simple-wallpaper-your-desktop-varied-pattern-track-made-multicolored-rectangular-brick-tiles-abstract-background-from-old-brick-ceramic-cobblestone-top-view_166373-2667.jpg" }
]}
/>
</div>
<div id="financing" data-section="financing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
title="Roofing Made Affordable"
description="Flexible financing options available. Get the roof you need without the stress."
plans={[
{ id: "p1", badge: "Popular", price: "$0 Down", subtitle: "Easy monthly payments", features: ["Quick approval", "Low interest", "Easy terms"] },
{ id: "p2", badge: "Best Value", price: "Flexible", subtitle: "Customized plans", features: ["Flexible schedule", "No early payoff fees", "High credit limit"] },
{ id: "p3", badge: "Standard", price: "12mo", subtitle: "Deferred interest", features: ["No interest for 12 months", "Simple application", "Fast funding"] }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
title="Dont Wait Until It Leaks"
description="Protect your home before the next storm hits. Get a free inspection today."
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Arizona Roofers", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }] },
{ title: "Resources", items: [{ label: "Financing", href: "#" }, { label: "Insurance Help", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Areas", items: [{ label: "Phoenix", href: "#" }, { label: "Scottsdale", href: "#" }, { label: "Mesa", href: "#" }] }
]}
bottomLeftText="© 2024 Arizona Roofers. All rights reserved."
bottomRightText="Veteran-Owned Business"
/>
</div>
</ThemeProvider>
);
}
}