diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a36caf..d1abe23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,22 +48,23 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg" imageAlt="Golden masala dosa with sambar and chutney" mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Priya Sharma", handle: "Local Resident, Tirupati", testimonial: "Best South Indian breakfast in Tirupati! The dosas are crispy and the filter coffee is authentic. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, { name: "Ramesh Kumar", handle: "Temple Visitor", testimonial: "Great South Indian food at reasonable prices. Worth visiting when in Tirupati. The service is friendly and quick.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg" }, { name: "Ananya Desai", handle: "Regular Customer", testimonial: "Saravana Bhavan has become my go-to spot for authentic meals. Everything tastes homemade and fresh!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg" }, { name: "Vikram Reddy", handle: "Office Worker, Tirupati", testimonial: "Perfect lunch spot with quick service. The vegetarian options are diverse and delicious. Never disappoints!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-148757.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-148757.jpg" } ]} buttons={[ @@ -169,16 +170,16 @@ export default function LandingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", title: "Best breakfast spot in Tirupati", quote: "I visit Saravana Bhavan every weekend with my family. The dosas are crispy, the sambar is flavorful, and the staff is always welcoming. It feels like eating at a friend's place!", name: "Lakshmi Iyer", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lakshmi Iyer" + id: "1", title: "Best breakfast spot in Tirupati", quote: "I visit Saravana Bhavan every weekend with my family. The dosas are crispy, the sambar is flavorful, and the staff is always welcoming. It feels like eating at a friend's place!", name: "Lakshmi Iyer", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lakshmi Iyer" }, { - id: "2", title: "Authentic taste that brings memories", quote: "Coming from Chennai, I was skeptical about finding authentic South Indian food in Tirupati. Saravana Bhavan exceeded my expectations. Every dish tastes like home!", name: "Rajesh Iyer", role: "Temple Pilgrim", imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg?_wi=2", imageAlt: "Rajesh Iyer" + id: "2", title: "Authentic taste that brings memories", quote: "Coming from Chennai, I was skeptical about finding authentic South Indian food in Tirupati. Saravana Bhavan exceeded my expectations. Every dish tastes like home!", name: "Rajesh Iyer", role: "Temple Pilgrim", imageSrc: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg", imageAlt: "Rajesh Iyer" }, { - id: "3", title: "Perfect lunch break destination", quote: "Working nearby, I grab lunch here at least 3 times a week. The meals are nutritious, reasonably priced, and served quickly. Highly recommended for office-goers!", name: "Priya Sharma", role: "Software Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg?_wi=2", imageAlt: "Priya Sharma" + id: "3", title: "Perfect lunch break destination", quote: "Working nearby, I grab lunch here at least 3 times a week. The meals are nutritious, reasonably priced, and served quickly. Highly recommended for office-goers!", name: "Priya Sharma", role: "Software Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg", imageAlt: "Priya Sharma" }, { - id: "4", title: "Hidden gem of Tirupati", quote: "A true gem! Fresh ingredients, authentic recipes, and genuine hospitality. Whether you're a local or visiting for the temples, this is the place to experience real South Indian food.", name: "Vikram Reddy", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-148757.jpg?_wi=2", imageAlt: "Vikram Reddy" + id: "4", title: "Hidden gem of Tirupati", quote: "A true gem! Fresh ingredients, authentic recipes, and genuine hospitality. Whether you're a local or visiting for the temples, this is the place to experience real South Indian food.", name: "Vikram Reddy", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-148757.jpg", imageAlt: "Vikram Reddy" } ]} textboxLayout="default"