Merge version_1_1781386352806 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#"
|
||||
"name": "Home", "href": "#"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Difference",
|
||||
"href": "#difference"
|
||||
"name": "Difference", "href": "#difference"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Kelly's DIY"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/retro-badges-illustration-style_23-2147505498.jpg"
|
||||
ctaButton={{
|
||||
text: "Get Advice",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Advice", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,67 +49,42 @@ export default function Layout() {
|
||||
brand="Kelly's DIY"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Timber Cutting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Timber Cutting", href: "#services"},
|
||||
{
|
||||
label: "Paint Centre",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Paint Centre", href: "#services"},
|
||||
{
|
||||
label: "Hardware",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hardware", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "31 Front Street",
|
||||
href: "#",
|
||||
},
|
||||
label: "31 Front Street", href: "#"},
|
||||
{
|
||||
label: "Monkseaton",
|
||||
href: "#",
|
||||
},
|
||||
label: "Monkseaton", href: "#"},
|
||||
{
|
||||
label: "Whitley Bay",
|
||||
href: "#",
|
||||
},
|
||||
label: "Whitley Bay", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "DIY Tips",
|
||||
href: "#",
|
||||
},
|
||||
label: "DIY Tips", href: "#"},
|
||||
{
|
||||
label: "Guides",
|
||||
href: "#",
|
||||
},
|
||||
label: "Guides", href: "#"},
|
||||
{
|
||||
label: "Advice",
|
||||
href: "#",
|
||||
},
|
||||
label: "Advice", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Kelly's DIY Ltd. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user