11 Commits

Author SHA1 Message Date
c496fdf945 Update src/app/page.tsx 2026-06-10 05:37:50 +00:00
651b7e0d58 Merge version_3 into main
Merge version_3 into main
2026-06-10 05:34:33 +00:00
1a366ddc67 Update src/app/page.tsx 2026-06-10 05:34:30 +00:00
4464b45d5b Merge version_3 into main
Merge version_3 into main
2026-06-10 05:33:58 +00:00
8312985089 Update src/app/page.tsx 2026-06-10 05:33:55 +00:00
c731991f8e Merge version_3 into main
Merge version_3 into main
2026-06-10 05:33:24 +00:00
44ff08e7c2 Update src/app/page.tsx 2026-06-10 05:33:21 +00:00
ad4b26a602 Switch to version 2: modified src/app/page.tsx 2026-06-10 05:27:49 +00:00
df91c91cab Switch to version 1: modified src/app/page.tsx 2026-06-10 05:27:37 +00:00
52ff7f3102 Merge version_2 into main
Merge version_2 into main
2026-06-10 05:25:32 +00:00
415d81cda2 Merge version_2 into main
Merge version_2 into main
2026-06-10 05:24:59 +00:00

View File

@@ -1,7 +1,7 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
@@ -26,7 +26,7 @@ export default function LandingPage() {
headingFontWeight="light" headingFontWeight="light"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple brandName="North End Tiling" navItems={[{ name: "Work", id: "#portfolio" }, { name: "Services", id: "#services" }, { name: "Process", id: "#process" }]} /> <NavbarLayoutFloatingOverlay logoSrc="https://assets.refine.dev/refine-logo.png" logoAlt="North End Tiling Logo" navItems={[{ name: "Work", id: "portfolio" }, { name: "Services", id: "services" }, { name: "Process", id: "process" }]} />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardTestimonial <HeroBillboardTestimonial
@@ -150,7 +150,7 @@ export default function LandingPage() {
columns={[ 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: "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: "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." bottomLeftText="© 2024 North End Tiling. All rights reserved."
bottomRightText="QBCC License No. 1234567" bottomRightText="QBCC License No. 1234567"