diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index d80c3c8..66074f2 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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: "#"},
]}
/>