Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 09:54:01 +00:00

View File

@@ -121,11 +121,11 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Exceptional food quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
{ id: "t2", name: "Michael B.", handle: "@mikeb", testimonial: "My family loves dining here every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
{ id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Best chinese food in Howrah.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
{ id: "t4", name: "David K.", handle: "@davidk", testimonial: "Quick delivery and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg" },
{ id: "t5", name: "Alice T.", handle: "@alicet", testimonial: "Fresh, hot, and spicy. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
{ id: "t1", name: "Anjali Sharma", handle: "@anjali_s", testimonial: "Exceptional food quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
{ id: "t2", name: "Rohan Das", handle: "@rohan_d", testimonial: "My family loves dining here every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
{ id: "t3", name: "Priyanka Sen", handle: "@priyanka_s", testimonial: "Best chinese food in Howrah.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
{ id: "t4", name: "Arjun Mukherjee", handle: "@arjun_m", testimonial: "Quick delivery and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg" },
{ id: "t5", name: "Meera Chatterjee", handle: "@meera_c", testimonial: "Fresh, hot, and spicy. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
]}
title="What Our Guests Say"
description="Authentic experiences from real food lovers."
@@ -167,9 +167,10 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Hungry? Contact Us Now"
description="J8VX+R34, 21/A/2, Dewangazi Rd, Bally, Kolkata, Howrah. Reach us at 09903757836."
description="J8VX+R34, 21/A/2, Dewangazi Rd, Bally, Kolkata, Howrah. Reach us at 09903757836. Find us on Google Maps at 22.6506, 88.3475."
buttons={[
{ text: "Call 09903757836", href: "tel:09903757836" },
{ text: "View on Google Maps", href: "https://www.google.com/maps/search/?api=1&query=Green+Pepper+Bally+Kolkata" },
]}
/>
</div>
@@ -183,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}