Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:46:32 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplit
title="Authentic Chinese & Momos in Dudulgaon, Pune"
description="Freshly made momos, authentic Chinese favorites, and in-house Schezwan sauce. Quality food with hygienic kitchen standards. Call now for quick delivery or dine-in!"
imageSrc="http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-meat-inside-dark-blue-surface-meat-dough-cuisine-dish-cake-dinner-meal_179666-17864.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-meat-inside-dark-blue-surface-meat-dough-cuisine-dish-cake-dinner-meal_179666-17864.jpg?_wi=1"
imageAlt="Fresh steamed momos with sauce"
imagePosition="right"
fixedMediaHeight={true}
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ id: "3", name: "Chicken Fried Rice", price: "₹200", imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-fried-rice-black-bowl-with-transparent-background_84443-65163.jpg", imageAlt: "Chicken fried rice Asian cuisine" },
{ id: "4", name: "Chicken Lollipop", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/dried-fruit-pulps-with-nuts-cinnamon-sticks-blue-board_114579-82112.jpg", imageAlt: "Chicken lollipop Indian Chinese starter" },
{ id: "5", name: "Hakka Noodles", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-composition-noodles-table_23-2148803860.jpg", imageAlt: "Stir fried authentic hakka noodles" },
{ id: "6", name: "Combo Meal", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-meat-inside-dark-blue-surface-meat-dough-cuisine-dish-cake-dinner-meal_179666-17864.jpg", imageAlt: "Family combo meal with momos and rice" }
{ id: "6", name: "Combo Meal", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-raw-dumplings-with-meat-inside-dark-blue-surface-meat-dough-cuisine-dish-cake-dinner-meal_179666-17864.jpg?_wi=2", imageAlt: "Family combo meal with momos and rice" }
]}
carouselMode="buttons"
buttonAnimation="slide-up"
@@ -138,12 +138,12 @@ export default function LandingPage() {
cardAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" },
{ id: "2", name: "Rajesh Gupta", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" },
{ id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" },
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" },
{ id: "5", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" },
{ id: "6", name: "Arjun Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1", imageAlt: "Happy customer eating restaurant food" },
{ id: "2", name: "Rajesh Gupta", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2", imageAlt: "Happy customer eating restaurant food" },
{ id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=3", imageAlt: "Happy customer eating restaurant food" },
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=4", imageAlt: "Happy customer eating restaurant food" },
{ id: "5", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=5", imageAlt: "Happy customer eating restaurant food" },
{ id: "6", name: "Arjun Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=6", imageAlt: "Happy customer eating restaurant food" }
]}
className="w-full py-12 md:py-16"
containerClassName="px-4"