diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 627634e..f9a7a89 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": "Ana Sayfa",
- "href": "#hero"
+ "name": "Ana Sayfa", "href": "#hero"
},
{
- "name": "Hakkımızda",
- "href": "#about"
+ "name": "Hakkımızda", "href": "#about"
},
{
- "name": "Hizmetler",
- "href": "#features"
+ "name": "Hizmetler", "href": "#features"
},
{
- "name": "Yorumlar",
- "href": "#testimonials"
+ "name": "Yorumlar", "href": "#testimonials"
},
{
- "name": "İletişim",
- "href": "#contact"
+ "name": "İletişim", "href": "#contact"
},
{
- "name": "Location",
- "href": "#location"
+ "name": "Location", "href": "#location"
},
{
- "name": "Hours",
- "href": "#hours"
+ "name": "Hours", "href": "#hours"
}
];
@@ -42,59 +35,44 @@ export default function Layout() {
+ logo="Laloğlu"
+ logoImageSrc="http://img.b2bpic.net/free-photo/flat-lay-roped-label-lunch-box_23-2147866412.jpg"
+ ctaButton={{
+ text: "Hemen Ara", href: "tel:+905550000000"}}
+ navItems={navItems} />
+ label: "Kullanım Şartları", href: "#"},
+ ]}
+ />
);