Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c496fdf945 | |||
| 651b7e0d58 | |||
| 1a366ddc67 | |||
| 4464b45d5b | |||
| 8312985089 | |||
| c731991f8e | |||
| 44ff08e7c2 | |||
| ad4b26a602 | |||
| df91c91cab | |||
| 52ff7f3102 | |||
| 415d81cda2 |
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
@@ -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" }]} />
|
||||
<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 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"
|
||||
|
||||
Reference in New Issue
Block a user