Merge version_3 into main #12

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

View File

@@ -10,13 +10,7 @@ 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: "Process", id: "#process" },
{ name: "Financing", id: "#financing" }
];
const navItems = [{ name: "Home", id: "/" }];
return (
<ThemeProvider
@@ -64,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: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" }, { id: "p2", name: "Underlayment Upgrade", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg" }, { id: "p3", name: "Flat Roof Restoration", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" }, { id: "p4", name: "Custom Tile Design", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" }, { id: "p5", name: "Shingle Renewal", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" }, { id: "p6", name: "Patio Specialty", price: "Contact Us", 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">
@@ -88,7 +82,7 @@ export default function Page() {
</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: "#" }] }, { 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"
/>