Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 06:05:48 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg", imageAlt: "Toasted Cafe exterior"
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg?_wi=1", imageAlt: "Toasted Cafe exterior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Cafe interior ambience"
@@ -104,19 +104,19 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
features={[
{
title: "Rolls", description: "Paneer, Chicken, Vegetable, and Egg rolls with premium fillings and fresh ingredients", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Rolls"
title: "Rolls", description: "Paneer, Chicken, Vegetable, and Egg rolls with premium fillings and fresh ingredients", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Rolls"
},
{
title: "Snacks", description: "Momos, Samosas, Pakoras, and other crispy snacks prepared fresh daily", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Snacks"
title: "Snacks", description: "Momos, Samosas, Pakoras, and other crispy snacks prepared fresh daily", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Snacks"
},
{
title: "Chinese", description: "Noodles, Fried Rice, Manchurian, and authentic Chinese preparations", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Chinese"
title: "Chinese", description: "Noodles, Fried Rice, Manchurian, and authentic Chinese preparations", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Chinese"
},
{
title: "Continental", description: "Pizzas, Burgers, Pasta, and Western cuisine made with premium quality", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Continental"
title: "Continental", description: "Pizzas, Burgers, Pasta, and Western cuisine made with premium quality", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Continental"
},
{
title: "Beverages", description: "Coffee, Tea, Shakes, Cold Drinks, and fresh juice options throughout the day", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Beverages"
title: "Beverages", description: "Coffee, Tea, Shakes, Cold Drinks, and fresh juice options throughout the day", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Beverages"
}
]}
/>
@@ -148,19 +148,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Singh", role: "Student", company: "Delhi University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1"
},
{
id: "2", name: "Rajesh Kumar", role: "Professional", company: "IT Sector", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2"
},
{
id: "3", name: "Anjali Patel", role: "Homemaker", company: "Meerut", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3"
},
{
id: "4", name: "Vikas Sharma", role: "Business Owner", company: "Local Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4"
}
]}
kpiItems={[
@@ -184,7 +184,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg?_wi=2"
imageAlt="Toasted Cafe"
buttonText="Send Inquiry"
/>