Merge version_2 into main #3
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
||||
{ type: "text", content: "Culinary Excellence" }
|
||||
]}
|
||||
buttons={[{ text: "Discover Our History", href: "#menu" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,6 +68,8 @@ export default function LandingPage() {
|
||||
description="A curated selection of traditional charcoal-grilled favorites."
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Ayam Panggang", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-delicious-turkey_23-2148681867.jpg" },
|
||||
{ id: "2", name: "Bumbu Rujak Chicken", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fish-sauce_1388-24.jpg" },
|
||||
@@ -82,6 +85,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,6 +95,8 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Got questions? We have answers."
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do we prepare the chicken?", content: "We marinate for 12 hours and grill over real charcoal." },
|
||||
{ id: "2", title: "Is it spicy?", content: "We offer various spice levels, from mild to traditional extra spicy." }
|
||||
@@ -100,8 +107,11 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="The Mbak Indah Standard"
|
||||
description="Quality assured ingredients and traditional techniques."
|
||||
gridVariant="bento-grid"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "20+", title: "Years", description: "Culinary tradition", icon: Flame },
|
||||
{ id: "2", value: "100k+", title: "Customers", description: "Satisfied diners", icon: Star },
|
||||
@@ -114,6 +124,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["Culinary Assoc.", "Food Guide Pro", "Local Eats", "Top Rated"]}
|
||||
title="Recognized Excellence"
|
||||
description="Endorsed by industry experts."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +137,7 @@ export default function LandingPage() {
|
||||
description="Join us for an unforgettable dining experience at our flagship location or order for delivery."
|
||||
buttons={[{ text: "Book a Table" }, { text: "View Delivery Options" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user