Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Silk & Spice"
|
||||
/>
|
||||
@@ -51,42 +39,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Silk & Spice"
|
||||
description="An authentic journey through the vibrant flavors of Asia. From Tokyo to Bangkok, experience elegance on every plate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{ text: "Order Now", href: "/menu" },
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-asian-dishes-restaurante_23-2148195601.jpg",
|
||||
imageAlt: "Asian restaurant interior atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247211.jpg",
|
||||
imageAlt: "Dim sum basket bamboo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg",
|
||||
imageAlt: "Fresh sushi roll selection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-poke-bowl-with-avocado-corn_84443-85781.jpg",
|
||||
imageAlt: "Fresh Shrimp Poke Bowl with Avocado and Corn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg",
|
||||
imageAlt: "Steamed Bao Bun with Braised Pork Belly and Fresh Asian Slaw",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/different-asian-dishes-restaurante_23-2148195601.jpg", imageAlt: "Asian restaurant interior atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247211.jpg", imageAlt: "Dim sum basket bamboo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", imageAlt: "Fresh sushi roll selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-poke-bowl-with-avocado-corn_84443-85781.jpg", imageAlt: "Fresh Shrimp Poke Bowl with Avocado and Corn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg", imageAlt: "Steamed Bao Bun with Braised Pork Belly and Fresh Asian Slaw" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,27 +63,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Sushi",
|
||||
description: "Freshly caught sashimi and delicate rolls prepared daily.",
|
||||
tag: "Japanese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Spicy Tonkotsu",
|
||||
description: "Rich broth simmered for 24 hours with house-made noodles.",
|
||||
tag: "Chinese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/instant-noodles-with-minced-pork-lime-onion-green-peas-golden-needle-mushroom-baby-corn_1150-27174.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dim Sum Basket",
|
||||
description: "Authentic, hand-wrapped dumplings served steaming hot.",
|
||||
tag: "Chinese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-food-with-spices_23-2148771220.jpg",
|
||||
},
|
||||
{ id: "1", title: "Premium Sushi", description: "Freshly caught sashimi and delicate rolls prepared daily.", tag: "Japanese", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg" },
|
||||
{ id: "2", title: "Spicy Tonkotsu", description: "Rich broth simmered for 24 hours with house-made noodles.", tag: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/instant-noodles-with-minced-pork-lime-onion-green-peas-golden-needle-mushroom-baby-corn_1150-27174.jpg" },
|
||||
{ id: "3", title: "Dim Sum Basket", description: "Authentic, hand-wrapped dumplings served steaming hot.", tag: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-food-with-spices_23-2148771220.jpg" },
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Hand-picked dishes representing the best of our cultural diversity."
|
||||
@@ -131,41 +78,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
handle: "@elena_foodie",
|
||||
testimonial: "The best Tonkotsu in the city, hands down. Authentic and rich.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James K.",
|
||||
handle: "@james_k",
|
||||
testimonial: "Sophisticated atmosphere and truly fresh ingredients. Great for dates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah W.",
|
||||
handle: "@sarahw",
|
||||
testimonial: "I love the variety. The sushi is consistently fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-reunion-dinner-scene-with-delicious-food_23-2151040756.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark R.",
|
||||
handle: "@mark_r",
|
||||
testimonial: "The service is exceptional. Always a delightful visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda P.",
|
||||
handle: "@lindap",
|
||||
testimonial: "Authentic flavors that remind me of traveling through Asia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena M.", handle: "@elena_foodie", testimonial: "The best Tonkotsu in the city, hands down. Authentic and rich.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg" },
|
||||
{ id: "2", name: "James K.", handle: "@james_k", testimonial: "Sophisticated atmosphere and truly fresh ingredients. Great for dates.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg" },
|
||||
{ id: "3", name: "Sarah W.", handle: "@sarahw", testimonial: "I love the variety. The sushi is consistently fresh.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-reunion-dinner-scene-with-delicious-food_23-2151040756.jpg" },
|
||||
{ id: "4", name: "Mark R.", handle: "@mark_r", testimonial: "The service is exceptional. Always a delightful visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
|
||||
{ id: "5", name: "Linda P.", handle: "@lindap", testimonial: "Authentic flavors that remind me of traveling through Asia.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="The Silk & Spice experience from those who know it best."
|
||||
@@ -173,7 +90,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCart />
|
||||
<ProductCart isOpen={false} onClose={() => {}} items={[]} total="$0.00" buttons={[]} />
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
@@ -181,51 +98,33 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[]}
|
||||
title="Latest Insights"
|
||||
description="Our thoughts on culinary trends."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg"
|
||||
logoText="Silk & Spice"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "Rewards",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Order Now", href: "/menu" },
|
||||
{ label: "Rewards", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Location", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user