Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-06 10:31:46 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Experience",
id: "experience",
},
name: "Experience", id: "experience"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Na Thai"
/>
@@ -53,51 +45,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Na Thai: A Thai Gem in Happy Valley."
description="Authentic Thai flavors meet a sophisticated, chilled atmosphere. Experience tradition refined."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-food-dish-fry-color-cooking-animal-rib-dinner_179666-46366.jpg",
imageAlt: "cinematic high contrast grilled pork neck wood table dark mood",
},
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-food-dish-fry-color-cooking-animal-rib-dinner_179666-46366.jpg", imageAlt: "cinematic high contrast grilled pork neck wood table dark mood"},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/ozote-steam-applied-lamb-cooked-dough_114579-2134.jpg",
imageAlt: "green curry chicken gourmet bowl dark wood background",
},
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/ozote-steam-applied-lamb-cooked-dough_114579-2134.jpg", imageAlt: "green curry chicken gourmet bowl dark wood background"},
{
id: "c3",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-with-chicken-nuggets-piece-lettuce-wooden-board-with-lemon_114579-71845.jpg",
imageAlt: "deep fried prawn cakes crispy golden thai appetizer",
},
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-with-chicken-nuggets-piece-lettuce-wooden-board-with-lemon_114579-71845.jpg", imageAlt: "deep fried prawn cakes crispy golden thai appetizer"},
{
id: "c4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529782.jpg",
imageAlt: "tom yum goong spicy soup authentic thai dish",
},
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529782.jpg", imageAlt: "tom yum goong spicy soup authentic thai dish"},
{
id: "c5",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg",
imageAlt: "pad thai stir fried noodles authentic street food style",
},
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg", imageAlt: "pad thai stir fried noodles authentic street food style"},
{
id: "c6",
imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg",
imageAlt: "spicy thai fish cakes appetizer with dipping sauce",
},
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg", imageAlt: "spicy thai fish cakes appetizer with dipping sauce"},
]}
/>
</div>
@@ -106,7 +75,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="The Experience"
description="Nestled in the heart of Happy Valley, Na Thai offers an intimate escape into the rich, vibrant flavors of Thailand. Our space blends deep, warm oak textures with understated forest green accents, creating a moody, sophisticated environment where every meal feels like a hidden discovery. Whether for a quiet dinner or a celebration, we invite you to savor authentic recipes passed down through generations, elevated with the refined touch of modern culinary artistry."
/>
</div>
@@ -118,41 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Green Curry Chicken",
price: "HK$148",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-with-rice-fresh-basil-dark-background_84443-85751.jpg",
},
id: "p1", name: "Green Curry Chicken", price: "HK$148", imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-with-rice-fresh-basil-dark-background_84443-85751.jpg"},
{
id: "p2",
name: "Deep Fried Prawn Cakes",
price: "HK$128",
imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22260.jpg",
},
id: "p2", name: "Deep Fried Prawn Cakes", price: "HK$128", imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22260.jpg"},
{
id: "p3",
name: "Tom Yum Goong",
price: "HK$168",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113344.jpg",
},
id: "p3", name: "Tom Yum Goong", price: "HK$168", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113344.jpg"},
{
id: "p4",
name: "Pad Thai",
price: "HK$138",
imageSrc: "http://img.b2bpic.net/free-photo/meal-asian-shrimp-stir-thailand_1203-5852.jpg",
},
id: "p4", name: "Pad Thai", price: "HK$138", imageSrc: "http://img.b2bpic.net/free-photo/meal-asian-shrimp-stir-thailand_1203-5852.jpg"},
{
id: "p5",
name: "Spicy Thai Fish Cakes",
price: "HK$118",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102026.jpg",
},
id: "p5", name: "Spicy Thai Fish Cakes", price: "HK$118", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102026.jpg"},
{
id: "p6",
name: "Drunken Noodles",
price: "HK$138",
imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-wooden-tray-with-ingredients-black-cement-surface_1150-19788.jpg",
},
id: "p6", name: "Drunken Noodles", price: "HK$138", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-wooden-tray-with-ingredients-black-cement-surface_1150-19788.jpg"},
]}
title="Signature Dishes"
description="Exquisite Thai favorites, crafted with passion."
@@ -166,43 +110,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "app",
badge: "Popular",
price: "HK$118+",
subtitle: "Appetizers",
features: [
"Spicy Thai Fish Cakes",
"Prawn Cakes",
"Spring Rolls",
"Crispy Wontons",
"Satay Skewers",
],
id: "app", badge: "Popular", price: "HK$118+", subtitle: "Appetizers", features: [
"Spicy Thai Fish Cakes", "Prawn Cakes", "Spring Rolls", "Crispy Wontons", "Satay Skewers"],
},
{
id: "curr",
badge: "Must Try",
price: "HK$148+",
subtitle: "Curries",
features: [
"Massaman Curry",
"Green Curry",
"Red Curry",
"Yellow Curry",
"Panang Curry",
],
id: "curr", badge: "Must Try", price: "HK$148+", subtitle: "Curries", features: [
"Massaman Curry", "Green Curry", "Red Curry", "Yellow Curry", "Panang Curry"],
},
{
id: "rice",
badge: "Classic",
price: "HK$138+",
subtitle: "Rice & Noodles",
features: [
"Pad Thai",
"Drunken Noodles",
"Pineapple Rice",
"Basil Fried Rice",
"Boat Noodles",
],
id: "rice", badge: "Classic", price: "HK$138+", subtitle: "Rice & Noodles", features: [
"Pad Thai", "Drunken Noodles", "Pineapple Rice", "Basil Fried Rice", "Boat Noodles"],
},
]}
title="Menu Highlights"
@@ -215,30 +132,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer delivery?",
content: "Yes, takeaway and delivery are available for your convenience.",
},
id: "f1", title: "Do you offer delivery?", content: "Yes, takeaway and delivery are available for your convenience."},
{
id: "f2",
title: "What are your hours?",
content: "We are open daily, welcoming you until 9:30 PM.",
},
id: "f2", title: "What are your hours?", content: "We are open daily, welcoming you until 9:30 PM."},
{
id: "f3",
title: "Do I need to reserve?",
content: "Reservations are highly recommended for dinner to secure your table.",
},
id: "f3", title: "Do I need to reserve?", content: "Reservations are highly recommended for dinner to secure your table."},
{
id: "f4",
title: "Are you pet friendly?",
content: "Our patio area is pet friendly, though space is limited.",
},
id: "f4", title: "Are you pet friendly?", content: "Our patio area is pet friendly, though space is limited."},
{
id: "f5",
title: "Do you have vegan options?",
content: "We offer several plant-based alternatives for our curries and noodle dishes.",
},
id: "f5", title: "Do you have vegan options?", content: "We offer several plant-based alternatives for our curries and noodle dishes."},
]}
sideTitle="Practical Info"
faqsAnimation="slide-up"
@@ -249,16 +151,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Na Thai, Happy Valley"
description="G/F, 8 Min Fat Street, Happy Valley, Hong Kong. Call: 6880 0838."
buttons={[
{
text: "Reserve Now",
href: "tel:68800838",
},
text: "Reserve Now", href: "tel:68800838"},
]}
/>
</div>
@@ -269,37 +168,23 @@ export default function LandingPage() {
logoText="Na Thai"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Appetizers",
href: "#menu",
},
label: "Appetizers", href: "#menu"},
{
label: "Curries",
href: "#menu",
},
label: "Curries", href: "#menu"},
{
label: "Rice & Noodles",
href: "#menu",
},
label: "Rice & Noodles", href: "#menu"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Reserve Table",
href: "#contact",
},
label: "Reserve Table", href: "#contact"},
{
label: "Call Us",
href: "tel:68800838",
},
label: "Call Us", href: "tel:68800838"},
{
label: "Map",
href: "https://maps.google.com",
},
label: "Map", href: "https://maps.google.com"},
],
},
]}