From 34a8b7e6aca889405d09a6c88884128b0da30f3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:59:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd9f7c4..4b3b379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Sparkles, Zap, TrendingUp, Heart, HelpCircle, Twitter, Linkedin, Facebook } from "lucide-react"; +import Image from "next/image"; export default function LandingPage() { return ( @@ -94,15 +95,15 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - id: "1", title: "Smart Capacity Optimization", author: "Restaurant Operations", description: "AI-powered algorithms analyze dining patterns and dynamically adjust table allocations in real-time. Reduce staff stress from overbooking while maximizing seated guests—every table counts toward revenue.", tags: ["Real-time", "AI-Driven"], + id: "1", title: "Smart Capacity Optimization", author: "Restaurant Operations", description: "AI-powered algorithms analyze dining patterns and dynamically adjust table allocations in real-time, preventing bottlenecks while maximizing seated guests.", tags: ["Real-time", "AI-Driven"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/visual-representation-of-ai-powered-capa-1773037548420-bb768621.png", imageAlt: "AI capacity optimization dashboard" }, { - id: "2", title: "Predictive Queue Management", author: "Customer Experience", description: "Guests receive accurate wait-time estimates and can secure their spot ahead of time, eliminating frustration and reducing no-shows. Happy customers return more often and spend more per visit.", tags: ["Guest Satisfaction", "Transparency"], + id: "2", title: "Predictive Queue Management", author: "Customer Experience", description: "Customers receive accurate wait-time estimates and the option to secure their spot ahead of time, dramatically reducing perceived wait times and increasing satisfaction.", tags: ["Guest Satisfaction", "Transparency"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/mobile-app-mockup-showing-predictive-que-1773037549081-7f3de73e.png", imageAlt: "Queue management mobile app" }, { - id: "3", title: "Revenue Maximization Engine", author: "Business Growth", description: "Dynamic pricing and targeted upsell recommendations boost per-seat revenue during peak times while keeping customers satisfied. Increase average check size and grow bottom-line profits effortlessly.", tags: ["Revenue Growth", "Analytics"], + id: "3", title: "Revenue Maximization Engine", author: "Business Growth", description: "Dynamic pricing and upsell recommendations increase per-seat revenue during peak times while maintaining customer loyalty and lifetime value.", tags: ["Revenue Growth", "Analytics"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGZVm7UtbCVA7nRMTQu5UrYOP/revenue-optimization-dashboard-showing-d-1773037548261-6590122a.png", imageAlt: "Revenue optimization dashboard" }, ]} @@ -241,4 +242,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1