Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Takeaway",
|
name: "Takeaway", id: "#"},
|
||||||
id: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#reservations"},
|
||||||
id: "#reservations",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Han's Kitchen"
|
brandName="Han's Kitchen"
|
||||||
/>
|
/>
|
||||||
@@ -51,54 +45,31 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Fresh Dumplings & Modern Asian Flavors in the Heart of Naremburn"
|
title="Fresh Dumplings & Modern Asian Flavors in the Heart of Naremburn"
|
||||||
description="Join us for casual neighborhood dining on Willoughby Road, or order your favorites straight to your door."
|
description="Join us for casual neighborhood dining on Willoughby Road, or order your favorites straight to your door."
|
||||||
tag="Naremburn's Local Asian Fusion"
|
tag="Naremburn's Local Asian Fusion"
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve a Table",
|
text: "Reserve a Table", href: "#reservations"},
|
||||||
href: "#reservations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/broccoli-casserole-grey-ceramic-baking-dish-concrete-background_127032-3337.jpg", imageAlt: "Real Google photo placeholder of Han's Kitchen signature dumpling and noodle spread"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-casserole-grey-ceramic-baking-dish-concrete-background_127032-3337.jpg",
|
|
||||||
imageAlt: "Real Google photo placeholder of Han's Kitchen signature dumpling and noodle spread",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dumplings-chopsticks_23-2148678790.jpg", imageAlt: "Steaming hot handmade dumplings in a bamboo steamer"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dumplings-chopsticks_23-2148678790.jpg",
|
|
||||||
imageAlt: "Steaming hot handmade dumplings in a bamboo steamer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1223.jpg", imageAlt: "Chef wok-tossing fresh noodles with vibrant vegetables"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1223.jpg",
|
|
||||||
imageAlt: "Chef wok-tossing fresh noodles with vibrant vegetables",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg", imageAlt: "Warm and inviting interior of Han's Kitchen dining area"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg",
|
|
||||||
imageAlt: "Warm and inviting interior of Han's Kitchen dining area",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "A chef meticulously preparing ingredients in a clean kitchen"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg",
|
|
||||||
imageAlt: "A chef meticulously preparing ingredients in a clean kitchen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg", imageAlt: "A refreshing, colorful cocktail served at Han's Kitchen"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg",
|
|
||||||
imageAlt: "A refreshing, colorful cocktail served at Han's Kitchen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={5000}
|
autoPlayInterval={5000}
|
||||||
@@ -112,77 +83,40 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
label: "Fresh",
|
label: "Fresh", value: "Local Ingredients"},
|
||||||
value: "Local Ingredients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Authentic",
|
label: "Authentic", value: "Asian Techniques"},
|
||||||
value: "Asian Techniques",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Modern",
|
label: "Modern", value: "Fusion Flavors"},
|
||||||
value: "Fusion Flavors",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Perfect for",
|
label: "Perfect for", value: "Family & Friends"},
|
||||||
value: "Family & Friends",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="reveal-blur"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Handmade Dumplings", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809862.jpg", imageAlt: "Real Google photo placeholder of handmade dumplings"},
|
||||||
name: "Handmade Dumplings",
|
|
||||||
price: "From $12",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809862.jpg",
|
|
||||||
imageAlt: "Real Google photo placeholder of handmade dumplings",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Wok-Tossed Noodles", price: "From $18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg", imageAlt: "Real Google photo placeholder of signature wok-tossed noodles"},
|
||||||
name: "Wok-Tossed Noodles",
|
|
||||||
price: "From $18",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg",
|
|
||||||
imageAlt: "Real Google photo placeholder of signature wok-tossed noodles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Chef's Specials", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/pork-neck-grilled-white-plate-wiht-red-onion-tomato-chili-wooden-table_1150-21274.jpg", imageAlt: "Real Google photo placeholder of Chef's special crispy pork"},
|
||||||
name: "Chef's Specials",
|
|
||||||
price: "Seasonal",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-neck-grilled-white-plate-wiht-red-onion-tomato-chili-wooden-table_1150-21274.jpg",
|
|
||||||
imageAlt: "Real Google photo placeholder of Chef's special crispy pork",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Spicy Wontons", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076075.jpg", imageAlt: "Spicy wontons in chili oil"},
|
||||||
name: "Spicy Wontons",
|
|
||||||
price: "$14",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076075.jpg",
|
|
||||||
imageAlt: "Spicy wontons in chili oil",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Vegetable Spring Rolls", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll-diet-food-clean-food-salad_1339-5334.jpg", imageAlt: "Crispy vegetable spring rolls"},
|
||||||
name: "Vegetable Spring Rolls",
|
|
||||||
price: "$10",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll-diet-food-clean-food-salad_1339-5334.jpg",
|
|
||||||
imageAlt: "Crispy vegetable spring rolls",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Peking Duck (Half)", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/yunan-pork-stewed-gravy_640221-226.jpg", imageAlt: "Delicious half Peking duck with pancakes"},
|
||||||
name: "Peking Duck (Half)",
|
|
||||||
price: "$35",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yunan-pork-stewed-gravy_640221-226.jpg",
|
|
||||||
imageAlt: "Delicious half Peking duck with pancakes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Recognized Favorites"
|
title="Recognized Favorites"
|
||||||
description="A selection of our most loved dishes, handcrafted with passion and the freshest ingredients."
|
description="A selection of our most loved dishes, handcrafted with passion and the freshest ingredients."
|
||||||
@@ -191,49 +125,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "@sarah_foodie", testimonial: "Han's Kitchen is our go-to for delicious dumplings! Always fresh, always flavorful, and the staff are incredibly welcoming. A true Naremburn gem.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-with-food-home_23-2149293590.jpg", imageAlt: "Photo of Sarah J., a happy customer"},
|
||||||
name: "Sarah J.",
|
|
||||||
handle: "@sarah_foodie",
|
|
||||||
testimonial: "Han's Kitchen is our go-to for delicious dumplings! Always fresh, always flavorful, and the staff are incredibly welcoming. A true Naremburn gem.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-with-food-home_23-2149293590.jpg",
|
|
||||||
imageAlt: "Photo of Sarah J., a happy customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", handle: "@mcheneats", testimonial: "The wok-tossed noodles here are a game-changer! Perfect smoky 'wok-hei' flavor every time. Highly recommend for an authentic Asian fusion experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg", imageAlt: "Photo of Michael Chen, a satisfied diner"},
|
||||||
name: "Michael Chen",
|
|
||||||
handle: "@mcheneats",
|
|
||||||
testimonial: "The wok-tossed noodles here are a game-changer! Perfect smoky 'wok-hei' flavor every time. Highly recommend for an authentic Asian fusion experience.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg",
|
|
||||||
imageAlt: "Photo of Michael Chen, a satisfied diner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", handle: "@emily.rodriguez", testimonial: "Fantastic spot for a casual dinner. Their Chef's Specials are always a delightful surprise, and the ambiance is just right – warm and cozy.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-tasty-food_23-2149706722.jpg", imageAlt: "Photo of Emily R., a happy patron"},
|
||||||
name: "Emily R.",
|
|
||||||
handle: "@emily.rodriguez",
|
|
||||||
testimonial: "Fantastic spot for a casual dinner. Their Chef's Specials are always a delightful surprise, and the ambiance is just right – warm and cozy.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-tasty-food_23-2149706722.jpg",
|
|
||||||
imageAlt: "Photo of Emily R., a happy patron",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", handle: "@davidk_reviews", testimonial: "Been coming to Han's Kitchen for years. The consistent quality and friendly service make it a standout on Willoughby Road. Best Asian in the area!", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865360.jpg", imageAlt: "Photo of David K., a loyal customer"},
|
||||||
name: "David K.",
|
|
||||||
handle: "@davidk_reviews",
|
|
||||||
testimonial: "Been coming to Han's Kitchen for years. The consistent quality and friendly service make it a standout on Willoughby Road. Best Asian in the area!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865360.jpg",
|
|
||||||
imageAlt: "Photo of David K., a loyal customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica L.", handle: "@jessica.lovesfood", testimonial: "Perfect for a quick, delicious takeaway or a relaxed sit-down meal. Their dumplings are truly art, and the staff remember our favorites!", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg", imageAlt: "Photo of Jessica L., enjoying her meal"},
|
||||||
name: "Jessica L.",
|
|
||||||
handle: "@jessica.lovesfood",
|
|
||||||
testimonial: "Perfect for a quick, delicious takeaway or a relaxed sit-down meal. Their dumplings are truly art, and the staff remember our favorites!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg",
|
|
||||||
imageAlt: "Photo of Jessica L., enjoying her meal",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Don't just take our word for it – hear from our happy diners about their experience at Han's Kitchen."
|
description="Don't just take our word for it – hear from our happy diners about their experience at Han's Kitchen."
|
||||||
@@ -245,20 +150,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Do you offer vegetarian or vegan options?", content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes. Please inform our staff of any dietary preferences or allergies when ordering."},
|
||||||
title: "Do you offer vegetarian or vegan options?",
|
|
||||||
content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes. Please inform our staff of any dietary preferences or allergies when ordering.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Is parking available nearby?", content: "Street parking is available along Willoughby Road and surrounding side streets. We recommend arriving a little early during peak hours."},
|
||||||
title: "Is parking available nearby?",
|
|
||||||
content: "Street parking is available along Willoughby Road and surrounding side streets. We recommend arriving a little early during peak hours.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Can I make a reservation for a large group?", content: "Absolutely! For groups of 6 or more, we recommend booking in advance to ensure we can accommodate your party comfortably. Please use our booking widget or call us directly."},
|
||||||
title: "Can I make a reservation for a large group?",
|
|
||||||
content: "Absolutely! For groups of 6 or more, we recommend booking in advance to ensure we can accommodate your party comfortably. Please use our booking widget or call us directly.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find answers to frequently asked questions about dining, reservations, and our menu."
|
sideDescription="Find answers to frequently asked questions about dining, reservations, and our menu."
|
||||||
@@ -272,14 +168,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Naremburn Local",
|
"Naremburn Local", "Willoughby Times", "Sydney Food Guide", "Restaurant Critics", "Taste of NSW", "Local Eats Magazine", "Dining NSW"]}
|
||||||
"Willoughby Times",
|
|
||||||
"Sydney Food Guide",
|
|
||||||
"Restaurant Critics",
|
|
||||||
"Taste of NSW",
|
|
||||||
"Local Eats Magazine",
|
|
||||||
"Dining NSW",
|
|
||||||
]}
|
|
||||||
title="Local Partnerships & Recognition"
|
title="Local Partnerships & Recognition"
|
||||||
description="Proudly serving the Naremburn community and partnering with local businesses."
|
description="Proudly serving the Naremburn community and partnering with local businesses."
|
||||||
/>
|
/>
|
||||||
@@ -289,16 +178,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Easy Booking"
|
tag="Easy Booking"
|
||||||
title="Book a Table at Han's Kitchen"
|
title="Book a Table at Han's Kitchen"
|
||||||
description="Select your preferred date and time below to secure your spot. Walk-ins are always welcome, but bookings are highly recommended for weekends. <!-- Embed SevenRooms / OpenTable Widget Script Here -->"
|
description="Select your preferred date and time below to secure your spot. Walk-ins are always welcome, but bookings are highly recommended for weekends. <!-- Embed SevenRooms / OpenTable Widget Script Here -->"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Make a Reservation",
|
text: "Make a Reservation", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -309,46 +195,29 @@ export default function LandingPage() {
|
|||||||
logoText="Han's Kitchen"
|
logoText="Han's Kitchen"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Takeaway",
|
label: "Takeaway", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#reservations"},
|
||||||
href: "#reservations",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Hours",
|
title: "Hours", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Mon-Thu: 5pm - 10pm",
|
label: "Mon-Thu: 5pm - 10pm", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fri-Sun: 12pm - 10pm",
|
label: "Fri-Sun: 12pm - 10pm", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact Us",
|
title: "Contact Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Willoughby Rd, Naremburn NSW 2065",
|
label: "Willoughby Rd, Naremburn NSW 2065", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Phone: (02) 1234 5678",
|
label: "Phone: (02) 1234 5678", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user