Merge version_3 into main #9

Merged
bender merged 1 commits from version_3 into main 2026-04-22 05:43:25 +00:00

View File

@@ -2,13 +2,11 @@
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
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';
export default function Page() {
@@ -30,16 +28,6 @@ export default function Page() {
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Arizona Roofers" navItems={navItems} />
</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" }]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
@@ -70,7 +58,7 @@ export default function Page() {
title="Recent Projects"
description="See the quality of our work."
useInvertedBackground={false}
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" }]}
products={[{ id: "p1", name: "Tile Replacement", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" }, { id: "p2", name: "Underlayment Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg" }, { id: "p3", name: "Flat Roof Restoration", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" }, { id: "p4", name: "Custom Tile Design", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" }, { id: "p5", name: "Shingle Renewal", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" }, { id: "p6", name: "Patio Specialty", 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">
@@ -92,20 +80,9 @@ export default function Page() {
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."
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</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: "#" }] }]}
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: "#" }] }, { title: "Areas", items: [{ label: "Phoenix", href: "#" }, { label: "Scottsdale", href: "#" }, { label: "Mesa", href: "#" }] }]}
bottomLeftText="© 2024 Arizona Roofers. All rights reserved."
bottomRightText="Veteran-Owned Business"
/>