diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ab7993..75aa476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,11 +43,11 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Reserve Table", href: "#reserve" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg" imageAlt="Steaming Asian noodles with chopsticks - Soho signature dish" mediaAnimation="slide-up" buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} frameStyle="card" containerClassName="max-w-7xl mx-auto" logoClassName="text-4xl md:text-5xl font-bold tracking-tight" @@ -71,7 +71,7 @@ export default function LandingPage() { id: "gyoza", name: "Pork Gyoza", price: "₹220", variant: "Pan-seared dumplings", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-dumplings-wooden-tray-against-black-background_23-2148123771.jpg", imageAlt: "Pan-seared pork gyoza dumplings" }, { - id: "loushifen", name: "Loushifen Noodles", price: "₹250", variant: "Rich broth, bold spices", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg?_wi=2", imageAlt: "Rich loushifen noodles with broth" + id: "loushifen", name: "Loushifen Noodles", price: "₹250", variant: "Rich broth, bold spices", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-ramen-concept_23-2148678750.jpg", imageAlt: "Rich loushifen noodles with broth" }, { id: "prawn-chow", name: "Soho Special Prawn Chow", price: "₹350", variant: "Wok-tossed premium noodles", imageSrc: "http://img.b2bpic.net/free-photo/casseroled-prawns_1339-531.jpg", imageAlt: "Signature prawn chow noodles" @@ -123,16 +123,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Bijoy Ratna Chakma", date: "2 weeks ago", title: "Food Lover", quote: "Great food and friendly service. A perfect spot for casual dining with authentic flavors that remind me of home.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg?_wi=1" + id: "1", name: "Bijoy Ratna Chakma", date: "2 weeks ago", title: "Food Lover", quote: "Great food and friendly service. A perfect spot for casual dining with authentic flavors that remind me of home.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg" }, { - id: "2", name: "Man-i Lyngdoh", date: "1 month ago", title: "Date Night Enthusiast", quote: "Amazing atmosphere and delicious food. We've been back three times already. The ambiance is perfect for special occasions.", tag: "Repeat Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg?_wi=2" + id: "2", name: "Man-i Lyngdoh", date: "1 month ago", title: "Date Night Enthusiast", quote: "Amazing atmosphere and delicious food. We've been back three times already. The ambiance is perfect for special occasions.", tag: "Repeat Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg" }, { - id: "3", name: "Sarah Johnson", date: "3 weeks ago", title: "Food Blogger", quote: "The presentation is stunning and every bite is flavorful. Soho has set a new standard for casual Asian dining in the area.", tag: "Instagram Lover", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg?_wi=3" + id: "3", name: "Sarah Johnson", date: "3 weeks ago", title: "Food Blogger", quote: "The presentation is stunning and every bite is flavorful. Soho has set a new standard for casual Asian dining in the area.", tag: "Instagram Lover", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg" }, { - id: "4", name: "Michael Chen", date: "1 week ago", title: "Business Professional", quote: "Perfect place for business lunches or catching up with friends. Quality food and excellent service every single time.", tag: "Weekly Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg?_wi=4" + id: "4", name: "Michael Chen", date: "1 week ago", title: "Business Professional", quote: "Perfect place for business lunches or catching up with friends. Quality food and excellent service every single time.", tag: "Weekly Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-gathering-together-dinner_23-2148454114.jpg" } ]} containerClassName="space-y-8"