Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 06:04:00 +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"
@@ -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"
/>