Merge version_2 into main #3
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
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: "https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY&_wi=1", imageAlt: "Casa Street restaurant exterior Street View"
|
||||
},
|
||||
{
|
||||
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"
|
||||
@@ -79,16 +79,16 @@ 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: "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: "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&_wi=1", imageAlt: "Casa Street restaurant area - Street View"
|
||||
},
|
||||
{
|
||||
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: "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&_wi=1", imageAlt: "Casa Street location - Street View from Edgware Road"
|
||||
},
|
||||
{
|
||||
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: "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&_wi=1", imageAlt: "Casa Street restaurant neighborhood - Street View"
|
||||
},
|
||||
{
|
||||
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: "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&_wi=1", imageAlt: "Casa Street area - Street View opposite side"
|
||||
},
|
||||
{
|
||||
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"
|
||||
@@ -110,16 +110,16 @@ 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: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY"
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY&_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY"
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=90&key=YOUR_API_KEY&_wi=2"
|
||||
},
|
||||
},
|
||||
{
|
||||
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: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=180&key=YOUR_API_KEY"
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=180&key=YOUR_API_KEY&_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://maps.googleapis.com/maps/api/streetview?size=400x300&location=145-147+Edgware+Road,+London+W2+2HR&heading=270&key=YOUR_API_KEY"
|
||||
@@ -139,16 +139,16 @@ 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: "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: "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&_wi=3", 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: "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: "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&_wi=2", 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: "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: "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&_wi=3", 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: "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"
|
||||
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&_wi=3", imageAlt: "Casa Street restaurant from opposite perspective - Street View"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -163,7 +163,7 @@ 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="https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY"
|
||||
imageSrc="https://maps.googleapis.com/maps/api/streetview?size=600x400&location=145-147+Edgware+Road,+London+W2+2HR&key=YOUR_API_KEY&_wi=2"
|
||||
imageAlt="Casa Street restaurant location - Google Street View"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user