diff --git a/src/app/page.tsx b/src/app/page.tsx index 38ab4b5..d3dbfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", searchPlaceholder: "Discover our story", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", searchPlaceholder: "Discover our story", buttons: [ { text: "About Us", href: "#about" }, { text: "Our Menu", href: "#signature" } ], @@ -66,9 +66,9 @@ export default function LandingPage() { { icon: Wine } ], stats: [ - { title: "Rating", values: ["4.7", "4.7", "4.7"], valuePrefix: "", valueSuffix: "★", description: "From 79 Google reviews" }, - { title: "Price Range", values: ["€20", "€25", "€30"], valuePrefix: "", valueSuffix: "", description: "Fair pricing for quality" }, - { title: "Years Local", values: ["15+", "15+", "15+"], valuePrefix: "", valueSuffix: "", description: "Neighborhood favorite" } + { title: "Rating", values: [4.7, 4.7, 4.7], valuePrefix: "", valueSuffix: "★", description: "From 79 Google reviews" }, + { title: "Price Range", values: [20, 25, 30], valuePrefix: "€", valueSuffix: "", description: "Fair pricing for quality" }, + { title: "Years Local", values: [15, 15, 15], valuePrefix: "", valueSuffix: "+", description: "Neighborhood favorite" } ], chartTitle: "Weekly Satisfaction", chartData: [ { value: 95 }, @@ -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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, { 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, { 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?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, { 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?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" } ]} 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" 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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" imageAlt="Le Grand Duc reservation" mediaAnimation="slide-up" mediaPosition="right"