Merge version_1_1781532619751 into main #1

Merged
bender merged 2 commits from version_1_1781532619751 into main 2026-06-15 14:11:31 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "O nas",
"href": "#about"
"name": "O nas", "href": "#about"
},
{
"name": "Oferta",
"href": "#products"
"name": "Oferta", "href": "#products"
},
{
"name": "Opinie",
"href": "#testimonials"
"name": "Opinie", "href": "#testimonials"
},
{
"name": "Kontakt",
"href": "#contact"
"name": "Kontakt", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="DRANPOL"
logoImageSrc="http://img.b2bpic.net/free-vector/creative-buildings-25-glyph-solid-black-icon-pack-such-as-architecture-marketplace-court-law-institute-building-swing_1142-21355.jpg"
ctaButton={{
text: "Zadzwoń",
href: "tel:880446595",
}}
text: "Zadzwoń", href: "tel:880446595"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 P.P.H. DRANPOL. Wszelkie prawa zastrzeżone."
socialLinks={[
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
]}
/>
</SectionErrorBoundary>