diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3952d18..645b3a2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,29 +17,15 @@ export default function HomePage() { title="Kebab Bustan Přerov" description="Experience the true essence of traditional Turkish kebabs, prepared with the finest ingredients and authentic recipes." primaryButton={{ - text: "View Menu", - href: "#features", - }} + text: "View Menu", href: "#features"}} secondaryButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-skewers-hot-charcoal_84443-72374.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-decoration-inside-restaurant_1127-187.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-skewered-meat-rustic-wooden-table-generated-by-ai_188544-13488.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/fish-banquet-table-buffet_1398-2214.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-skewers-hot-charcoal_84443-72374.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vintage-decoration-inside-restaurant_1127-187.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grilled-skewered-meat-rustic-wooden-table-generated-by-ai_188544-13488.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fish-banquet-table-buffet_1398-2214.jpg" } ]} /> @@ -61,29 +47,14 @@ export default function HomePage() { description="Hand-crafted delicacies prepared daily for your enjoyment." items={[ { - title: "Classic Doner", - tags: [ - "Lamb", - "Fresh", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg", - }, + title: "Classic Doner", tags: ["Lamb", "Fresh"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg"}, { - title: "Spicy Chicken", - tags: [ - "Chicken", - "Grilled", - ], - imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-wooden-board_23-2148632647.jpg", - }, + title: "Spicy Chicken", tags: ["Chicken", "Grilled"], + imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-wooden-board_23-2148632647.jpg"}, { - title: "Vegan Falafel", - tags: [ - "Vegetarian", - "Healthy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2378.jpg", - }, + title: "Vegan Falafel", tags: ["Vegetarian", "Healthy"], + imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2378.jpg"}, ]} /> @@ -96,41 +67,13 @@ export default function HomePage() { title="Browse Our Creations" description="Freshly prepared every single day." items={[ - { - title: "Doner Box", - description: "Crispy chips topped with meat and sauces.", - imageSrc: "http://img.b2bpic.net/free-photo/variety-meat-kebab-with-grilled-vegetables-salad-white-table_114579-4419.jpg", - }, - { - title: "Chicken Box", - description: "Tender grilled chicken pieces.", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805412.jpg", - }, - { - title: "Falafel Plate", - description: "Authentic chickpea falafel.", - imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-14389.jpg", - }, - { - title: "Mixed Salad", - description: "Crispy garden fresh veggies.", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetable-salad-onions-tray_140725-9192.jpg", - }, - { - title: "Baklava", - description: "Traditional sweet pastry.", - imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-top-view_23-2149598950.jpg", - }, - { - title: "Ayran", - description: "Refreshing traditional yoghurt.", - imageSrc: "http://img.b2bpic.net/free-photo/milky-pudding-glass-cup-with-fruits-berries-high-quality-photo_114579-77994.jpg", - }, - { - title: "Family Platter", - description: "Feast for your entire family.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-levengi-table_140725-8212.jpg", - }, + { title: "Doner Box", description: "Crispy chips topped with meat and sauces.", imageSrc: "http://img.b2bpic.net/free-photo/variety-meat-kebab-with-grilled-vegetables-salad-white-table_114579-4419.jpg" }, + { title: "Chicken Box", description: "Tender grilled chicken pieces.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805412.jpg" }, + { title: "Falafel Plate", description: "Authentic chickpea falafel.", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-14389.jpg" }, + { title: "Mixed Salad", description: "Crispy garden fresh veggies.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetable-salad-onions-tray_140725-9192.jpg" }, + { title: "Baklava", description: "Traditional sweet pastry.", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-top-view_23-2149598950.jpg" }, + { title: "Ayran", description: "Refreshing traditional yoghurt.", imageSrc: "http://img.b2bpic.net/free-photo/milky-pudding-glass-cup-with-fruits-berries-high-quality-photo_114579-77994.jpg" }, + { title: "Family Platter", description: "Feast for your entire family.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-levengi-table_140725-8212.jpg" } ]} /> @@ -141,42 +84,23 @@ export default function HomePage() { @@ -189,20 +113,13 @@ export default function HomePage() { title="Common Questions" categories={[ { - name: "General", - items: [ + name: "General", items: [ { - question: "Where are you located?", - answer: "We are located right in the heart of Přerov.", - }, + question: "Where are you located?", answer: "We are located right in the heart of Přerov."}, { - question: "Do you accept card payments?", - answer: "Yes, we accept both cash and card.", - }, + question: "Do you accept card payments?", answer: "Yes, we accept both cash and card."}, { - question: "Can I order online?", - answer: "Please call us to place your order directly.", - }, + question: "Can I order online?", answer: "Please call us to place your order directly."}, ], }, ]} @@ -217,13 +134,9 @@ export default function HomePage() { tag="Contact" text="Have a large order or event? Get in touch with us to schedule your pickup." primaryButton={{ - text: "Call Now", - href: "tel:+420000000000", - }} + text: "Call Now", href: "tel:+420000000000"}} secondaryButton={{ - text: "Email Us", - href: "mailto:info@kebab-bustan.cz", - }} + text: "Email Us", href: "mailto:info@kebab-bustan.cz"}} />