Merge version_3 into main #4
1428
src/app/layout.tsx
1428
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,10 +48,13 @@ 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&_wi=1", imageAlt: "Casa Street restaurant exterior Street View"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipODy2nQ9gX5mT5bXm7hQ1pR2sT3uV4wX5yZ6aB=w408-h306-k-no", imageAlt: "Casa Street restaurant exterior"
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipMqR3sT4uV5wX6yZ7aB1cD2eF3gH4iJ5kL6mN=w408-h306-k-no", imageAlt: "Casa Street restaurant interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN5vW6xY7zB2cD3eF4gH5iJ6kL7mN8oP9qR0sT=w408-h306-k-no", imageAlt: "Casa Street restaurant dining area"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -67,7 +70,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=145-147+Edgware+Rd,+London+W2+2HR"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=145-147+Edgware+Rd,+London+W2+2HR"
|
||||
},
|
||||
{ text: "Learn More", href: "#why-us" },
|
||||
]}
|
||||
/>
|
||||
@@ -79,19 +83,19 @@ 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&_wi=1", imageAlt: "Casa Street restaurant area - Street View"
|
||||
id: "1", name: "Casablanca Msemen", price: "£6.50", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipODy2nQ9gX5mT5bXm7hQ1pR2sT3uV4wX5yZ6aB=w408-h306-k-no", imageAlt: "Casablanca Msemen - Traditional Moroccan pastry"
|
||||
},
|
||||
{
|
||||
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: "2", name: "Traditional Tajine", price: "£12.00", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipMqR3sT4uV5wX6yZ7aB1cD2eF3gH4iJ5kL6mN=w408-h306-k-no", imageAlt: "Traditional Tajine - Slow-cooked Moroccan stew"
|
||||
},
|
||||
{
|
||||
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: "3", name: "Moroccan Mint Tea", price: "£3.50", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN5vW6xY7zB2cD3eF4gH5iJ6kL7mN8oP9qR0sT=w408-h306-k-no", imageAlt: "Moroccan Mint Tea - Traditional beverage"
|
||||
},
|
||||
{
|
||||
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: "4", name: "Harissa Specials", price: "£4.00", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipOaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRr=w408-h306-k-no", imageAlt: "Harissa Specials - Spiced Moroccan condiment"
|
||||
},
|
||||
{
|
||||
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"
|
||||
id: "5", name: "Moroccan Desserts", price: "£5.50", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipPbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSs=w408-h306-k-no", imageAlt: "Moroccan Desserts - Sweet traditional treats"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -110,19 +114,19 @@ 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&_wi=2"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipODy2nQ9gX5mT5bXm7hQ1pR2sT3uV4wX5yZ6aB=w408-h306-k-no"
|
||||
},
|
||||
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&_wi=2"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipMqR3sT4uV5wX6yZ7aB1cD2eF3gH4iJ5kL6mN=w408-h306-k-no"
|
||||
},
|
||||
},
|
||||
{
|
||||
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&_wi=2"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN5vW6xY7zB2cD3eF4gH5iJ6kL7mN8oP9qR0sT=w408-h306-k-no"
|
||||
},
|
||||
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"
|
||||
imageSrc: "https://lh5.googleusercontent.com/p/AF1QipOaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRr=w408-h306-k-no"
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -139,16 +143,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&_wi=3", 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://lh5.googleusercontent.com/p/AF1QipODy2nQ9gX5mT5bXm7hQ1pR2sT3uV4wX5yZ6aB=w408-h306-k-no", imageAlt: "Casa Street restaurant - Happy 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&_wi=2", 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://lh5.googleusercontent.com/p/AF1QipMqR3sT4uV5wX6yZ7aB1cD2eF3gH4iJ5kL6mN=w408-h306-k-no", imageAlt: "Casa Street restaurant - Satisfied guest"
|
||||
},
|
||||
{
|
||||
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: "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://lh5.googleusercontent.com/p/AF1QipN5vW6xY7zB2cD3eF4gH5iJ6kL7mN8oP9qR0sT=w408-h306-k-no", imageAlt: "Casa Street restaurant - Delighted 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&_wi=3", 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://lh5.googleusercontent.com/p/AF1QipOaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRr=w408-h306-k-no", imageAlt: "Casa Street restaurant - Happy diner"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -163,8 +167,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="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"
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipODy2nQ9gX5mT5bXm7hQ1pR2sT3uV4wX5yZ6aB=w408-h306-k-no"
|
||||
imageAlt="Casa Street restaurant location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -206,4 +210,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user