From e857bce68a48a05c567339f8231d33d9659bde6d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:04:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dfb51c..24ef91a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Wild Burger Nantes", logoIcon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg?_wi=1", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg", sidebarItems: [ { icon: MapPin, active: true }, { icon: Clock }, { icon: Star }, @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "Call: +33 2 12 34 56 78", href: "tel:+33212345678" }, ], stats: [ - { title: "Rating", values: ["4.8", "4.8", "4.8"], description: "Google Reviews" }, + { title: "Rating", values: [4.8, 4.8, 4.8], description: "Google Reviews" }, { title: "Open Until", values: ["02:00", "02:00", "02:00"], description: "Tonight" }, { title: "Location", values: ["Nantes", "Nantes", "Nantes"], description: "8 Allée Maison Rouge" }, ], @@ -91,10 +91,10 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Double Cheese", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-double-cheeseburger-with-melted-cheese_84443-73646.jpg?_wi=1", imageAlt: "Double Cheese" }, - { id: "2", name: "Le Fumé", price: "€13.00", imageSrc: "http://img.b2bpic.net/free-psd/delicious-burger-food-menu-web-banner-template_120329-1758.jpg?_wi=1", imageAlt: "Le Fumé" }, - { id: "3", name: "Le Végé", price: "€11.50", imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg?_wi=1", imageAlt: "Le Végé" }, - { id: "4", name: "Le Pané", price: "€13.50", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg?_wi=1", imageAlt: "Le Pané" }, + { id: "1", name: "Double Cheese", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-double-cheeseburger-with-melted-cheese_84443-73646.jpg", imageAlt: "Double Cheese" }, + { id: "2", name: "Le Fumé", price: "€13.00", imageSrc: "http://img.b2bpic.net/free-psd/delicious-burger-food-menu-web-banner-template_120329-1758.jpg", imageAlt: "Le Fumé" }, + { id: "3", name: "Le Végé", price: "€11.50", imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg", imageAlt: "Le Végé" }, + { id: "4", name: "Le Pané", price: "€13.50", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg", imageAlt: "Le Pané" }, { id: "5", name: "Chèvre Miel", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/fancy-cuisine-with-yummy-hamburger_23-2148374860.jpg", imageAlt: "Chèvre Miel" }, { id: "6", name: "Riz Box Crousty", price: "€11.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg", imageAlt: "Riz Box Crousty" }, ]} @@ -109,10 +109,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" features={[ - { id: "1", title: "150g Fresh Grilled Steak", description: "Premium quality meat grilled fresh to order. No shortcuts.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-double-cheeseburger-with-melted-cheese_84443-73646.jpg?_wi=2", imageAlt: "Fresh Grilled Steak" }, - { id: "2", title: "Homemade Sauces", description: "Every sauce crafted in-house. Bold, unique, unmistakable.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-psd/delicious-burger-food-menu-web-banner-template_120329-1758.jpg?_wi=2", imageAlt: "Homemade Sauces" }, - { id: "3", title: "Fast Service", description: "Your order ready in 10 minutes. No waiting around.", tag: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg?_wi=2", imageAlt: "Fast Service" }, - { id: "4", title: "Open Late in Nantes", description: "Until 02:00. Perfect for late-night cravings after the clubs.", tag: "Late Night", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg?_wi=2", imageAlt: "Open Late" }, + { id: "1", title: "150g Fresh Grilled Steak", description: "Premium quality meat grilled fresh to order. No shortcuts.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-double-cheeseburger-with-melted-cheese_84443-73646.jpg", imageAlt: "Fresh Grilled Steak" }, + { id: "2", title: "Homemade Sauces", description: "Every sauce crafted in-house. Bold, unique, unmistakable.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-psd/delicious-burger-food-menu-web-banner-template_120329-1758.jpg", imageAlt: "Homemade Sauces" }, + { id: "3", title: "Fast Service", description: "Your order ready in 10 minutes. No waiting around.", tag: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg", imageAlt: "Fast Service" }, + { id: "4", title: "Open Late in Nantes", description: "Until 02:00. Perfect for late-night cravings after the clubs.", tag: "Late Night", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg", imageAlt: "Open Late" }, ]} /> @@ -125,12 +125,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Martinez", handle: "@sarahm_nantes", testimonial: "Hands down the best burger I've ever had in Nantes. The Double Cheese is insane!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Martinez" }, - { id: "2", name: "Luc Dubois", handle: "@lucmade_", testimonial: "Fast, fresh, and absolutely wild. Open late on weekends is a game changer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Luc Dubois" }, - { id: "3", name: "Marie Sophie", handle: "@sophielovesood", testimonial: "The Chèvre Miel is perfection. Been ordering from here for 6 months straight.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marie Sophie" }, - { id: "4", name: "Antoine Laurent", handle: "@antoinelaurent", testimonial: "Finally, a burger spot that respects quality. Every bite counts. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Antoine Laurent" }, - { id: "5", name: "Emma Rousseau", handle: "@emmaeatswell", testimonial: "The homemade sauces are next level. This is what street food should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Emma Rousseau" }, - { id: "6", name: "Tom Bernard", handle: "@tombernard91", testimonial: "Grabbing a burger here before hitting the clubs. Best pre-night decision ever.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Tom Bernard" }, + { id: "1", name: "Sarah Martinez", handle: "@sarahm_nantes", testimonial: "Hands down the best burger I've ever had in Nantes. The Double Cheese is insane!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Martinez" }, + { id: "2", name: "Luc Dubois", handle: "@lucmade_", testimonial: "Fast, fresh, and absolutely wild. Open late on weekends is a game changer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Luc Dubois" }, + { id: "3", name: "Marie Sophie", handle: "@sophielovesood", testimonial: "The Chèvre Miel is perfection. Been ordering from here for 6 months straight.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marie Sophie" }, + { id: "4", name: "Antoine Laurent", handle: "@antoinelaurent", testimonial: "Finally, a burger spot that respects quality. Every bite counts. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Antoine Laurent" }, + { id: "5", name: "Emma Rousseau", handle: "@emmaeatswell", testimonial: "The homemade sauces are next level. This is what street food should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rousseau" }, + { id: "6", name: "Tom Bernard", handle: "@tombernard91", testimonial: "Grabbing a burger here before hitting the clubs. Best pre-night decision ever.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Tom Bernard" }, ]} /> @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg" imageAlt="Wild Burger Location" bulletPoints={[ { title: "8 Allée de la Maison Rouge", description: "44000 Nantes, France", icon: MapPin }, @@ -169,7 +169,7 @@ export default function LandingPage() {