diff --git a/src/app/page.tsx b/src/app/page.tsx index 08e7be7..2e60d8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Reserve Now", href: "#reservation"}} + text: "Reserve Now", href: "#reservation" + }} /> @@ -46,7 +47,7 @@ export default function LandingPage() { description="Discover authentic dragon noodles, dumplings, and premium seafood wok dishes in our cozy dining space. Perfect for hangouts, dates, and family gatherings." tag="Premium Pan-Asian Cuisine" tagIcon={Sparkles} - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "4.0⭐", label: "170+ Reviews" }, { value: "10:30pm", label: "Open Daily" }, @@ -78,22 +79,28 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Dragon Seafood Noodles", price: "৳550", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg?_wi=1", imageAlt: "Dragon seafood noodles wok dish"}, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg", imageAlt: "Dragon seafood noodles wok dish" + }, { id: "2", brand: "Starter", name: "Bang Bang Chicken", price: "৳380", rating: 5, - reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-meal-with-sambal-composition_23-2149076114.jpg", imageAlt: "Crispy bang bang chicken appetizer"}, + reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-meal-with-sambal-composition_23-2149076114.jpg", imageAlt: "Crispy bang bang chicken appetizer" + }, { id: "3", brand: "Dim Sum", name: "Chicken & Prawn Siumai", price: "৳320", rating: 5, - reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumplings-soy-sauce-isolated-white-background_123827-22595.jpg?_wi=1", imageAlt: "Steamed siumai dumplings"}, + reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumplings-soy-sauce-isolated-white-background_123827-22595.jpg", imageAlt: "Steamed siumai dumplings" + }, { id: "4", brand: "Starter", name: "Pan-Fried Dumplings", price: "৳300", rating: 5, - reviewCount: "138+", imageSrc: "http://img.b2bpic.net/free-photo/duck-meat-inside-spring-roll_74190-921.jpg?_wi=1", imageAlt: "Golden crispy pan-fried dumplings"}, + reviewCount: "138+", imageSrc: "http://img.b2bpic.net/free-photo/duck-meat-inside-spring-roll_74190-921.jpg", imageAlt: "Golden crispy pan-fried dumplings" + }, { id: "5", brand: "Dessert", name: "Japanese Cheesecake", price: "৳280", rating: 5, - reviewCount: "125+", imageSrc: "http://img.b2bpic.net/free-photo/cake-wooden_181624-16064.jpg", imageAlt: "Fluffy Japanese cheesecake slice"}, + reviewCount: "125+", imageSrc: "http://img.b2bpic.net/free-photo/cake-wooden_181624-16064.jpg", imageAlt: "Fluffy Japanese cheesecake slice" + }, { id: "6", brand: "Soup", name: "Tom Yum Thale", price: "৳420", rating: 5, - reviewCount: "118+", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-spicy-chicken-tendon-soup_1150-45536.jpg", imageAlt: "Aromatic Thai tom yum seafood soup"}, + reviewCount: "118+", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-spicy-chicken-tendon-soup_1150-45536.jpg", imageAlt: "Aromatic Thai tom yum seafood soup" + }, ]} buttons={[{ text: "View Full Menu", href: "#" }]} buttonAnimation="slide-up" @@ -108,13 +115,17 @@ export default function LandingPage() { tagIcon={Award} features={[ { - title: "Authentic Pan-Asian Cuisine", description: "Traditional recipes combined with premium ingredients from trusted suppliers for genuine flavors.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=1", imageAlt: "Authentic pan-asian cuisine preparation"}, + title: "Authentic Pan-Asian Cuisine", description: "Traditional recipes combined with premium ingredients from trusted suppliers for genuine flavors.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg", imageAlt: "Authentic pan-asian cuisine preparation" + }, { - title: "Cozy Dining Environment", description: "Warm lighting, comfortable seating, and intimate ambiance perfect for dates and family gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2", imageAlt: "Cozy restaurant interior ambiance"}, + title: "Cozy Dining Environment", description: "Warm lighting, comfortable seating, and intimate ambiance perfect for dates and family gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg", imageAlt: "Cozy restaurant interior ambiance" + }, { - title: "Perfect for Hangouts", description: "Ideal meeting spot for students and friends with great food, welcoming vibes, and reasonable prices.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=3", imageAlt: "Restaurant group dining area"}, + title: "Perfect for Hangouts", description: "Ideal meeting spot for students and friends with great food, welcoming vibes, and reasonable prices.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg", imageAlt: "Restaurant group dining area" + }, { - title: "Fresh Ingredients Daily", description: "We source fresh ingredients daily to ensure every dish maintains our signature quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg?_wi=2", imageAlt: "Fresh ingredients and premium quality"}, + title: "Fresh Ingredients Daily", description: "We source fresh ingredients daily to ensure every dish maintains our signature quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg", imageAlt: "Fresh ingredients and premium quality" + }, ]} gridVariant="two-columns-alternating-heights" textboxLayout="default" @@ -136,17 +147,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Aliza Ahmed", role: "University Student", testimonial: "Best place to hang out with friends in Dhanmondi! The dragon noodles are absolutely amazing and the prices are reasonable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Aliza Ahmed profile"}, + id: "1", name: "Aliza Ahmed", role: "University Student", testimonial: "Best place to hang out with friends in Dhanmondi! The dragon noodles are absolutely amazing and the prices are reasonable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Aliza Ahmed profile" + }, { - id: "2", name: "Riyad Khan", role: "Young Professional", testimonial: "Perfect spot for a casual date night. Great ambiance, excellent food quality, and the staff is really friendly. Will definitely come back!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", imageAlt: "Riyad Khan profile"}, + id: "2", name: "Riyad Khan", role: "Young Professional", testimonial: "Perfect spot for a casual date night. Great ambiance, excellent food quality, and the staff is really friendly. Will definitely come back!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", imageAlt: "Riyad Khan profile" + }, { - id: "3", name: "Fatima Hossain", role: "Food Blogger", testimonial: "The siumai and bang bang chicken are mouth-watering! Fresh ingredients and authentic flavors. Shang High is my go-to for Pan-Asian cuisine in Dhanmondi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Fatima Hossain profile"}, + id: "3", name: "Fatima Hossain", role: "Food Blogger", testimonial: "The siumai and bang bang chicken are mouth-watering! Fresh ingredients and authentic flavors. Shang High is my go-to for Pan-Asian cuisine in Dhanmondi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Fatima Hossain profile" + }, { - id: "4", name: "Saiful Islam", role: "Office Executive", testimonial: "Excellent service and delicious food. The tom yum soup is incredibly flavorful. I bring my whole team here for lunch sometimes!", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285279.jpg", imageAlt: "Saiful Islam profile"}, + id: "4", name: "Saiful Islam", role: "Office Executive", testimonial: "Excellent service and delicious food. The tom yum soup is incredibly flavorful. I bring my whole team here for lunch sometimes!", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285279.jpg", imageAlt: "Saiful Islam profile" + }, { - id: "5", name: "Priya Sharma", role: "Freelancer", testimonial: "Love the cozy atmosphere and the Japanese cheesecake is divine! Perfect place to work and enjoy great food. Wifi is fast too!", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Priya Sharma profile"}, + id: "5", name: "Priya Sharma", role: "Freelancer", testimonial: "Love the cozy atmosphere and the Japanese cheesecake is divine! Perfect place to work and enjoy great food. Wifi is fast too!", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Priya Sharma profile" + }, { - id: "6", name: "Imran Haque", role: "Resident Dhanmondi", testimonial: "Fresh, authentic, and absolutely worth it. The dumplings are perfectly made and the staff remembers regulars. Great neighborhood restaurant!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-businessman_23-2151201333.jpg", imageAlt: "Imran Haque profile"}, + id: "6", name: "Imran Haque", role: "Resident Dhanmondi", testimonial: "Fresh, authentic, and absolutely worth it. The dumplings are perfectly made and the staff remembers regulars. Great neighborhood restaurant!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-businessman_23-2151201333.jpg", imageAlt: "Imran Haque profile" + }, ]} /> @@ -162,13 +179,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "Dine-In", title: "Comfortable Seating", description: "Enjoy authentic Pan-Asian cuisine in our warm, welcoming restaurant", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=4", imageAlt: "Restaurant dine-in experience"}, + id: "1", value: "Dine-In", title: "Comfortable Seating", description: "Enjoy authentic Pan-Asian cuisine in our warm, welcoming restaurant", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg", imageAlt: "Restaurant dine-in experience" + }, { - id: "2", value: "Delivery", title: "Fast & Fresh", description: "Order via Foodpanda for quick delivery to your doorstep", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg?_wi=3", imageAlt: "Delivery service food"}, + id: "2", value: "Delivery", title: "Fast & Fresh", description: "Order via Foodpanda for quick delivery to your doorstep", imageSrc: "http://img.b2bpic.net/free-photo/japanese-tempura-udon_1203-6803.jpg", imageAlt: "Delivery service food" + }, { - id: "3", value: "Reservations", title: "Book Ahead", description: "Reserve your table for special occasions and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumplings-soy-sauce-isolated-white-background_123827-22595.jpg?_wi=2", imageAlt: "Table reservation service"}, + id: "3", value: "Reservations", title: "Book Ahead", description: "Reserve your table for special occasions and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumplings-soy-sauce-isolated-white-background_123827-22595.jpg", imageAlt: "Table reservation service" + }, { - id: "4", value: "Takeaway", title: "Grab & Go", description: "Quick pickup service for your favorite dishes on the move", imageSrc: "http://img.b2bpic.net/free-photo/duck-meat-inside-spring-roll_74190-921.jpg?_wi=2", imageAlt: "Takeaway food service"}, + id: "4", value: "Takeaway", title: "Grab & Go", description: "Quick pickup service for your favorite dishes on the move", imageSrc: "http://img.b2bpic.net/free-photo/duck-meat-inside-spring-roll_74190-921.jpg", imageAlt: "Takeaway food service" + }, ]} />