Merge version_1 into main #3
@@ -58,8 +58,8 @@ export default function AboutPage() {
|
||||
id: "m1", title: "King Mitchy", subtitle: "Founder & Head Chef", detail: "Bringing authentic flavors to every meal.", imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg"},
|
||||
{
|
||||
id: "m2", title: "Chef Sarah", subtitle: "Lead Cook", detail: "Expert in traditional recipes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-salad_23-2148145617.jpg"},
|
||||
],
|
||||
imageAlt: "Culinary expert in commercial kitchen prepares dish with fresh basil and parsley"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,13 +91,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About Us"
|
||||
title="Discover Our Story"
|
||||
description="Learn more about our heritage and values."
|
||||
subdescription="From humble beginnings to your favorite spot."
|
||||
icon={null as any}
|
||||
useInvertedBackground={false}
|
||||
videoSrc="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection layout="full" title="Legal Information" sections={[]} />
|
||||
<LegalSection title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user