Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e32cd8c69 | |||
| 759f1e6f67 | |||
| 37e018ace3 | |||
| 2dc30bba1c |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "Diner 4" },
|
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "Diner 4" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg", alt: "Diner 5" }
|
{ src: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg", alt: "Diner 5" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Reserve a table", href: "https://thefork.fr" }]}
|
buttons={[{ text: "Book Your Table", href: "https://thefork.fr" }]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Rue Mouffetard" },
|
{ type: "text", text: "Rue Mouffetard" },
|
||||||
{ type: "text", text: "Creative Tapas" },
|
{ type: "text", text: "Creative Tapas" },
|
||||||
@@ -80,12 +80,16 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ id: "f1", title: "Escargot", subtitle: "Popular dish", category: "Classic", value: "Essential" },
|
{ id: "f1", title: "Escargot", subtitle: "Classic Bistro Appetizer", category: "Tapas", value: "€12" },
|
||||||
{ id: "f2", title: "Wine Pairing", subtitle: "Curated selection", category: "Drink", value: "Refined" },
|
{ id: "f2", title: "Truffle Fries", subtitle: "Hand-cut with parmesan", category: "Tapas", value: "€9" },
|
||||||
{ id: "f3", title: "Crème Brûlée", subtitle: "Patron favorite", category: "Dessert", value: "Sweet" }
|
{ id: "f3", title: "Burrata", subtitle: "Served with heirloom tomatoes", category: "Tapas", value: "€14" },
|
||||||
|
{ id: "f4", title: "French 75", subtitle: "Gin, lemon, and champagne", category: "Cocktails", value: "€15" },
|
||||||
|
{ id: "f5", title: "Negroni", subtitle: "A bitter classic", category: "Cocktails", value: "€13" },
|
||||||
|
{ id: "f6", title: "Spicy Margarita", subtitle: "Fresh jalapeño infusion", category: "Cocktails", value: "€14" },
|
||||||
|
{ id: "f7", title: "Crème Brûlée", subtitle: "Patron favorite", category: "Dessert", value: "€10" }
|
||||||
]}
|
]}
|
||||||
title="Menu Highlights"
|
title="Menu & Cocktails"
|
||||||
description="Discover our signature dishes loved by our patrons."
|
description="Discover our signature dishes and curated cocktail collection."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user