Merge version_1_1781594908157 into main #1

Merged
bender merged 2 commits from version_1_1781594908157 into main 2026-06-16 07:29:44 +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": "Reviews",
"href": "#reviews"
"name": "Reviews", "href": "#reviews"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Hydro Spark"
logoImageSrc="http://img.b2bpic.net/free-photo/cleaning-tools_23-2147699406.jpg"
ctaButton={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,47 +49,32 @@ export default function Layout() {
brand="Hydro Spark Carwash"
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "174 Main St, Gweru",
href: "#",
},
label: "174 Main St, Gweru", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "077 634 5912",
href: "tel:0776345912",
},
label: "077 634 5912", href: "tel:0776345912"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}
copyright="© 2024 Hydro Spark Carwash. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cleaning-tools_23-2147699406.jpg"
/>