diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 03edc6b..f90e04e 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Головна",
- "href": "#hero"
+ "name": "Головна", "href": "#hero"
},
{
- "name": "Про нас",
- "href": "#about"
+ "name": "Про нас", "href": "#about"
},
{
- "name": "Послуги",
- "href": "#features"
+ "name": "Послуги", "href": "#features"
},
{
- "name": "Контакти",
- "href": "#contact"
+ "name": "Контакти", "href": "#contact"
},
{
- "name": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,56 +35,43 @@ export default function Layout() {
+ logo="Дваеблана .нет"
+ logoImageSrc="http://img.b2bpic.net/free-photo/cheerful-people-with-hybrid-car_53876-165505.jpg"
+ ctaButton={{
+ text: "Замовити", href: "#contact"}}
+ navItems={navItems} />
+ label: "Privacy Policy", href: "#"},
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/cheerful-people-with-hybrid-car_53876-165505.jpg"
+ />
);