Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:40:01 +00:00
2 changed files with 14 additions and 8 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -170,22 +170,28 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Raj Kumar", handle: "@rajkiet22", testimonial: "Best pure veg restaurant near KIET! Fast service, clean food, and super affordable combos. We order here every week. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Young man smiling"
id: "1", name: "Raj Kumar", handle: "@rajkiet22", testimonial: "Best pure veg restaurant near KIET! Fast service, clean food, and super affordable combos. We order here every week. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Young man smiling"
},
{
id: "2", name: "Priya Sharma", handle: "@priyasharma", testimonial: "Family of 5 here regularly. The hygiene standards are excellent, and the food is always fresh. Love their dal makhani and parathas!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Professional woman portrait"
id: "2", name: "Priya Sharma", handle: "@priyasharma", testimonial: "Family of 5 here regularly. The hygiene standards are excellent, and the food is always fresh. Love their dal makhani and parathas!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Professional woman portrait"
},
{
id: "3", name: "Amit Patel", handle: "@amitpatel_nh34", testimonial: "Stopped here while driving on NH34. Clean washrooms, friendly staff, and authentic vegetarian food. Perfect pit stop!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg", imageAlt: "Happy young man with surfboard"
id: "3", name: "Amit Patel", handle: "@amitpatel_nh34", testimonial: "Stopped here while driving on NH34. Clean washrooms, friendly staff, and authentic vegetarian food. Perfect pit stop!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg", imageAlt: "Happy young man with surfboard"
},
{
id: "4", name: "Deepa Gupta", handle: "@deepa_foodlover", testimonial: "Ordered for our office lunch meeting. Delivery was on time, food was hot and fresh. Everyone loved it. Great service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Professional business woman"
id: "4", name: "Deepa Gupta", handle: "@deepa_foodlover", testimonial: "Ordered for our office lunch meeting. Delivery was on time, food was hot and fresh. Everyone loved it. Great service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Professional business woman"
},
{
id: "5", name: "Vikram Singh", handle: "@vikram_traveler", testimonial: "Highway travelers' favorite! Quick service, reliable food quality, and affordable pricing. 38-star rating is well deserved.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-man-holding-map-taking-selfie-outdoors_23-2148203013.jpg", imageAlt: "Smiling man holding map"
id: "5", name: "Vikram Singh", handle: "@vikram_traveler", testimonial: "Highway travelers' favorite! Quick service, reliable food quality, and affordable pricing. 38-star rating is well deserved.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-man-holding-map-taking-selfie-outdoors_23-2148203013.jpg", imageAlt: "Smiling man holding map"
},
{
id: "6", name: "Neha Reddy", handle: "@neha_family", testimonial: "Pure vegetarian guarantee gives us confidence. The kids love the South Indian food, and we appreciate the cleanliness standards.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg", imageAlt: "Happy mother with daughters"
id: "6", name: "Neha Reddy", handle: "@neha_family", testimonial: "Pure vegetarian guarantee gives us confidence. The kids love the South Indian food, and we appreciate the cleanliness standards.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg", imageAlt: "Happy mother with daughters"
}
]}
ariaLabel="Customer testimonials section"
@@ -279,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}