Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-12 04:51:52 +00:00

View File

@@ -108,13 +108,13 @@ export default function LandingPage() {
tag="Our Commitment"
features={[
{
id: "01", title: "Fresh Ingredients", description: "We source the finest fresh vegetables and organic ingredients daily for maximum quality", imageSrc: "http://img.b2bpic.net/free-photo/female-agricultural-engineer-doing-quality-control-inspection-plant-nursery_637285-1686.jpg", imageAlt: "Fresh vegetables and ingredients"
id: "01", title: "Fresh Ingredients", description: "We source the finest fresh vegetables and organic ingredients daily for maximum quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-vu1oipuy.jpg", imageAlt: "Fresh vegetables and ingredients"
},
{
id: "02", title: "Authentic Recipes", description: "Traditional Indian and Chinese recipes prepared with culinary expertise and passion", imageSrc: "http://img.b2bpic.net/free-photo/handsome-son-cutting-bread-recipe_23-2148351730.jpg", imageAlt: "Professional kitchen preparation"
id: "02", title: "Authentic Recipes", description: "Traditional Indian and Chinese recipes prepared with culinary expertise and passion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-ow4c7iol.jpg", imageAlt: "Professional kitchen preparation"
},
{
id: "03", title: "Family Friendly", description: "Warm ambiance perfect for family dinners, celebrations, and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/christian-family-praying-together_23-2149290981.jpg", imageAlt: "Family dining atmosphere"
id: "03", title: "Family Friendly", description: "Warm ambiance perfect for family dinners, celebrations, and special occasions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-nporuuk6.jpg", imageAlt: "Family dining atmosphere"
},
{
id: "04", title: "Affordable Pricing", description: "Premium quality vegetarian cuisine at budget-friendly prices for everyone", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-2835.jpg", imageAlt: "Restaurant interior ambiance"
@@ -138,15 +138,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Vishal Kaushik", role: "Regular Diner", company: "Kharar Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg", imageAlt: "Vishal Kaushik"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-vu1oipuy.jpg", imageAlt: "Vishal Kaushik"
},
{
id: "2", name: "Nitin Kumar", role: "Food Enthusiast", company: "Mohali", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Nitin Kumar"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-ow4c7iol.jpg", imageAlt: "Nitin Kumar"
},
{
id: "3", name: "Priya Singh", role: "Family Gatherings", company: "Kurali", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", imageAlt: "Priya Singh"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoWzwg08mQihfra6f2yJiPXqjT/uploaded-1773291068879-nporuuk6.jpg", imageAlt: "Priya Singh"
},
{
id: "4", name: "Deepak Sharma", role: "Birthday Celebrant", company: "Kharar", rating: 5,
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}