Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-30 10:54:40 +00:00

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
title="Authentic Mandarin Flavors in Usera"
description="Experience the true taste of childhood memories with our handcrafted noodles and traditional specialties."
testimonials={[
{ name: "Customer", handle: "@user", testimonial: "Foods are yummy, fresh & hot!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Foods are yummy, fresh & hot!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "The best gyozas I've ever tasted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-is-preparing-cake-molds-before-fill-them-with-batter-his-professional-artisan-confectionery_346278-681.jpg", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Authentic and delicious flavors.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Perfectly cooked noodles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Quick and friendly service.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Authentic and delicious flavors.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Perfectly cooked noodles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" },
{ name: "Customer", handle: "@user", testimonial: "Quick and friendly service.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/delicious-sambal-dish-arrangement-with-copy-space_23-2149076076.jpg", alt: "Diner 2" },
@@ -94,15 +94,15 @@ export default function LandingPage() {
{
title: "Handmade Quality", description: "Fresh pasta made daily in-house.", icon: Award,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-inside-tray-light-grey-table_140725-137137.jpg" },
],
},
{
title: "Traditional Recipes", description: "Authentic Mandarin flavors from our childhood.", icon: Utensils,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg?_wi=2" },
],
},
{