Merge version_1_1781464520444 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Commercial",
|
||||
"href": "#commercial"
|
||||
"name": "Commercial", "href": "#commercial"
|
||||
},
|
||||
{
|
||||
"name": "Locations",
|
||||
"href": "#areas"
|
||||
"name": "Locations", "href": "#areas"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Trust",
|
||||
"href": "#trust"
|
||||
"name": "Trust", "href": "#trust"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -42,77 +35,56 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Prime Moving"
|
||||
ctaButton={{
|
||||
text: "Get Quote",
|
||||
href: "#quote",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Prime Moving"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/man-giving-order-curbside-pickup_23-2149106422.jpg"
|
||||
ctaButton={{
|
||||
text: "Get Quote", href: "#quote"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleCard
|
||||
brand="Prime Moving"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
brand="Prime Moving"
|
||||
columns={[
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Legal", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#",
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential", href: "#"},
|
||||
{
|
||||
label: "Commercial", href: "#"},
|
||||
{
|
||||
label: "Freight", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#",
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "1099 Shorecrest Ave", href: "#"},
|
||||
{
|
||||
label: "Laval, QC H7W 1R4", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 93177699 Quebec Inc. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Freight",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "1099 Shorecrest Ave",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Laval, QC H7W 1R4",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 93177699 Quebec Inc. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
label: "Terms of Service", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user