Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-06-10 05:33:24 +00:00

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
headingFontWeight="light"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="North End Tiling" navItems={[{ name: "Work", id: "#portfolio" }, { name: "Services", id: "#services" }, { name: "Process", id: "#process" }]} />
<NavbarStyleApple logoSrc="http://img.b2bpic.net/free-photo/tile-mosaic_1340-27958.jpg" logoAlt="North End Tiling Logo" navItems={[{ name: "Work", id: "#portfolio" }, { name: "Services", id: "#services" }, { name: "Process", id: "#process" }]} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
@@ -150,7 +150,7 @@ export default function LandingPage() {
columns={[
{ title: "Contact Us", items: [{ label: "07 5555 1234", href: "tel:0755551234" }, { label: "info@northendtiling.com.au", href: "mailto:info@northendtiling.com.au" }, { label: "Gold Coast, QLD", href: "#" }]},
{ title: "Service Areas", items: [{ label: "Gold Coast", href: "#" }, { label: "Brisbane South", href: "#" }, { label: "Northern NSW", href: "#" }, { label: "Sunshine Coast", href: "#" }]},
{ title: "Quick Links", items: [{ label: "Our Work", href: "#portfolio" }, { label: "Our Services", href: "#services" }, { label: "Our Process", href: "#process" }]} /* Removed 'Materials' link */
{ title: "Quick Links", items: [{ label: "Our Work", href: "#portfolio" }, { label: "Our Services", href: "#services" }, { label: "Our Process", href: "#process" }]
]}
bottomLeftText="© 2024 North End Tiling. All rights reserved."
bottomRightText="QBCC License No. 1234567"