Update src/app/kds/page.tsx

This commit is contained in:
2026-06-03 23:59:03 +00:00
parent 3a6bc85852
commit 8c37c6387e

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSignup from '@/components/sections/hero/HeroSignup';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
@@ -45,16 +45,25 @@ export default function KdsPage() {
</div>
<div id="hero" data-section="hero">
<HeroSignup
<HeroBillboardTestimonial
background={{ variant: "animated-grid" }}
title="Streamline Your Kitchen Operations with KDS"
description="Our Kitchen Display System (KDS) optimizes your kitchen workflow, ensuring efficient order preparation and seamless management."
tag="KDS Solutions"
tagIcon={Monitor}
buttonText="Get Started Today"
inputPlaceholder="Your Email"
buttons={[{ text: "Get Started Today", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-with-stainless-steel-appliances_23-2148768007.jpg"
imageAlt="Modern kitchen with a KDS display"
testimonials={[
{
name: "Chef John", handle: "@chefjohn", testimonial: "The KDS has drastically improved our kitchen's efficiency and order accuracy!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-male-chef-standing-kitchen-restaurant-cooking-vegetables_23-2149303507.jpg", imageAlt: "Chef John"
},
{
name: "Restaurant Manager Sarah", handle: "@sarah_mgmt", testimonial: "Real-time updates and seamless integration are game-changers for our service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-restaurant-worker-waiter-looking-away-dreaming-thinking-isolated-pink-wall_176420-13654.jpg", imageAlt: "Restaurant Manager Sarah"
}
]}
/>
</div>