Merge version_4 into main #20
@@ -6,18 +6,13 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
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 FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-choose-us" },
|
||||
{ name: "Showcase", id: "#showcase" },
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "Financing", id: "#financing" }
|
||||
{ name: "Reviews", id: "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -34,7 +29,7 @@ export default function Page() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple navItems={navItems} />
|
||||
<NavbarStyleApple brandName="Arizona Roofers" navItems={navItems} />
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
@@ -78,19 +73,9 @@ export default function Page() {
|
||||
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 don’t leave until it’s 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."
|
||||
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"] }]}
|
||||
/>
|
||||
</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: "#financing" }, { label: "Insurance Help", href: "#" }] }, { 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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user