Merge version_1_1781595464978 into main

Merge version_1_1781595464978 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-16 07:39:10 +00:00

View File

@@ -8,32 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Послуги",
"href": "#services"
"name": "Послуги", "href": "#services"
},
{
"name": "Портфоліо",
"href": "#portfolio"
"name": "Портфоліо", "href": "#portfolio"
},
{
"name": "Відгуки",
"href": "#testimonials"
"name": "Відгуки", "href": "#testimonials"
},
{
"name": "Контакти",
"href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
},
{
"name": "About",
"href": "#about"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Контакти", "href": "#contact"
}
];
@@ -43,10 +27,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Detailing KLM"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=sajzsp"
ctaButton={{
text: "Записатися",
href: "#contact",
}}
text: "Записатися", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -56,25 +39,17 @@ export default function Layout() {
<FooterBasic
columns={[
{
title: "Локація",
items: [
title: "Локація", items: [
{
label: "м. Коломия, вул. Козакевича, 4",
href: "#",
},
label: "м. Коломия, вул. Козакевича, 4", href: "#"},
],
},
{
title: "Графік",
items: [
title: "Графік", items: [
{
label: "Пн-Пт: 10:00 - 19:00",
href: "#",
},
label: "Пн-Пт: 10:00 - 19:00", href: "#"},
{
label: "Сб: 11:00 - 19:00",
href: "#",
},
label: "Сб: 11:00 - 19:00", href: "#"},
],
},
]}