3 Commits

Author SHA1 Message Date
9d3f258608 Merge version_2 into main
Merge version_2 into main
2026-03-10 12:40:41 +00:00
7b751bf011 Update src/app/page.tsx 2026-03-10 12:40:37 +00:00
a29f037d68 Merge version_1 into main
Merge version_1 into main
2026-03-10 12:33:40 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Reserve Table", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/colourful-mexican-house_23-2151769263.jpg"
imageSrc="/placeholder-hero.jpg"
imageAlt="Real Thai Kitchen restaurant exterior"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -69,7 +69,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#visit" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg?_wi=1"
imageSrc="/placeholder-about.jpg"
imageAlt="Warm and calm restaurant atmosphere"
useInvertedBackground={false}
/>
@@ -84,7 +84,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Chicken Tom Yum Soup", description: "Rich, comforting, and perfect for any evening. Our standout tom yum delivers authentic Thai flavors with the perfect balance of spice and warmth.", media: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-eats-dushbara-soup-traditional-azerbaijani-dish_140725-11465.jpg" },
id: "1", title: "Chicken Tom Yum Soup", description: "Rich, comforting, and perfect for any evening. Our standout tom yum delivers authentic Thai flavors with the perfect balance of spice and warmth.", media: { imageSrc: "/placeholder-soup.jpg" },
items: [
{ icon: Flame, text: "Aromatic and warming" },
{ icon: Sparkles, text: "Traditional spice balance" },
@@ -93,7 +93,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Green Curry", description: "Creamy coconut base with perfect heat balance. Fresh basil, lime, and tender vegetables create the ideal Thai curry experience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-wooden-table_1150-21343.jpg" },
id: "2", title: "Green Curry", description: "Creamy coconut base with perfect heat balance. Fresh basil, lime, and tender vegetables create the ideal Thai curry experience.", media: { imageSrc: "/placeholder-curry.jpg" },
items: [
{ icon: Leaf, text: "Fresh basil and lime" },
{ icon: Droplet, text: "Creamy coconut base" },
@@ -102,7 +102,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Pad Thai", description: "Award-winning noodle dish. The best pad thai in Wodonga, stir-fried to perfection with fresh vegetables and our signature flavor profile.", media: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-larb-plate-with-dried-chilies-tomatoes-spring-onions-lettuce_1150-27102.jpg" },
id: "3", title: "Pad Thai", description: "Award-winning noodle dish. The best pad thai in Wodonga, stir-fried to perfection with fresh vegetables and our signature flavor profile.", media: { imageSrc: "/placeholder-padthai.jpg" },
items: [
{ icon: Award, text: "Award recognized" },
{ icon: Sparkles, text: "Local favorite" },
@@ -111,7 +111,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "4", title: "Massaman Beef Curry", description: "Tender beef in a rich, aromatic curry with peanuts and potatoes. A customer favorite that delivers comfort in every spoonful.", media: { imageSrc: "http://img.b2bpic.net/free-photo/spicy-chicken-stir-fried-with-thai-eggplant_1150-21550.jpg" },
id: "4", title: "Massaman Beef Curry", description: "Tender beef in a rich, aromatic curry with peanuts and potatoes. A customer favorite that delivers comfort in every spoonful.", media: { imageSrc: "/placeholder-massaman.jpg" },
items: [
{ icon: Flame, text: "Rich aromatic spices" },
{ icon: Heart, text: "Customer beloved" },
@@ -135,19 +135,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "atmosphere", title: "Warm Atmosphere", price: "Since 2008", period: "Creating memories", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-with-food_23-2148972772.jpg", imageAlt: "Family enjoying meal together", button: { text: "Visit Us", href: "#visit" },
id: "atmosphere", title: "Warm Atmosphere", price: "Since 2008", period: "Creating memories", imageSrc: "/placeholder-atmosphere.jpg", imageAlt: "Family enjoying meal together", button: { text: "Visit Us", href: "#visit" },
features: [
"Quiet and calm setting, perfect for conversations", "Clean, neat restaurant environment", "Suitable for couples, families, and casual gatherings", "Welcoming atmosphere that feels like home"
]
},
{
id: "service", title: "Fast & Friendly Service", price: "Always Ready", period: "Service with heart", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg?_wi=2", imageAlt: "Professional restaurant service", button: { text: "Book a Table", href: "#contact" },
id: "service", title: "Fast & Friendly Service", price: "Always Ready", period: "Service with heart", imageSrc: "/placeholder-service.jpg", imageAlt: "Professional restaurant service", button: { text: "Book a Table", href: "#contact" },
features: [
"Immediate service, never a long wait", "Friendly staff that treats you like family", "Dietary accommodations always welcome", "Dine-in and takeaway options available"
]
},
{
id: "value", title: "Exceptional Value", price: "Generous", period: "Quality & portions", imageSrc: "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6325.jpg", imageAlt: "Generous meal portions", button: { text: "View Menu", href: "#menu" },
id: "value", title: "Exceptional Value", price: "Generous", period: "Quality & portions", imageSrc: "/placeholder-portions.jpg", imageAlt: "Generous meal portions", button: { text: "View Menu", href: "#menu" },
features: [
"Generous portions that ensure satisfaction", "Reasonable prices for authentic quality", "Complimentary prawn crackers with every meal", "Consistent excellence, every single visit"
]
@@ -168,22 +168,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Emishka Hernandez", role: "Regular Customer", testimonial: "I miss this place when I'm feeling homesick; I visit often. It's more than just a restaurant—it's a place that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", imageAlt: "Emishka Hernandez"
id: "1", name: "Emishka Hernandez", role: "Regular Customer", testimonial: "I miss this place when I'm feeling homesick; I visit often. It's more than just a restaurant—it's a place that feels like home.", imageSrc: "/placeholder-testimonial-1.jpg", imageAlt: "Emishka Hernandez"
},
{
id: "2", name: "Sarah Mitchell", role: "Local Resident", testimonial: "Our favourite Thai restaurant in our home town. We've been coming here for years and the quality never changes—always perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell"
id: "2", name: "Sarah Mitchell", role: "Local Resident", testimonial: "Our favourite Thai restaurant in our home town. We've been coming here for years and the quality never changes—always perfect.", imageSrc: "/placeholder-testimonial-2.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "3", name: "David Chen", role: "Food Enthusiast", testimonial: "One of the best I've had in Australia to date. As a picky Thai food lover, I'm impressed by how authentic and true to tradition every dish is.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", imageAlt: "David Chen"
id: "3", name: "David Chen", role: "Food Enthusiast", testimonial: "One of the best I've had in Australia to date. As a picky Thai food lover, I'm impressed by how authentic and true to tradition every dish is.", imageSrc: "/placeholder-testimonial-3.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Maria Rodriguez", role: "Family Visitor", testimonial: "Nice calm atmosphere and reasonable prices. The service is fast yet friendly, and the portions are always generous. Perfect for our whole family.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", imageAlt: "Maria Rodriguez"
id: "4", name: "Maria Rodriguez", role: "Family Visitor", testimonial: "Nice calm atmosphere and reasonable prices. The service is fast yet friendly, and the portions are always generous. Perfect for our whole family.", imageSrc: "/placeholder-testimonial-4.jpg", imageAlt: "Maria Rodriguez"
},
{
id: "5", name: "James Wilson", role: "Restaurant Critic", testimonial: "Authentic Thai cuisine that doesn't compromise on quality. This is real food made by someone who cares about every detail.", imageSrc: "http://img.b2bpic.net/free-photo/very-good-definitely-recommend-handsome-cheerful-smiling-adult-man-give-positive-reaction-awesome-performance-show-thumbup-laughing-approve-like-product-white-background_176420-52767.jpg", imageAlt: "James Wilson"
id: "5", name: "James Wilson", role: "Restaurant Critic", testimonial: "Authentic Thai cuisine that doesn't compromise on quality. This is real food made by someone who cares about every detail.", imageSrc: "/placeholder-testimonial-5.jpg", imageAlt: "James Wilson"
},
{
id: "6", name: "Sophia Anderson", role: "Local Enthusiast", testimonial: "A hidden gem that deserves to be celebrated. Generous portions, reasonable prices, and a warmth that keeps us coming back.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Sophia Anderson"
id: "6", name: "Sophia Anderson", role: "Local Enthusiast", testimonial: "A hidden gem that deserves to be celebrated. Generous portions, reasonable prices, and a warmth that keeps us coming back.", imageSrc: "/placeholder-testimonial-6.jpg", imageAlt: "Sophia Anderson"
}
]}
animationType="slide-up"
@@ -202,7 +202,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg?_wi=3"
imageSrc="/placeholder-contact.jpg"
imageAlt="Restaurant welcome entrance"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}