diff --git a/src/app/page.tsx b/src/app/page.tsx index 249c9da..bddfc46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,21 +54,24 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-seeds-top-view_23-2148425592.jpg" imageAlt="Luxury Thai Restaurant Interior" - mediaAnimation="slide-up" + mediaAnimation="blur-reveal" testimonials={[ - { - name: "Sarah Johnson", handle: "Food Critic", testimonial: "The most authentic Thai experience in the city. Simply exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"}, - { - name: "Michael Chen", handle: "Restaurant Enthusiast", testimonial: "Every dish is a masterpiece. The flavors are incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=1"}, - { - name: "Emma Rodriguez", handle: "Luxury Diner", testimonial: "Premium quality with impeccable service. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=1"}, + {name: "Sarah Johnson",handle: "Food Critic",testimonial: "The most authentic Thai experience in the city. Simply exceptional.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"}, + {name: "Michael Chen",handle: "Restaurant Enthusiast",testimonial: "Every dish is a masterpiece. The flavors are incredible.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=1"}, + {name: "Emma Rodriguez",handle: "Luxury Diner",testimonial: "Premium quality with impeccable service. Highly recommended.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=1"}, ]} - testimonialRotationInterval={5000} + testimonialRotationInterval={3000} useInvertedBackground={false} - background={{ variant: "glowing-orb" }} + background={{ variant: "rotated-rays-animated" }} + marqueeItems={[ + { type: "text", text: "Premium Ingredients" }, + { type: "text", text: "Expert Chefs" }, + { type: "text", text: "Authentic Recipes" }, + { type: "text", text: "Award-Winning" }, + { type: "text", text: "Luxury Dining" }, + ]} + marqueeSpeed={50} + showMarqueeCard={true} /> @@ -82,18 +85,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} bulletPoints={[ - { - title: "Authentic Recipes", description: "Traditional methods passed down through generations, using only the finest ingredients imported directly from Thailand.", icon: Leaf, - }, - { - title: "Expert Chefs", description: "Our culinary team trained in Bangkok's most prestigious cooking institutes, bringing genuine Thai expertise to every plate.", icon: Sparkles, - }, - { - title: "Premium Ingredients", description: "We source the finest herbs, spices, and produce to ensure every dish meets our exacting standards of quality.", icon: Sparkles, - }, - { - title: "Warm Hospitality", description: "Thai hospitality is at the heart of everything we do. Your comfort and satisfaction are our highest priority.", icon: Heart, - }, + {title: "Authentic Recipes",description: "Traditional methods passed down through generations, using only the finest ingredients imported directly from Thailand.",icon: Leaf}, + {title: "Expert Chefs",description: "Our culinary team trained in Bangkok's most prestigious cooking institutes, bringing genuine Thai expertise to every plate.",icon: Sparkles}, + {title: "Premium Ingredients",description: "We source the finest herbs, spices, and produce to ensure every dish meets our exacting standards of quality.",icon: Sparkles}, + {title: "Warm Hospitality",description: "Thai hospitality is at the heart of everything we do. Your comfort and satisfaction are our highest priority.",icon: Heart}, ]} imageSrc="http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24811.jpg" imageAlt="Thai Chef Preparing Authentic Cuisine" @@ -111,15 +106,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" - animationType="slide-up" + animationType="scale-rotate" carouselMode="buttons" products={[ - { - id: "1", name: "Pad Thai", price: "$18", variant: "Traditional Stir-Fried Noodles", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-2987.jpg", imageAlt: "Pad Thai Noodles"}, - { - id: "2", name: "Green Curry Chicken", price: "$20", variant: "Authentic Coconut Curry", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21359.jpg", imageAlt: "Green Curry with Chicken"}, - { - id: "3", name: "Mango Sticky Rice", price: "$12", variant: "Traditional Thai Dessert", imageSrc: "http://img.b2bpic.net/free-photo/sweet-mung-bean-porridge-with-coconut-milk-recipe-tao-suan_1150-23506.jpg", imageAlt: "Mango Sticky Rice Dessert"}, + {id: "1",name: "Pad Thai",price: "$18",variant: "Traditional Stir-Fried Noodles",imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-2987.jpg",imageAlt: "Pad Thai Noodles"}, + {id: "2",name: "Green Curry Chicken",price: "$20",variant: "Authentic Coconut Curry",imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21359.jpg",imageAlt: "Green Curry with Chicken"}, + {id: "3",name: "Mango Sticky Rice",price: "$12",variant: "Traditional Thai Dessert",imageSrc: "http://img.b2bpic.net/free-photo/sweet-mung-bean-porridge-with-coconut-milk-recipe-tao-suan_1150-23506.jpg",imageAlt: "Mango Sticky Rice Dessert"}, ]} /> @@ -134,14 +126,10 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" testimonials={[ - { - id: "1", title: "Exceptional Culinary Experience", quote: "Every visit to Thai Palace is a journey through the flavors of Thailand. The attention to detail in every dish is remarkable.", name: "Sarah Johnson", role: "Food Critic & Restaurant Writer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Sarah Johnson"}, - { - id: "2", title: "A Hidden Gem for Fine Dining", quote: "The ambiance, service, and most importantly, the food—everything is pristine. This is my go-to restaurant for special occasions.", name: "Michael Chen", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=2", imageAlt: "Michael Chen"}, - { - id: "3", title: "Authentic Flavors & Luxury", quote: "Thai Palace perfectly combines authenticity with elegance. The chef's creations are nothing short of magnificent.", name: "Emma Rodriguez", role: "Luxury Lifestyle Blogger", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, - { - id: "4", title: "Worth Every Penny", quote: "The quality of ingredients and preparation is evident in every bite. Premium Thai dining at its finest.", name: "David Kim", role: "Executive & Food Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-her-hand_23-2147891268.jpg", imageAlt: "David Kim"}, + {id: "1",title: "Exceptional Culinary Experience",quote: "Every visit to Thai Palace is a journey through the flavors of Thailand. The attention to detail in every dish is remarkable.",name: "Sarah Johnson",role: "Food Critic & Restaurant Writer",imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",imageAlt: "Sarah Johnson"}, + {id: "2",title: "A Hidden Gem for Fine Dining",quote: "The ambiance, service, and most importantly, the food—everything is pristine. This is my go-to restaurant for special occasions.",name: "Michael Chen",role: "Restaurant Enthusiast",imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=2",imageAlt: "Michael Chen"}, + {id: "3",title: "Authentic Flavors & Luxury",quote: "Thai Palace perfectly combines authenticity with elegance. The chef's creations are nothing short of magnificent.",name: "Emma Rodriguez",role: "Luxury Lifestyle Blogger",imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg?_wi=2",imageAlt: "Emma Rodriguez"}, + {id: "4",title: "Worth Every Penny",quote: "The quality of ingredients and preparation is evident in every bite. Premium Thai dining at its finest.",name: "David Kim",role: "Executive & Food Connoisseur",imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-her-hand_23-2147891268.jpg",imageAlt: "David Kim"}, ]} /> @@ -155,8 +143,7 @@ export default function LandingPage() { tag="Press & Recognition" tagIcon={Trophy} tagAnimation="slide-up" - names={[ - "Michelin Guide", "Food & Wine Magazine", "The Luxury Traveler", "Asian Cuisine Weekly", "Restaurant Excellence Awards", "Premium Dining Society", "Culinary Masters", "Global Taste Magazine"]} + names={["Michelin Guide","Food & Wine Magazine","The Luxury Traveler","Asian Cuisine Weekly","Restaurant Excellence Awards","Premium Dining Society","Culinary Masters","Global Taste Magazine"]} speed={40} showCard={true} /> @@ -170,18 +157,12 @@ export default function LandingPage() { useInvertedBackground={false} faqsAnimation="slide-up" faqs={[ - { - id: "1", title: "Do you accommodate dietary restrictions?", content: "Absolutely! We're happy to accommodate vegetarian, vegan, gluten-free, and allergy-conscious diets. Please inform our staff when making your reservation or upon arrival."}, - { - id: "2", title: "What is your reservation policy?", content: "We accept reservations up to 3 months in advance. Reservations can be made online, by phone, or through our contact form. We require a 24-hour cancellation notice."}, - { - id: "3", title: "Do you offer private dining for events?", content: "Yes! We have private dining spaces perfect for special celebrations, corporate events, and intimate gatherings. Contact us for custom event planning."}, - { - id: "4", title: "What are your hours of operation?", content: "We're open Tuesday to Sunday, 5:00 PM - 11:00 PM. Monday is our weekly closure day. Special hours available for private events."}, - { - id: "5", title: "Do you offer takeout or delivery?", content: "Yes, we offer premium takeout options. Delivery is available through our website and major food delivery platforms for orders within our service area."}, - { - id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, digital wallets, and cash. Mobile payment options are also available for your convenience."}, + {id: "1",title: "Do you accommodate dietary restrictions?",content: "Absolutely! We're happy to accommodate vegetarian, vegan, gluten-free, and allergy-conscious diets. Please inform our staff when making your reservation or upon arrival."}, + {id: "2",title: "What is your reservation policy?",content: "We accept reservations up to 3 months in advance. Reservations can be made online, by phone, or through our contact form. We require a 24-hour cancellation notice."}, + {id: "3",title: "Do you offer private dining for events?",content: "Yes! We have private dining spaces perfect for special celebrations, corporate events, and intimate gatherings. Contact us for custom event planning."}, + {id: "4",title: "What are your hours of operation?",content: "We're open Tuesday to Sunday, 5:00 PM - 11:00 PM. Monday is our weekly closure day. Special hours available for private events."}, + {id: "5",title: "Do you offer takeout or delivery?",content: "Yes, we offer premium takeout options. Delivery is available through our website and major food delivery platforms for orders within our service area."}, + {id: "6",title: "What payment methods do you accept?",content: "We accept all major credit cards, digital wallets, and cash. Mobile payment options are also available for your convenience."}, ]} /> @@ -215,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file