Merge version_2 into main #10

Merged
bender merged 1 commits from version_2 into main 2026-04-21 06:35:10 +00:00

View File

@@ -31,10 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Astra Roofing"
/>
@@ -164,7 +164,7 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Astra Roofing Limited"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "hero" }, { label: "Services", href: "services" }, { label: "Reviews", href: "testimonials" }, { label: "Contact", href: "contact" }] },
{ title: "Contact", items: [{ label: "01922 645993", href: "tel:01922645993" }, { label: "Walsall", href: "#" }, { label: "Open 24/7", href: "#" }] },
]}
copyrightText="© 2025 Astra Roofing Limited"