Merge version_1 into main #3
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Le Grand Duc Experience", logoIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", searchPlaceholder: "Discover our story", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", searchPlaceholder: "Discover our story", buttons: [
|
||||
{ text: "About Us", href: "#about" },
|
||||
{ text: "Our Menu", href: "#signature" }
|
||||
],
|
||||
@@ -100,19 +100,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", role: "Regular Guest", company: "Woluwe-Saint-Pierre", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jean Mercier", role: "Local Couple", company: "Brussels Neighborhood", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Bernard", role: "Family Regular", company: "Weekend Tradition", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Paul Leblanc", role: "Business Lunch", company: "Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Table", href: "#reservation" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageAlt="Le Grand Duc warm dining atmosphere"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
title="Reserve Your Table"
|
||||
description="Book your next meal with us. Fill out the form below or call us directly at 02 779 36 74."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3"
|
||||
imageAlt="Le Grand Duc reservation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user