From 6b9b1ff1a35729c2038add53d70b166132036a88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:17:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9523ade..cd3648a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-reading-menu-restaurant_23-2150384799.jpg", imageAlt: "AI Receptionist for restaurants" }, { imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg", imageAlt: "Automated call handling system" }, { imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-wall-clock-looking-camera-confused-with-hand-his-head-standing-green-background_141793-118901.jpg", imageAlt: "Restaurant busy hours" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-cup-talking-mobile-phone_1170-2025.jpg", imageAlt: "Customer calling restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg", imageAlt: "AI responding to call" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-cup-talking-mobile-phone_1170-2025.jpg?_wi=1", imageAlt: "Customer calling restaurant" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg?_wi=1", imageAlt: "AI responding to call" } ]} ariaLabel="Hero section for FEBRIX AI Receptionist" /> @@ -106,10 +106,10 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "01", title: "Le client appelle", description: "Un client appelle votre restaurant pour commander.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-cup-talking-mobile-phone_1170-2025.jpg", imageAlt: "customer calling restaurant phone" + id: "1", value: "01", title: "Le client appelle", description: "Un client appelle votre restaurant pour commander.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-cup-talking-mobile-phone_1170-2025.jpg?_wi=2", imageAlt: "customer calling restaurant phone" }, { - id: "2", value: "02", title: "L'IA répond", description: "Notre réceptionniste IA répond immédiatement et prend la commande.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg", imageAlt: "voice AI responding conversation" + id: "2", value: "02", title: "L'IA répond", description: "Notre réceptionniste IA répond immédiatement et prend la commande.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg?_wi=2", imageAlt: "voice AI responding conversation" }, { id: "3", value: "03", title: "Commande envoyée", description: "La commande est instantanément envoyée à votre système de restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-phone-with-online-menu_23-2149303455.jpg", imageAlt: "order confirmation restaurant system" -- 2.49.1