Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #18.
This commit is contained in:
2026-04-22 05:59:15 +00:00

View File

@@ -10,7 +10,15 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
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" }
];
return (
<ThemeProvider
@@ -82,7 +90,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: "#financing" }, { 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"
/>