Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-04-06 06:43:52 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -56,11 +56,11 @@ export default function AboutPage() {
{ value: "10k+", label: "Happy Customers" },
]}
testimonials={[
{ id: "t1", name: "Amit R.", role: "Food Blogger", company: "Delhi Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg" },
{ id: "t2", name: "Sonia L.", role: "Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" },
{ id: "t3", name: "Vikram V.", role: "Regular", company: "Saket Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg" },
{ id: "t4", name: "Meera P.", role: "Chef", company: "Culinary Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" },
{ id: "t5", name: "Rahul D.", role: "Fan", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" },
{ id: "t1", name: "Amit R.", role: "Food Blogger", company: "Delhi Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg?_wi=2" },
{ id: "t2", name: "Sonia L.", role: "Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg?_wi=2" },
{ id: "t3", name: "Vikram V.", role: "Regular", company: "Saket Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg?_wi=2" },
{ id: "t4", name: "Meera P.", role: "Chef", company: "Culinary Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=2" },
{ id: "t5", name: "Rahul D.", role: "Fan", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=2" },
]}
/>
</div>

View File

@@ -41,12 +41,12 @@ export default function MenuPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Shawarma", name: "Classic Chicken", price: "₹299", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" },
{ id: "p2", brand: "Shawarma", name: "Peri Peri", price: "₹320", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" },
{ id: "p3", brand: "Platter", name: "Grilled Chicken", price: "₹450", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" },
{ id: "p4", brand: "Platter", name: "Mixed Platter", price: "₹599", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" },
{ id: "p5", brand: "Side", name: "Fresh Hummus", price: "₹199", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" },
{ id: "p6", brand: "Side", name: "Pita Bread", price: "₹99", rating: 4, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" },
{ id: "p1", brand: "Shawarma", name: "Classic Chicken", price: "₹299", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=1" },
{ id: "p2", brand: "Shawarma", name: "Peri Peri", price: "₹320", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=2" },
{ id: "p3", brand: "Platter", name: "Grilled Chicken", price: "₹450", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=1" },
{ id: "p4", brand: "Platter", name: "Mixed Platter", price: "₹599", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=2" },
{ id: "p5", brand: "Side", name: "Fresh Hummus", price: "₹199", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=3" },
{ id: "p6", brand: "Side", name: "Pita Bread", price: "₹99", rating: 4, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=4" },
]}
title="Explore Our Menu"
description="Freshly prepared, authentic Lebanese street food."

View File

@@ -71,11 +71,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg" },
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" },
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg" },
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" },
{ id: "5", name: "Priya S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" },
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg?_wi=1" },
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg?_wi=1" },
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg?_wi=1" },
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=1" },
{ id: "5", name: "Priya S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=1" },
]}
cardTitle="What Our Locals Say"
cardTag="Loved by Locals"