diff --git a/src/app/page.tsx b/src/app/page.tsx index b90cb05..8bbd250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,16 +133,16 @@ export default function LandingPage() { description="Proven quality, authentic taste, and customer satisfaction. Here's what makes us special." metrics={[ { - id: "fresh", value: "Fresh Daily", title: "Prepared Fresh", description: "All items made fresh every morning with quality ingredients", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Fresh preparation video" + id: "fresh", value: "Fresh Daily", title: "Prepared Fresh", description: "All items made fresh every morning with quality ingredients", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "Fresh preparation video" }, { - id: "budget", value: "Budget Friendly", title: "Affordable Prices", description: "Authentic taste at prices that won't break the bank", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Budget friendly pricing video" + id: "budget", value: "Budget Friendly", title: "Affordable Prices", description: "Authentic taste at prices that won't break the bank", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Budget friendly pricing video" }, { - id: "location", value: "Easy Access", title: "Main Market Area", description: "Convenient location in Gumanpura, easy to reach", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Location access video" + id: "location", value: "Easy Access", title: "Main Market Area", description: "Convenient location in Gumanpura, easy to reach", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Location access video" }, { - id: "quality", value: "100% Pure Veg", title: "Quality Assured", description: "Pure vegetarian, hygienic preparation, trusted by locals", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Quality assurance video" + id: "quality", value: "100% Pure Veg", title: "Quality Assured", description: "Pure vegetarian, hygienic preparation, trusted by locals", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Quality assurance video" } ]} animationType="slide-up" @@ -158,27 +158,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@customer_rajesh", testimonial: "Nice place to eat kachori and samosa. Always fresh and hot. Have been visiting for 2 years!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=1" }, { id: "2", name: "Priya Sharma", handle: "@priya_sweet_tooth", testimonial: "Very good taste and cleanliness. The mithai quality is excellent. Perfect for gifts!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=2" }, { id: "3", name: "Vikram Singh", handle: "@vikram_foodies", testimonial: "Good variety of sweets and snacks. Budget-friendly prices. Highly recommend to everyone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=3" }, { id: "4", name: "Anjali Verma", handle: "@anjali_kota", testimonial: "Loved by our entire family. Their kachori and samosa are the best in Kota. Keep it up!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=4" }, { id: "5", name: "Deepak Patel", handle: "@deepak_loves_food", testimonial: "Authentic taste, fresh preparation, fair prices. This is THE place for mithai in Kota.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=5" }, { id: "6", name: "Meera Gupta", handle: "@meera_traditional", testimonial: "The traditional sweets are exactly how I remember them. Quality never compromises. Perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=6" } ]} showRating={true}