Merge version_2 into main #2
@@ -7,8 +7,9 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ChefHat, Heart, Leaf, Phone, Sparkles, UtensilsCrossed } from "lucide-react";
|
||||
import { ChefHat, Heart, Leaf, Phone, Sparkles, UtensilsCrossed, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -157,6 +158,38 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our Team"
|
||||
description="The talented culinary professionals dedicated to creating your unforgettable dining experience"
|
||||
tag="Our Team"
|
||||
tagIcon={Users}
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Maria Santos", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Maria Santos"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Wilson", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Davis", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Davis"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chen", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sarah Johnson", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thompson", role: "Head Waiter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16147.jpg", imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
|
||||
|
||||
Reference in New Issue
Block a user