Merge version_1_1782092624063 into main #1
@@ -14,246 +14,142 @@ export default function HomePage() {
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
title="Fresh Flavors, Cozy Atmosphere in Moxee"
|
||||
description="Experience the best of Japanese cuisine at New York Teriyaki. From savory bowls to fresh sushi, we bring traditional tastes to your table."
|
||||
primaryButton={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg"
|
||||
/>
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[]}
|
||||
avatarText=""
|
||||
names={[]}
|
||||
title="Fresh Flavors, Cozy Atmosphere in Moxee"
|
||||
description="Experience the best of Japanese cuisine at New York Teriyaki. From savory bowls to fresh sushi, we bring traditional tastes to your table."
|
||||
primaryButton={{
|
||||
text: "Order Now", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu", href: "#products"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Story"
|
||||
title="Authentic Japanese Cuisine in Washington"
|
||||
description="At New York Teriyaki Moxee, we are dedicated to serving delicious, high-quality Japanese and Americanized-Japanese dishes. Our restaurant provides a welcoming environment for dine-in, takeout, and delivery."
|
||||
items={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Diverse Menu",
|
||||
description: "From teriyaki and sushi to yakisoba and bento boxes.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Fast Service",
|
||||
description: "Quick and friendly service to satisfy your hunger.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Family Friendly",
|
||||
description: "Cozy atmosphere perfect for dine-in with family.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-entrance-japanese-temple_23-2148809577.jpg"
|
||||
/>
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Story"
|
||||
title="Authentic Japanese Cuisine in Washington"
|
||||
description="At New York Teriyaki Moxee, we are dedicated to serving delicious, high-quality Japanese and Americanized-Japanese dishes. Our restaurant provides a welcoming environment for dine-in, takeout, and delivery."
|
||||
items={[
|
||||
{
|
||||
icon: "Utensils", title: "Diverse Menu", description: "From teriyaki and sushi to yakisoba and bento boxes."},
|
||||
{
|
||||
icon: "Clock", title: "Fast Service", description: "Quick and friendly service to satisfy your hunger."},
|
||||
{
|
||||
icon: "Smile", title: "Family Friendly", description: "Cozy atmosphere perfect for dine-in with family."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-entrance-japanese-temple_23-2148809577.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Menu Highlights"
|
||||
title="Chef Specials"
|
||||
description="Explore our favorite dishes loved by our local community."
|
||||
items={[
|
||||
{
|
||||
title: "Chicken Teriyaki",
|
||||
description: "Our signature dish served with fresh veggies.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-with-copy-space_23-2148678305.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sushi Selection",
|
||||
description: "Freshly crafted California, Philly, and Crunch rolls.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-chicken-peppers-sesame-seeds-sauce_141793-1221.jpg",
|
||||
},
|
||||
{
|
||||
title: "Yakisoba Noodles",
|
||||
description: "Stir-fried noodles with your choice of protein.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-rolls-served-wooden-platter-with-pickled-ginger-chopsticks_114579-15577.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gyoza App",
|
||||
description: "Crispy pan-fried pork potstickers.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4352.jpg",
|
||||
},
|
||||
{
|
||||
title: "Orange Chicken",
|
||||
description: "Tangy and sweet crispy chicken.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-with-vegetables-asian-style_661915-164.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bento Boxes",
|
||||
description: "Complete meal boxes with variety.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-food-restaurant_7939-1972.jpg",
|
||||
},
|
||||
{
|
||||
title: "Appetizers",
|
||||
description: "Wings, egg rolls, and edamame.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Menu Highlights"
|
||||
title="Chef Specials"
|
||||
description="Explore our favorite dishes loved by our local community."
|
||||
items={[
|
||||
{ title: "Chicken Teriyaki", description: "Our signature dish served with fresh veggies.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-with-copy-space_23-2148678305.jpg" },
|
||||
{ title: "Sushi Selection", description: "Freshly crafted California, Philly, and Crunch rolls.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-chicken-peppers-sesame-seeds-sauce_141793-1221.jpg" },
|
||||
{ title: "Yakisoba Noodles", description: "Stir-fried noodles with your choice of protein.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-rolls-served-wooden-platter-with-pickled-ginger-chopsticks_114579-15577.jpg" },
|
||||
{ title: "Gyoza App", description: "Crispy pan-fried pork potstickers.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings_74190-4352.jpg" },
|
||||
{ title: "Orange Chicken", description: "Tangy and sweet crispy chicken.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pork-with-vegetables-asian-style_661915-164.jpg" },
|
||||
{ title: "Bento Boxes", description: "Complete meal boxes with variety.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-restaurant_7939-1972.jpg" },
|
||||
{ title: "Appetizers", description: "Wings, egg rolls, and edamame.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesRevealCards
|
||||
tag="Services"
|
||||
title="Why Choose Us?"
|
||||
description="Providing convenience and quality in every meal."
|
||||
items={[
|
||||
{
|
||||
title: "Online Ordering",
|
||||
description: "Easy online orders available for your convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20544.jpg",
|
||||
},
|
||||
{
|
||||
title: "Delivery & Takeout",
|
||||
description: "Enjoy our meals at home with our reliable delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-asian-dumplings-with-herbs_23-2148694372.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dietary Options",
|
||||
description: "Vegetarian and gluten-free choices available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-ragout-grilled-chicken-breast-with-onion-carrot-bell-pepper-vegetable-salad-rice-garnish-plate_141793-4845.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FeaturesRevealCards
|
||||
tag="Services"
|
||||
title="Why Choose Us?"
|
||||
description="Providing convenience and quality in every meal."
|
||||
items={[
|
||||
{
|
||||
title: "Online Ordering", description: "Easy online orders available for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20544.jpg"},
|
||||
{
|
||||
title: "Delivery & Takeout", description: "Enjoy our meals at home with our reliable delivery.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-asian-dumplings-with-herbs_23-2148694372.jpg"},
|
||||
{
|
||||
title: "Dietary Options", description: "Vegetarian and gluten-free choices available.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-ragout-grilled-chicken-breast-with-onion-carrot-bell-pepper-vegetable-salad-rice-garnish-plate_141793-4845.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Reviews"
|
||||
title="What Our Customers Say"
|
||||
description="See why our guests in Moxee love our teriyaki and sushi."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah W.",
|
||||
role: "Local Patron",
|
||||
quote: "Best teriyaki in town, staff is super friendly!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael B.",
|
||||
role: "Regular",
|
||||
quote: "The sushi is always incredibly fresh and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jenny L.",
|
||||
role: "Foodie",
|
||||
quote: "Love the bento boxes, perfect for lunch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David R.",
|
||||
role: "Customer",
|
||||
quote: "Fast service and consistent quality every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050942.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom K.",
|
||||
role: "Diner",
|
||||
quote: "Great atmosphere for a relaxed family dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Reviews"
|
||||
title="What Our Customers Say"
|
||||
description="See why our guests in Moxee love our teriyaki and sushi."
|
||||
testimonials={[
|
||||
{ name: "Sarah W.", role: "Local Patron", quote: "Best teriyaki in town, staff is super friendly!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg" },
|
||||
{ name: "Michael B.", role: "Regular", quote: "The sushi is always incredibly fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg" },
|
||||
{ name: "Jenny L.", role: "Foodie", quote: "Love the bento boxes, perfect for lunch.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" },
|
||||
{ name: "David R.", role: "Customer", quote: "Fast service and consistent quality every time.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151050942.jpg" },
|
||||
{ name: "Tom K.", role: "Diner", quote: "Great atmosphere for a relaxed family dinner.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTwoColumn
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our restaurant or services?"
|
||||
items={[
|
||||
{
|
||||
question: "Do you offer delivery?",
|
||||
answer: "Yes, we offer delivery services to your doorstep.",
|
||||
},
|
||||
{
|
||||
question: "Can I reserve a table online?",
|
||||
answer: "Absolutely! We encourage online reservations.",
|
||||
},
|
||||
{
|
||||
question: "Are there vegetarian options?",
|
||||
answer: "Yes, we have several vegetarian dishes available.",
|
||||
},
|
||||
{
|
||||
question: "Do you provide catering?",
|
||||
answer: "Please call us to discuss our catering options.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FaqTwoColumn
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our restaurant or services?"
|
||||
items={[
|
||||
{
|
||||
question: "Do you offer delivery?", answer: "Yes, we offer delivery services to your doorstep."},
|
||||
{
|
||||
question: "Can I reserve a table online?", answer: "Absolutely! We encourage online reservations."},
|
||||
{
|
||||
question: "Are there vegetarian options?", answer: "Yes, we have several vegetarian dishes available."},
|
||||
{
|
||||
question: "Do you provide catering?", answer: "Please call us to discuss our catering options."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Stats"
|
||||
title="Our Community Impact"
|
||||
description="Growing and serving Moxee with passion."
|
||||
metrics={[
|
||||
{
|
||||
value: "205+",
|
||||
title: "Happy Reviews",
|
||||
description: "Customer feedback speaks for itself.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Freshness",
|
||||
description: "Committed to quality ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050373.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<MetricsMediaCards
|
||||
tag="Stats"
|
||||
title="Our Community Impact"
|
||||
description="Growing and serving Moxee with passion."
|
||||
metrics={[
|
||||
{
|
||||
value: "205+", title: "Happy Reviews", description: "Customer feedback speaks for itself.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg"},
|
||||
{
|
||||
value: "100%", title: "Freshness", description: "Committed to quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050373.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get In Touch"
|
||||
text="Hungry? Order online or book a table today."
|
||||
primaryButton={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
<ContactCta
|
||||
tag="Get In Touch"
|
||||
text="Hungry? Order online or book a table today."
|
||||
primaryButton={{
|
||||
text: "Order Online", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user