diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 15decf3..ef5f257 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,89 +7,51 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "בית", - "href": "#hero" - }, - { - "name": "אודות", - "href": "#about" - }, - { - "name": "תפריט", - "href": "#menu" - }, - { - "name": "צרו קשר", - "href": "#contact" - }, - { - "name": "Features", - "href": "#features" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { "name": "בית", "href": "#hero" }, + { "name": "אודות", "href": "#about" }, + { "name": "תפריט", "href": "#menu" }, + { "name": "צרו קשר", "href": "#contact" }, + { "name": "Features", "href": "#features" }, + { "name": "Testimonials", "href": "#testimonials" }, + { "name": "Faq", "href": "#faq" } + ]; return ( + logo="קפה אמירה" + logoImageSrc="http://img.b2bpic.net/free-vector/elegant-coffee-shop-typography-logo_742173-4123.jpg" + ctaButton={{ + text: "הזמן מקום", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 קפה אמירה" + rightText="כל הזכויות שמורות" + />
); -} +} \ No newline at end of file