Merge version_2 into main #2
@@ -45,7 +45,11 @@ export default function LandingPage() {
|
||||
description="Hand-breaded perfection meets premium culinary craft. Discover the gold standard of comfort food."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
dashboard={{
|
||||
title: "Hot Chicks Metrics", stats: [{ title: "Flavor Profiles", values: [15, 20, 25], description: "Our secret spice rotations" }],
|
||||
title: "Hot Chicks Metrics", stats: [
|
||||
{ title: "Flavor Profiles", values: [15, 20, 25], description: "Our secret spice rotations" },
|
||||
{ title: "Yield Ratio", values: [98, 99, 100], description: "Perfect crisp consistency" },
|
||||
{ title: "Order Volume", values: [500, 750, 1000], description: "Daily satisfaction count" }
|
||||
],
|
||||
logoIcon: Sparkles,
|
||||
sidebarItems: [{ icon: Utensils, active: true }],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571796.jpg"
|
||||
@@ -60,7 +64,8 @@ export default function LandingPage() {
|
||||
description="We believe luxury is in the details—from locally sourced poultry to the specific heat-press method that locks in juiciness."
|
||||
subdescription="Every bite reflects our commitment to the craft of artisan frying."
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board_23-2148040153.jpg"
|
||||
useInvertedBackground={false}
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,6 +76,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "1", name: "Signature Gold Chicken", price: "$18.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chicken-wings-inside-plate-with-napkins-light-background-meat-horizontal-meal-food-burger_140725-156263.jpg" },
|
||||
{ id: "2", name: "Truffle Infused Sliders", price: "$14.50", variant: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sliced-fried-egg-waffle-hash-browns_23-2148352393.jpg" },
|
||||
@@ -87,6 +93,7 @@ export default function LandingPage() {
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Guest" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,6 +104,7 @@ export default function LandingPage() {
|
||||
description="Join us for an elevated dining experience."
|
||||
buttons={[{ text: "Book Table", href: "#contact" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user