Merge version_1 into main #2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user