Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d20d77be33 | |||
| 701baf1e36 | |||
| a695d9425d | |||
| 56a2c98f24 |
@@ -48,20 +48,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/meat-doner-cook_140725-984.jpg", alt: "Meat doner and cook" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lamb-doner-kebab-flatbread-served-with-pickles-fries-vertical_141793-1916.jpg", alt: "Lamb doner kebab in flatbread served with pickles and fries vertical" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571672.jpg", alt: "Close up on street food in neon light" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/interior-cafe-winter_1153-2923.jpg", alt: "Interior of cafe in winter" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/drink-cafe_53876-33696.jpg", alt: "Drink cafe" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Authentic Mediterranean" },
|
||||
{ type: "text", text: "Fresh Daily Ingredients" },
|
||||
{ type: "text", text: "Signature Grilling" },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
{ type: "text", text: "100% Satisfied" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,16 +90,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Menu Complet Dizz'O Kebab"
|
||||
description="Découvrez nos spécialités préparées avec amour."
|
||||
products={[
|
||||
{ id: "p1", name: "Chicken Doner Plate", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-slices-garnished-with-tomato-sauce-pepper-fresh-tomato_140725-2493.jpg" },
|
||||
{ id: "p2", name: "Lamb Shish Skewers", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-grilled-skewers-with-meat-vegetable-grill-green-grass-mat_23-2148206963.jpg" },
|
||||
{ id: "p3", name: "Classic Falafel Plate", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-food-arrangement_23-2148814492.jpg" },
|
||||
{ id: "p4", name: "Mixed Grill Platter", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/assorted-kebab-with-fried-vegetables-onion-round-plate_176474-2677.jpg" },
|
||||
{ id: "p5", name: "Signature Kebab Wrap", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arabic-kebab-with-ketchup_23-2148651157.jpg" },
|
||||
{ id: "p6", name: "Vegetarian Dürüm", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/warm-salad-from-chicken-liver-avocado-tomato-quail-eggs-healthy-dinner-dietary-menu-flat-lay-top-view_2829-4339.jpg" },
|
||||
{ id: "o1", name: "Les Originaux: Kebab Classique", price: "8,50€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-slices-garnished-with-tomato-sauce-pepper-fresh-tomato_140725-2493.jpg" },
|
||||
{ id: "o2", name: "Signature Dizz'o", price: "10,50€", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-kebab-flatbread-served-with-pickles-fries-vertical_141793-1916.jpg" },
|
||||
{ id: "o3", name: "Nos Tacos (3 viandes)", price: "9,90€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arabic-kebab-with-ketchup_23-2148651157.jpg" },
|
||||
{ id: "o4", name: "Les Assiettes (Mixte)", price: "13,50€", imageSrc: "http://img.b2bpic.net/free-photo/assorted-kebab-with-fried-vegetables-onion-round-plate_176474-2677.jpg" },
|
||||
{ id: "o5", name: "Nos Salades Fraîcheur", price: "7,50€", imageSrc: "http://img.b2bpic.net/free-photo/warm-salad-from-chicken-liver-avocado-tomato-quail-eggs-healthy-dinner-dietary-menu-flat-lay-top-view_2829-4339.jpg" },
|
||||
{ id: "o6", name: "Nos Box (Enfants/Adultes)", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-food-arrangement_23-2148814492.jpg" },
|
||||
{ id: "o7", name: "Frites Faites Maison", price: "3,50€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-grilled-skewers-with-meat-vegetable-grill-green-grass-mat_23-2148206963.jpg" },
|
||||
{ id: "o8", name: "Boissons & Chaudes", price: "2,00€", imageSrc: "http://img.b2bpic.net/free-photo/drink-cafe_53876-33696.jpg" },
|
||||
{ id: "o9", name: "Nos Desserts", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-winter_1153-2923.jpg" }
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Handcrafted kebabs, wraps, and platters for every appetite."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,14 +112,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", handle: "@alex_foodie", testimonial: "The best lamb skewers I've ever had. Truly authentic!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarah_eats", testimonial: "Fresh, fast, and incredibly tasty. My weekly go-to.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg" },
|
||||
{ id: "3", name: "Marcus L.", handle: "@ml_grill", testimonial: "Charcoal flavor is unmatched. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg" },
|
||||
{ id: "4", name: "Elena P.", handle: "@elena_dining", testimonial: "Amazing falafel for my vegetarian nights. So delicious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-chicken-kebab-bamboo-skewer_141793-2472.jpg" },
|
||||
{ id: "5", name: "Tom B.", handle: "@tom_kebab_fan", testimonial: "The mixed platter is a massive deal. Always fresh.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151047966.jpg" },
|
||||
{ id: "1", name: "Alex R.", handle: "@alex_foodie", testimonial: "Le meilleur kebab de la ville, tout simplement !", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarah_eats", testimonial: "Service rapide et produits frais, je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-talking-phone-cafe_637285-8846.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from those who've enjoyed the Dizz'O experience."
|
||||
title="Avis Clients"
|
||||
description="Ce que nos fidèles clients disent de Dizz'O Kebab."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,13 +125,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer vegan options?", content: "Yes, our falafel is entirely vegan and prepared daily." },
|
||||
{ id: "f2", title: "How fast is delivery?", content: "Our average delivery time is 25-35 minutes within city limits." },
|
||||
{ id: "f3", title: "Are your ingredients fresh?", content: "Absolutely. We source everything locally every single morning." },
|
||||
{ id: "f1", title: "Quels sont les suppléments disponibles ?", content: "Nous proposons fromage, sauce maison, crudités supplémentaires et galettes spéciales." },
|
||||
{ id: "f2", title: "Avez-vous des menus pour enfants ?", content: "Oui, nos menus enfants incluent un petit snack, frites et boisson." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-holding-fresh-steak-his-assistant-standing-near-with-his-arms-crossed-restaurant-kitchen_613910-18939.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers."
|
||||
title="Questions Fréquentes"
|
||||
description="Tout ce que vous voulez savoir sur Dizz'O."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -154,8 +139,8 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready for a delicious kebab? Order online or visit us today!\n\nWeekly Hours:\nMon - Thu: 11:00 - 22:00\nFri - Sat: 11:00 - 23:30\nSun: 12:00 - 21:00"
|
||||
buttons={[{ text: "Order Now", href: "https://delivery-site.com" }]}
|
||||
text="Envie de Dizz'O ? Passez commande ou retrouvez-nous."
|
||||
buttons={[{ text: "Commander", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,8 +149,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-sign-neon-lights-nocturnal-people_23-2148283896.jpg"
|
||||
logoText="Dizz'O Kebab"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "Tous les plats", href: "#menu" }] },
|
||||
{ title: "Legal", items: [{ label: "Mentions Légales", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user