Merge version_2 into main #1
@@ -9,6 +9,7 @@ import PricingCardSix from '@/components/sections/pricing/PricingCardSix';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -245,6 +246,47 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
title="Meet Our Team"
|
||||
description="The talented professionals who bring Big Eat to life"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef Marcus",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766762598685-ne2ej38m.jpg",
|
||||
imageAlt: "Chef Marcus"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Rossi",
|
||||
role: "Head Sommelier",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766416786074-ne49srjf.jpg",
|
||||
imageAlt: "Elena Rossi"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Park",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766762599651-d4jtg5xa.jpg",
|
||||
imageAlt: "James Park"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Chen",
|
||||
role: "Pastry Chef",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766762601318-yy4m1lhd.jpg",
|
||||
imageAlt: "Sarah Chen"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to experience Big Eat? Reserve your table or reach out with questions. We look forward to welcoming you."
|
||||
|
||||
Reference in New Issue
Block a user