Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-28 01:32:14 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Kioku Kitchen"
/>
@@ -55,45 +47,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Welcome to Kioku Kitchen"
description="Experience authentic Japanese flavors in the heart of New Westminster. From fresh salmon sashimi to signature truffle mushroom udon."
buttons={[
{
text: "Order Online",
href: "#menu",
},
text: "Order Online", href: "#menu"},
{
text: "View Directions",
href: "#contact",
},
text: "View Directions", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ramen-soup-food-with-half-egg_23-2148494831.jpg",
imageAlt: "Fresh Japanese Cuisine",
},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ramen-soup-food-with-half-egg_23-2148494831.jpg", imageAlt: "Fresh Japanese Cuisine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-sushi-rolls-with-soy-sauce-wooden-board_114579-58990.jpg",
imageAlt: "Sushi Platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-sushi-rolls-with-soy-sauce-wooden-board_114579-58990.jpg", imageAlt: "Sushi Platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomatoes-wooden-bowl-with-avocado-near-vegetable-salad-bowl-white-surface_141793-16372.jpg",
imageAlt: "Wagyu Beef Bowl",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomatoes-wooden-bowl-with-avocado-near-vegetable-salad-bowl-white-surface_141793-16372.jpg", imageAlt: "Wagyu Beef Bowl"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg",
imageAlt: "Restaurant Interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg", imageAlt: "Restaurant Interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg",
imageAlt: "Udon Bowl",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg", imageAlt: "Udon Bowl"},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-110423.jpg",
imageAlt: "Food Preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-110423.jpg", imageAlt: "Food Preparation"},
]}
/>
</div>
@@ -116,59 +91,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Popular",
name: "Truffle Mushroom Udon",
price: "$22",
rating: 5,
reviewCount: "81",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg",
},
id: "p1", brand: "Popular", name: "Truffle Mushroom Udon", price: "$22", rating: 5,
reviewCount: "81", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg"},
{
id: "p2",
brand: "Popular",
name: "Salmon Zuke",
price: "$25",
rating: 5,
reviewCount: "28",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-poke-with-salmon-cucumber-rice-sesame-seeds_9975-124446.jpg",
},
id: "p2", brand: "Popular", name: "Salmon Zuke", price: "$25", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bowl-poke-with-salmon-cucumber-rice-sesame-seeds_9975-124446.jpg"},
{
id: "p3",
brand: "Popular",
name: "Mentaiko Scallop Udon",
price: "$28",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9278.jpg",
},
id: "p3", brand: "Popular", name: "Mentaiko Scallop Udon", price: "$28", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9278.jpg"},
{
id: "p4",
brand: "Appetizer",
name: "Popcorn Prawn Fry",
price: "$15",
rating: 4,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn_74190-5373.jpg",
},
id: "p4", brand: "Appetizer", name: "Popcorn Prawn Fry", price: "$15", rating: 4,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn_74190-5373.jpg"},
{
id: "p5",
brand: "Main",
name: "Wagyu Beef Bowl",
price: "$30",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-rice-with-meat_23-2148694332.jpg",
},
id: "p5", brand: "Main", name: "Wagyu Beef Bowl", price: "$30", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-rice-with-meat_23-2148694332.jpg"},
{
id: "p6",
brand: "Sushi",
name: "Sushi Sampler",
price: "$24",
rating: 4,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-sushi-rolls_23-2148505602.jpg",
},
id: "p6", brand: "Sushi", name: "Sushi Sampler", price: "$24", rating: 4,
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-sushi-rolls_23-2148505602.jpg"},
]}
title="Our Signature Menu"
description="Discover our popular dishes crafted with passion."
@@ -179,42 +118,18 @@ export default function LandingPage() {
<TestimonialCardSix
textboxLayout="split"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Kristina",
handle: "@localguide",
testimonial: "I loved the truffle mushroom udon—so rich and delicious, and the leftovers were just as good the next day!",
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg",
},
id: "1", name: "Kristina", handle: "@localguide", testimonial: "I loved the truffle mushroom udon—so rich and delicious, and the leftovers were just as good the next day!", imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg"},
{
id: "2",
name: "Sarah J.",
handle: "@foodie",
testimonial: "The salmon sashimi bowl tasted super fresh and the fish quality is very good!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
},
id: "2", name: "Sarah J.", handle: "@foodie", testimonial: "The salmon sashimi bowl tasted super fresh and the fish quality is very good!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg"},
{
id: "3",
name: "Michael Chen",
handle: "@regular",
testimonial: "Nice atmosphere, friendly staff and food was so good. Highly recommend:)",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
},
id: "3", name: "Michael Chen", handle: "@regular", testimonial: "Nice atmosphere, friendly staff and food was so good. Highly recommend:)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg"},
{
id: "4",
name: "David Kim",
handle: "@dinernw",
testimonial: "A wonderful lunch tray experience. Everything tastes so fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
},
id: "4", name: "David Kim", handle: "@dinernw", testimonial: "A wonderful lunch tray experience. Everything tastes so fresh.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg"},
{
id: "5",
name: "Emily R.",
handle: "@visitor",
testimonial: "Loved the ambiance and soft music. Perfect for a quiet dinner.",
imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-beautiful-woman-eating-sushi-rolls_231208-3072.jpg",
},
id: "5", name: "Emily R.", handle: "@visitor", testimonial: "Loved the ambiance and soft music. Perfect for a quiet dinner.", imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-beautiful-woman-eating-sushi-rolls_231208-3072.jpg"},
]}
title="Voices of Kioku"
description="What our guests are saying about us."
@@ -227,20 +142,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer takeout?",
content: "Yes, we offer both takeout and delivery services.",
},
id: "f1", title: "Do you offer takeout?", content: "Yes, we offer both takeout and delivery services."},
{
id: "f2",
title: "Are you open on weekends?",
content: "We are open throughout the week and usually open Easter weekends!",
},
id: "f2", title: "Are you open on weekends?", content: "We are open throughout the week and usually open Easter weekends!"},
{
id: "f3",
title: "Where are you located?",
content: "We are at 888 Carnarvon St #120, New Westminster, BC.",
},
id: "f3", title: "Where are you located?", content: "We are at 888 Carnarvon St #120, New Westminster, BC."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table_23-2149008759.jpg"
imageAlt="Our Dining Room"
@@ -258,26 +164,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "4.8",
title: "Star Rating",
description: "Based on 636 reviews on Google Maps",
imageSrc: "http://img.b2bpic.net/free-photo/sashimi_74190-5624.jpg",
},
id: "m1", value: "4.8", title: "Star Rating", description: "Based on 636 reviews on Google Maps", imageSrc: "http://img.b2bpic.net/free-photo/sashimi_74190-5624.jpg"},
{
id: "m2",
value: "600+",
title: "Happy Diners",
description: "Guests served across our local community",
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461457.jpg",
},
id: "m2", value: "600+", title: "Happy Diners", description: "Guests served across our local community", imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461457.jpg"},
{
id: "m3",
value: "20+",
title: "Menu Items",
description: "Traditional and modern Japanese favorites",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
},
id: "m3", value: "20+", title: "Menu Items", description: "Traditional and modern Japanese favorites", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg"},
]}
title="By The Numbers"
description="Quality you can count on."
@@ -289,14 +180,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"New West Weekly",
"Vancouver Food Blog",
"BC Culinary Guide",
"Local Dining News",
"Foodie Network",
"New Westminster Times",
"City Eats Weekly",
]}
"New West Weekly", "Vancouver Food Blog", "BC Culinary Guide", "Local Dining News", "Foodie Network", "New Westminster Times", "City Eats Weekly"]}
title="As Featured In"
description="Local favorites and community appreciation."
/>
@@ -306,18 +190,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Ready for a delicious meal at Kioku Kitchen? Visit us in New Westminster or order online for delivery."
buttons={[
{
text: "Call (236) 453-2277",
href: "tel:2364532277",
},
text: "Call (236) 453-2277", href: "tel:2364532277"},
{
text: "Order Now",
href: "#menu",
},
text: "Order Now", href: "#menu"},
]}
/>
</div>
@@ -328,45 +207,29 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}