diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5376b44..4b76de5 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -56,25 +39,17 @@ export default function Layout() {