Merge version_3 into main #5
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
logoIcon: Zap,
|
||||
sidebarItems: [{ icon: Zap, active: true }],
|
||||
listItems: [{ icon: Zap, title: "Fresh Khinkali", status: "Served Daily" }],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-fresh-off-oven-with-milk-cheese-wooden-desk-dough-bake-bread-bun-eggs_140725-74339.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-fresh-off-oven-with-milk-cheese-wooden-desk-dough-bake-bread-bun-eggs_140725-74339.jpg", buttons: [{ text: "View Menu", href: "#menu" }]
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
title="Signature Menu"
|
||||
description="Experience our curated selection of Georgian delicacies."
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -103,6 +104,7 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
title="By The Numbers"
|
||||
description="Real impact of our culinary efforts."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -113,6 +115,7 @@ export default function LandingPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our Chefs"
|
||||
description="The talent behind Argo's kitchen."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -135,6 +138,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Common Questions"
|
||||
description="Get answers to your questions about our service."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -147,7 +151,6 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Find Us"
|
||||
description="1985 Coney Island Ave, Brooklyn."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user