From 881ec8f477553f54ab58d71c5b8f24b84b2d5dbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:58:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af21c84..9079196 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function MamaHotelsPage() { title="Experience Authentic Taste & Family Comfort" description="Welcome to MAMA HOTELS MIDWAY on NH-58, Nathdwara. Your favorite stop for delicious, affordable family meals and warm hospitality." tag="⭐ 4.7 Rating | 1,130+ Reviews" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg" imageAlt="Authentic Indian thali with warm lighting" mediaAnimation="slide-up" @@ -55,17 +55,17 @@ export default function MamaHotelsPage() { { text: "View Menu", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" testimonials={[ { name: "Rajesh Kumar", handle: "Traveler", testimonial: "Best authentic Rajasthani food on the highway! Family-friendly and affordable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, { name: "Priya Sharma", handle: "Family", testimonial: "We stop here every time we visit Nathdwara. The hospitality is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { name: "Amit Patel", handle: "Regular Customer", testimonial: "Fresh, hygienic food with authentic flavors. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -76,7 +76,7 @@ export default function MamaHotelsPage() {
@@ -97,7 +97,7 @@ export default function MamaHotelsPage() { title="Our Specialties" description="Discover the authentic flavors and services that make MAMA HOTELS MIDWAY your perfect dining destination." tag="Services" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -120,7 +120,7 @@ export default function MamaHotelsPage() { title="Menu Preview" description="Explore our popular dishes and delicious offerings. All prices range from ₹100-200 for affordable family dining." tag="Popular Items" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -140,7 +140,7 @@ export default function MamaHotelsPage() { }, ]} buttons={[{ text: "View Full Menu", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" ariaLabel="Menu preview section" />
@@ -150,7 +150,7 @@ export default function MamaHotelsPage() { title="What Our Customers Say" description="Join over 1,130 happy customers who trust MAMA HOTELS MIDWAY for authentic, family-friendly dining." tag="Reviews" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -158,13 +158,13 @@ export default function MamaHotelsPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@rajesh_travels", testimonial: "Best authentic Rajasthani food on NH-58! Every dish is prepared with love and care. The hospitality is exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, { id: "2", name: "Priya Sharma", handle: "@priya_family", testimonial: "Perfect place for family dining. The food is fresh, affordable, and absolutely delicious. We visit every month!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { id: "3", name: "Amit Patel", handle: "@amit_regular", testimonial: "Consistent quality, authentic flavors, and genuine hospitality. This is why MAMA HOTELS is our favorite restaurant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-taking-selfie_23-2148972785.jpg"}, { id: "4", name: "Neha Desai", handle: "@neha_foodie", testimonial: "Hygienic preparation, traditional recipes, and warm service. Highly recommended for anyone visiting Nathdwara!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-boarding-pass-checking-his-mobile-phone_107420-95787.jpg"}, -- 2.49.1