Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 03:11:04 +00:00

View File

@@ -90,6 +90,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9391.jpg"
imageAlt="Restaurant dining area"
useInvertedBackground={false}
metricsAnimation="blur-reveal"
mediaAnimation="blur-reveal"
/>
</div>
@@ -107,19 +108,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Regular", name: "Regular Thali", price: "₹99", rating: 4,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg?_wi=1", imageAlt: "Regular thali meal"
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg", imageAlt: "Regular thali meal"
},
{
id: "2", brand: "Popular", name: "Special Thali", price: "₹200", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=1", imageAlt: "Special thali meal"
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Special thali meal"
},
{
id: "3", brand: "Premium", name: "SM Special Manbhavan Thali", price: "₹250", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg?_wi=2", imageAlt: "Manbhavan special thali"
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404398.jpg", imageAlt: "Manbhavan special thali"
},
{
id: "4", brand: "Deluxe", name: "Deluxe Thali", price: "₹160", rating: 5,
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=2", imageAlt: "Deluxe thali meal"
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Deluxe thali meal"
}
]}
/>