Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -29,94 +29,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ninja Day"
|
||||
button={{
|
||||
text: "Order Online", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Taste the Ninja Spirit"
|
||||
description="Authentic, fresh, and lightning-fast. Experience the best Asian cuisine in the city at Ninja Day."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-eating-salmon-dish-bowl-restaurant_23-2150461478.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Loved by 10,000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Sushi",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Ramen",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ninja Approved",
|
||||
},
|
||||
{ type: "text", text: "Fresh Sushi" },
|
||||
{ type: "text", text: "Authentic Ramen" },
|
||||
{ type: "text", text: "Premium Ingredients" },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
{ type: "text", text: "Ninja Approved" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,31 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Culinary Tradition"
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Authentic Recipes",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Guests",
|
||||
value: "10k+",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Daily Specials",
|
||||
value: "12+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Local Spots",
|
||||
value: "3",
|
||||
},
|
||||
{ icon: Flame, label: "Years Experience", value: "15+" },
|
||||
{ icon: Flame, label: "Authentic Recipes", value: "50+" },
|
||||
{ icon: Award, label: "Happy Guests", value: "10k+" },
|
||||
{ icon: Utensils, label: "Daily Specials", value: "12+" },
|
||||
{ icon: MapPin, label: "Local Spots", value: "3" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -163,24 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Sushi Platter",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-platter-with-flowers_23-2151961666.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ninja Miso Ramen",
|
||||
price: "$16.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151431661.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Honey Teriyaki Chicken",
|
||||
price: "$19.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Sushi Platter", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sushi-platter-with-flowers_23-2151961666.jpg" },
|
||||
{ id: "p2", name: "Ninja Miso Ramen", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151431661.jpg" },
|
||||
{ id: "p3", name: "Honey Teriyaki Chicken", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg" },
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Hand-crafted dishes made from the freshest ingredients."
|
||||
@@ -192,56 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Wong",
|
||||
date: "Oct 2023",
|
||||
title: "Best in town",
|
||||
quote: "The freshest sushi I've had in ages. A must-visit!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
date: "Sept 2023",
|
||||
title: "Amazing Ramen",
|
||||
quote: "The broth is incredibly rich and authentic. Authentic experience.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Lee",
|
||||
date: "Aug 2023",
|
||||
title: "Great Vibe",
|
||||
quote: "Friendly service and fast, delicious meals every time.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park",
|
||||
date: "July 2023",
|
||||
title: "Reliable Quality",
|
||||
quote: "I order from here weekly. Always consistent quality.",
|
||||
tag: "Loyal",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Smith",
|
||||
date: "June 2023",
|
||||
title: "Wonderful Experience",
|
||||
quote: "The atmosphere is perfect for a quick lunch or dinner.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Alice Wong", date: "Oct 2023", title: "Best in town", quote: "The freshest sushi I've had in ages. A must-visit!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg" },
|
||||
{ id: "2", name: "Mark Stevens", date: "Sept 2023", title: "Amazing Ramen", quote: "The broth is incredibly rich and authentic. Authentic experience.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
|
||||
{ id: "3", name: "Sarah Lee", date: "Aug 2023", title: "Great Vibe", quote: "Friendly service and fast, delicious meals every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg" },
|
||||
{ id: "4", name: "David Park", date: "July 2023", title: "Reliable Quality", quote: "I order from here weekly. Always consistent quality.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg" },
|
||||
{ id: "5", name: "Elena Smith", date: "June 2023", title: "Wonderful Experience", quote: "The atmosphere is perfect for a quick lunch or dinner.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg" },
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="See why locals love Ninja Day."
|
||||
@@ -253,23 +123,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you offer takeout?",
|
||||
content: "Yes, we offer fast and easy takeout orders.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are you open on weekends?",
|
||||
content: "We are open 7 days a week, including weekends.",
|
||||
},
|
||||
{ id: "faq1", title: "Do you offer takeout?", content: "Yes, we offer fast and easy takeout orders." },
|
||||
{ id: "faq2", title: "Are you open on weekends?", content: "We are open 7 days a week, including weekends." },
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Located at 123 Ninja Way, downtown. Reservations recommended."
|
||||
ctaButton={{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Get Directions", href: "#"}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -277,32 +137,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Press", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Ninja Day Restaurant. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user