Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-26 18:29:02 +00:00

View File

@@ -15,27 +15,26 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Our Menu",
id: "menu",
},
name: "Our Menu", id: "menu"},
{
name: "Reserve Table",
id: "book",
},
name: "Reserve Table", id: "book"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="WokDynasty"
/>
@@ -44,37 +43,24 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="The Art of Indo-Chinese Cuisine"
description="Experience the bold, fiery flavors of WokDynasty. Where tradition meets modern flair."
avatars={[
{
src: "asset://avatar-1",
alt: "Chef 1",
},
src: "asset://avatar-1", alt: "Chef 1"},
{
src: "asset://avatar-2",
alt: "Chef 2",
},
src: "asset://avatar-2", alt: "Chef 2"},
{
src: "asset://avatar-3",
alt: "Chef 3",
},
src: "asset://avatar-3", alt: "Chef 3"},
{
src: "asset://avatar-4",
alt: "Chef 4",
},
src: "asset://avatar-4", alt: "Chef 4"},
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book Table",
href: "#book",
},
text: "Book Table", href: "#book"},
]}
/>
</div>
@@ -84,9 +70,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Story"
description={[
"Born from a passion for authentic spice and culinary innovation, WokDynasty brings the best of Indo-Chinese fusion to your table.",
"Every dish is crafted with fresh ingredients, signature sauces, and over 20 years of expertise.",
]}
"Born from a passion for authentic spice and culinary innovation, WokDynasty brings the best of Indo-Chinese fusion to your table.", "Every dish is crafted with fresh ingredients, signature sauces, and over 20 years of expertise."]}
/>
</div>
@@ -98,32 +82,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Chef's Special",
name: "Dragon Chili Chicken",
price: "$18",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg",
},
id: "1", brand: "Chef's Special", name: "Dragon Chili Chicken", price: "$18", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg"},
{
id: "2",
brand: "Stir Fry",
name: "Wok-Tossed Hakka Noodles",
price: "$14",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodle-nests-blue-bowl_114579-88292.jpg",
},
id: "2", brand: "Stir Fry", name: "Wok-Tossed Hakka Noodles", price: "$14", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodle-nests-blue-bowl_114579-88292.jpg"},
{
id: "3",
brand: "Vegetarian",
name: "Schezwan Fried Rice",
price: "$13",
rating: 4,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg",
},
id: "3", brand: "Vegetarian", name: "Schezwan Fried Rice", price: "$13", rating: 4,
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg"},
]}
title="Signature Menu"
description="Discover our chef-curated selection of fusion delicacies."
@@ -134,20 +100,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Reserve Your Table"
description="Call us at 7289971983 or fill out the enquiry form below for large party bookings."
buttons={[
{
text: "Call Now",
href: "tel:7289971983",
},
text: "Call Now", href: "tel:7289971983"},
{
text: "Book Online",
href: "#",
},
text: "Book Online", href: "#"},
]}
/>
</div>
@@ -157,42 +118,27 @@ export default function LandingPage() {
logoText="WokDynasty"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Full Menu",
href: "#menu",
},
label: "Full Menu", href: "#menu"},
{
label: "Specials",
href: "#menu",
},
label: "Specials", href: "#menu"},
],
},
{
title: "Reserve",
items: [
title: "Reserve", items: [
{
label: "Booking",
href: "#book",
},
label: "Booking", href: "#book"},
{
label: "Enquiry",
href: "#contact",
},
label: "Enquiry", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "7289971983",
href: "tel:7289971983",
},
label: "7289971983", href: "tel:7289971983"},
{
label: "Email Us",
href: "mailto:hello@wokdynasty.com",
},
label: "Email Us", href: "mailto:hello@wokdynasty.com"},
],
},
]}