Merge version_1_1782223587314 into main #1

Merged
bender merged 1 commits from version_1_1782223587314 into main 2026-06-23 14:07:26 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Why Choose",
"href": "#why-choose"
"name": "Why Choose", "href": "#why-choose"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Luma Cleaning"
logoImageSrc="http://img.b2bpic.net/free-photo/close-up-person-with-glove-clipboard_23-2148357460.jpg"
ctaButton={{
text: "Get Free Quote",
href: "#contact",
}}
text: "Get Free Quote", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,63 +49,40 @@ export default function Layout() {
brand="Luma Cleaning Company"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Residential",
href: "#services",
},
label: "Residential", href: "#services"},
{
label: "Commercial",
href: "#services",
},
label: "Commercial", href: "#services"},
{
label: "Deep Cleaning",
href: "#services",
},
label: "Deep Cleaning", href: "#services"},
{
label: "Move In/Out",
href: "#services",
},
label: "Move In/Out", href: "#services"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Email",
href: "mailto:Lumaclean216@gmail.com",
},
label: "Email", href: "mailto:Lumaclean216@gmail.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
copyright="© 2024 Luma Cleaning Company. All rights reserved."
links={[
{
label: "Contact Us",
href: "tel:2167278438",
},
label: "Contact Us", href: "tel:2167278438"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-with-glove-clipboard_23-2148357460.jpg"
/>