diff --git a/src/app/page.tsx b/src/app/page.tsx index 9131aad..19ac30b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913302.jpg", imageAlt: "Moroccan street food preparation with spices and tajine"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant exterior Street View" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg?_wi=1", imageAlt: "Traditional Moroccan kitchen with authentic cooking"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant Street View - alternative angle" + }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -77,15 +79,20 @@ export default function LandingPage() { description="Discover our signature Moroccan dishes crafted with authentic recipes and the freshest ingredients." products={[ { - id: "1", name: "Casablanca Msemen", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg?_wi=1", imageAlt: "Casablanca Msemen - soft Moroccan wrap with savory fillings"}, + id: "1", name: "Casablanca Msemen", price: "£6.50", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant area - Street View" + }, { - id: "2", name: "Traditional Tajine", price: "£12.00", imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg?_wi=1", imageAlt: "Traditional Tajine - slow-cooked Moroccan stew"}, + id: "2", name: "Traditional Tajine", price: "£12.00", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=45&key=YOUR_API_KEY", imageAlt: "Casa Street location - Street View from Edgware Road" + }, { - id: "3", name: "Moroccan Mint Tea", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-food-te_23-2147796730.jpg", imageAlt: "Moroccan Mint Tea - fresh mint tea traditional service"}, + id: "3", name: "Moroccan Mint Tea", price: "£3.50", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant neighborhood - Street View" + }, { - id: "4", name: "Harissa Specials", price: "£4.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-ketchup-lemon-slices_140725-4325.jpg", imageAlt: "Harissa Specials - house harissa bold and spicy"}, + id: "4", name: "Harissa Specials", price: "£4.00", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=180&key=YOUR_API_KEY", imageAlt: "Casa Street area - Street View opposite side" + }, { - id: "5", name: "Moroccan Desserts", price: "£5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turron-dessert_23-2149514342.jpg", imageAlt: "Moroccan Desserts - sweet traditional pastries like Malfaiya"}, + id: "5", name: "Moroccan Desserts", price: "£5.50", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=225&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant district - Street View" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -103,16 +110,20 @@ export default function LandingPage() { { id: 1, title: "Fresh Food Daily", description: "Everything is prepared fresh each day for the best flavor and quality. We use only the finest ingredients sourced from trusted suppliers.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg?_wi=2"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg?_wi=2"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY" + }, }, { id: 2, title: "Authentic Moroccan Recipes", description: "Real traditional dishes made the proper way, using time-honored techniques passed down through generations of Moroccan chefs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg?_wi=2"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=180&key=YOUR_API_KEY" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=1"}, + imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=270&key=YOUR_API_KEY" + }, }, ]} showStepNumbers={true} @@ -128,13 +139,17 @@ export default function LandingPage() { description="Authentic testimonials from happy customers who love Casa Street." testimonials={[ { - id: "1", title: "Authentic Moroccan Experience", quote: "The food is always fresh and the staff are very kind. I recommend everyone to try the tajine. It's the real deal!", name: "Sarah Mitchell", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg", imageAlt: "Sarah Mitchell - Casa Street customer"}, + id: "1", title: "Authentic Moroccan Experience", quote: "The food is always fresh and the staff are very kind. I recommend everyone to try the tajine. It's the real deal!", name: "Sarah Mitchell", role: "Verified Customer", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant - Street View" + }, { - id: "2", title: "Best Moroccan Restaurant in London", quote: "The best Moroccan restaurant experience. Fresh msemen, amazing desserts, and incredible mint tea. Everything tastes authentic.", name: "Michael Chen", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-food-te_23-2147796729.jpg", imageAlt: "Michael Chen - Casa Street customer"}, + id: "2", title: "Best Moroccan Restaurant in London", quote: "The best Moroccan restaurant experience. Fresh msemen, amazing desserts, and incredible mint tea. Everything tastes authentic.", name: "Michael Chen", role: "Verified Customer", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=45&key=YOUR_API_KEY", imageAlt: "Casa Street location on Edgware Road - Street View" + }, { - id: "3", title: "Unforgettable Harissa", quote: "The harissa was the best I've ever tasted. Bold, spicy, and perfectly balanced. I come back just for that.", name: "Emily Rodriguez", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/amused-joyful-optimistic-young-excited-blond-european-female-model-hoodie-smiling-broadly-close-e_1258-136506.jpg", imageAlt: "Emily Rodriguez - Casa Street customer"}, + id: "3", title: "Unforgettable Harissa", quote: "The harissa was the best I've ever tasted. Bold, spicy, and perfectly balanced. I come back just for that.", name: "Emily Rodriguez", role: "Verified Customer", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant area - Street View" + }, { - id: "4", title: "Warm Hospitality & Great Food", quote: "The combination of authentic cuisine and warm hospitality makes Casa Street special. It truly feels like home.", name: "David Kim", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "David Kim - Casa Street customer"}, + id: "4", title: "Warm Hospitality & Great Food", quote: "The combination of authentic cuisine and warm hospitality makes Casa Street special. It truly feels like home.", name: "David Kim", role: "Verified Customer", imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=180&key=YOUR_API_KEY", imageAlt: "Casa Street restaurant from opposite perspective - Street View" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -148,8 +163,8 @@ export default function LandingPage() { description="Located in the heart of London's vibrant food district. Open daily from 12:00 – 22:30. Experience authentic Moroccan hospitality and cuisine." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2" - imageAlt="Casa Street restaurant interior - warm Moroccan ambiance" + imageSrc="https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY" + imageAlt="Casa Street restaurant location - Google Street View" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -166,7 +181,8 @@ export default function LandingPage() { { title: "Restaurant", items: [ { - label: "145-147 Edgware Rd, London W2 2HR", href: "https://maps.google.com/?q=145-147+Edgware+Rd,+London+W2+2HR"}, + label: "145-147 Edgware Rd, London W2 2HR", href: "https://maps.google.com/?q=145-147+Edgware+Rd,+London+W2+2HR" + }, { label: "Daily 12:00 – 22:30", href: "#" }, { label: "Order Online", href: "https://www.ubereats.com" }, ],