Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-02-22 02:09:49 +00:00
3 changed files with 20 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ export default function AboutPage() {
<FeatureCardSeven
features={[
{ id: 1, title: "Family Roots", description: "Moys began as a family dream, bringing generations of Cantonese recipes to Columbus.", imageSrc: "https://img.b2bpic.net/free-photo/talking-employees_1098-18069.jpg" },
{ id: 2, title: "Community Focused", description: "We are proud to be a cornerstone for the OSU community and local families, offering a place to gather and share a meal.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" },
{ id: 2, title: "Community Focused", description: "We are proud to be a cornerstone for the OSU community and local families, offering a place to gather and share a meal.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2" },
]}
animationType="slide-up"
title="Our Story: A Tradition of Hospitality"
@@ -74,8 +74,8 @@ export default function AboutPage() {
<div id="hospitality-reviews" data-section="hospitality-reviews">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "Jennifer L.", role: "First-time visitor", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" },
{ id: "2", name: "David C.", role: "Regular", company: "OSU Faculty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" }
{ id: "1", name: "Jennifer L.", role: "First-time visitor", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=3" },
{ id: "2", name: "David C.", role: "Regular", company: "OSU Faculty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=3" }
]}
kpiItems={[
{ value: "“Felt like family”", label: "Warm Welcome" },

View File

@@ -33,10 +33,10 @@ export default function MenuPage() {
<div id="full-menu" data-section="full-menu">
<ProductCardOne
products={[
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg" },
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg" },
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg" },
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg" }
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg?_wi=2" },
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg?_wi=2" },
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg?_wi=2" },
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg?_wi=2" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -54,8 +54,8 @@ export default function MenuPage() {
<div id="food-reviews" data-section="food-reviews">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "Michael B.", role: "Food Critic", company: "Local Magazine", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" },
{ id: "2", name: "Samantha G.", role: "Student", company: "Ohio State University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" }
{ id: "1", name: "Michael B.", role: "Food Critic", company: "Local Magazine", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=4" },
{ id: "2", name: "Samantha G.", role: "Student", company: "Ohio State University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=4" }
]}
kpiItems={[
{ value: "“Best Peking Duck in Ohio”", label: "Signature Dish" },
@@ -76,7 +76,7 @@ export default function MenuPage() {
<div id="cooking-philosophy" data-section="cooking-philosophy">
<FeatureCardSeven
features={[
{ id: 1, title: "Fresh Ingredients", description: "We source the freshest local ingredients daily to ensure quality and flavor.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg" },
{ id: 1, title: "Fresh Ingredients", description: "We source the freshest local ingredients daily to ensure quality and flavor.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg?_wi=2" },
{ id: 2, title: "Traditional Techniques", description: "Our chefs use time-honored Cantonese cooking methods passed down through generations.", imageSrc: "https://img.b2bpic.net/free-photo/cutlery-icon_1160-84.jpg" }
]}
animationType="blur-reveal"

View File

@@ -53,10 +53,10 @@ export default function HomePage() {
<div id="signature-spotlight" data-section="signature-spotlight">
<ProductCardOne
products={[
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg" },
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg" },
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg" },
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg" }
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg?_wi=1" },
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg?_wi=1" },
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg?_wi=1" },
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg?_wi=1" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -75,10 +75,10 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "A Happy Guest", role: "Local Foodie", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" },
{ id: "2", name: "A Local Critic", role: "Dining Expert", company: "OSU Community", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" },
{ id: "3", name: "A Loyal Customer", role: "Family Patron", company: "Ohio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" },
{ id: "4", name: "Another Reviewer", role: "Visitor", company: "Ohio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" }
{ id: "1", name: "A Happy Guest", role: "Local Foodie", company: "Columbus", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=1" },
{ id: "2", name: "A Local Critic", role: "Dining Expert", company: "OSU Community", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=1" },
{ id: "3", name: "A Loyal Customer", role: "Family Patron", company: "Ohio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=2" },
{ id: "4", name: "Another Reviewer", role: "Visitor", company: "Ohio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=2" }
]}
kpiItems={[
{ value: "“Best restaurant experience”", label: "Wonderful service" },
@@ -105,8 +105,8 @@ export default function HomePage() {
<div id="cozy-atmosphere" data-section="cozy-atmosphere">
<FeatureCardSeven
features={[
{ id: 1, title: "Limited seating", description: "Our intimate space ensures a calm, cozy dining experience.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" },
{ id: 2, title: "Made fresh", description: "Every dish is prepared fresh, just for you, ensuring authentic flavors.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg" },
{ id: 1, title: "Limited seating", description: "Our intimate space ensures a calm, cozy dining experience.", imageSrc: "https://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1" },
{ id: 2, title: "Made fresh", description: "Every dish is prepared fresh, just for you, ensuring authentic flavors.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg?_wi=1" },
{ id: 3, title: "Warm hospitality", description: "Our owners make every guest feel right at home, like family.", imageSrc: "https://img.b2bpic.net/free-vector/handshake-circles-set_78370-9465.jpg" }
]}
animationType="slide-up"