diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bb334a..6b1a660 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Priya Kumar", handle: "@priyakumar", testimonial: "One of the best traditional food spots in this area. Everything tastes authentic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg?_wi=1", imageAlt: "Priya Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg", imageAlt: "Priya Kumar" }, { name: "Rajesh Singh", handle: "@rajeshfoodie", testimonial: "Everything was fresh โ€” live counters were amazing! Loved the paniyaram.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg?_wi=1", imageAlt: "Rajesh Singh" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageAlt: "Rajesh Singh" }, { name: "Divya Nair", handle: "@divyaeats", testimonial: "Clean, hygienic, and perfect for family dining. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1", imageAlt: "Divya Nair" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg", imageAlt: "Divya Nair" } ]} testimonialRotationInterval={5000} @@ -73,7 +73,7 @@ export default function LandingPage() { imageAlt="Fresh dosa with traditional preparation" mediaAnimation="blur-reveal" useInvertedBackground={false} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} /> @@ -118,7 +118,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "๐Ÿ”ฅ Live Cooking Counters", description: "Freshly made right in front of you โ€” hot, hygienic, and delicious. Watch traditional recipes come to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=1", imageAlt: "Live cooking counter in action" + title: "๐Ÿ”ฅ Live Cooking Counters", description: "Freshly made right in front of you โ€” hot, hygienic, and delicious. Watch traditional recipes come to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", imageAlt: "Live cooking counter in action" }, { id: 2, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: 3, - title: "๐Ÿงผ Clean & Hygienic Space", description: "Well-maintained dining area and restrooms. Your health and comfort are our top priorities.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg?_wi=1", imageAlt: "Clean restaurant environment" + title: "๐Ÿงผ Clean & Hygienic Space", description: "Well-maintained dining area and restrooms. Your health and comfort are our top priorities.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg", imageAlt: "Clean restaurant environment" }, { id: 4, @@ -187,11 +187,11 @@ export default function LandingPage() { }, { id: 3, - title: "Self-Service Convenience", description: "Easy ordering and dining setup that respects your pace and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=2", imageAlt: "Self-service counter" + title: "Self-Service Convenience", description: "Easy ordering and dining setup that respects your pace and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", imageAlt: "Self-service counter" }, { id: 4, - title: "Clean & Welcoming Ambience", description: "A calm, well-maintained space where families feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg?_wi=2", imageAlt: "Welcoming restaurant ambience" + title: "Clean & Welcoming Ambience", description: "A calm, well-maintained space where families feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg", imageAlt: "Welcoming restaurant ambience" } ]} textboxLayout="default" @@ -203,13 +203,13 @@ export default function LandingPage() {