Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af837b82f9 | |||
| 07c992e475 | |||
| 35ac5e8f26 | |||
| 23f66bb4b6 |
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Experience Le Bistrot"
|
title="Experience Le Bistrot"
|
||||||
description="Authentic flavors, charming ambiance, and exceptional service in the heart of Inezgane. Your perfect retreat for coffee and cuisine."
|
description="Authentic flavors, charming ambiance, and exceptional service in the heart of Inezgane. Your perfect retreat for coffee and cuisine."
|
||||||
|
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg", imageAlt: "Cafe ambiance"},
|
imageSrc: "http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg", imageAlt: "Cafe ambiance"},
|
||||||
@@ -111,6 +112,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Signature Pizza", price: "MAD 45", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg"},
|
id: "1", name: "Signature Pizza", price: "MAD 45", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg"},
|
||||||
@@ -250,4 +252,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user