From 3c334a153a325afe334700951bf4a3852622fd3c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 17:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e690a9..424f97d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; @@ -193,13 +194,13 @@ export default function LandingPage() { carouselMode="buttons" members={[ { - id: "umesh", name: "Umesh", role: "Restaurant Manager", description: "Known for his warm personality and exceptional service. Umesh ensures every guest feels welcomed and cared for.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg?_wi=1", imageAlt: "Umesh, restaurant manager" + id: "umesh", name: "Umesh", role: "Restaurant Manager", description: "Known for his warm personality and exceptional service. Umesh ensures every guest feels welcomed and cared for.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg", imageAlt: "Umesh, restaurant manager" }, { - id: "suraj", name: "Suraj", role: "Head Chef", description: "Creative culinary mind behind our signature fusion dishes. Suraj's passion for vegetarian cuisine shines in every plate.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg?_wi=2", imageAlt: "Suraj, head chef" + id: "suraj", name: "Suraj", role: "Head Chef", description: "Creative culinary mind behind our signature fusion dishes. Suraj's passion for vegetarian cuisine shines in every plate.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg", imageAlt: "Suraj, head chef" }, { - id: "team-hospitality", name: "Our Team", role: "Hospitality Excellence", description: "Dedicated professionals committed to creating memorable dining experiences through attentive service and genuine warmth.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg?_wi=3", imageAlt: "Our hospitality team in action" + id: "team-hospitality", name: "Our Team", role: "Hospitality Excellence", description: "Dedicated professionals committed to creating memorable dining experiences through attentive service and genuine warmth.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-waitress-wearing-protective-face-mask-while-taking-order-from-customer-touchpad_637285-8066.jpg", imageAlt: "Our hospitality team in action" } ]} ariaLabel="Team section" -- 2.49.1