diff --git a/src/app/page.tsx b/src/app/page.tsx index b41cfee..afc7f50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Get Directions", href: "https://maps.google.com" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/assortment-noodles-table_23-2148803807.jpg" + imageSrc="http://img.b2bpic.net/free-photo/assortment-noodles-table_23-2148803807.jpg?_wi=1" imageAlt="Authentic Korean Ramen Bowl" mediaAnimation="blur-reveal" imagePosition="right" @@ -85,7 +85,7 @@ export default function LandingPage() { { value: "142+", title: "Local Customers Trust Us" }, { value: "4.8★", title: "Highly Rated & Loved" } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-pouring-coffee-mug-sitting-near-husband-talking-mobile-phone_23-2147923057.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-pouring-coffee-mug-sitting-near-husband-talking-mobile-phone_23-2147923057.jpg?_wi=1" imageAlt="Myeon Myeon Kitchen - Fresh Noodle Preparation" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -101,13 +101,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Spicy Red Ramyeon", description: "Bold, fiery heat with rich broth. Topped with egg, mushroom, and green onions. RM 8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-chopsticks-with-noodles-near-soup-with-blurred-background_181624-5487.jpg", imageAlt: "Spicy Red Korean Ramen", button: { text: "Order Online", href: "#contact" } + title: "Spicy Red Ramyeon", description: "Bold, fiery heat with rich broth. Topped with egg, mushroom, and green onions. RM 8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-chopsticks-with-noodles-near-soup-with-blurred-background_181624-5487.jpg?_wi=1", imageAlt: "Spicy Red Korean Ramen", button: { text: "Order Online", href: "#contact" } }, { - title: "Classic Mild Ramyeon", description: "Comfort in a bowl. Silky noodles in delicate broth with tender vegetables. RM 7.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-steaming-bowl-ramen-with-pork-belly-egg_23-2151997977.jpg", imageAlt: "Mild Korean Ramen", button: { text: "Order Online", href: "#contact" } + title: "Classic Mild Ramyeon", description: "Comfort in a bowl. Silky noodles in delicate broth with tender vegetables. RM 7.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-steaming-bowl-ramen-with-pork-belly-egg_23-2151997977.jpg?_wi=1", imageAlt: "Mild Korean Ramen", button: { text: "Order Online", href: "#contact" } }, { - title: "Seafood Deluxe Ramyeon", description: "Premium shrimp and squid in spiced broth. Our signature fusion bowl. RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-seafood-peppers-sesame-seeds-sauce_141793-886.jpg", imageAlt: "Seafood Ramen with Shrimp and Squid", button: { text: "Order Online", href: "#contact" } + title: "Seafood Deluxe Ramyeon", description: "Premium shrimp and squid in spiced broth. Our signature fusion bowl. RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-seafood-peppers-sesame-seeds-sauce_141793-886.jpg?_wi=1", imageAlt: "Seafood Ramen with Shrimp and Squid", button: { text: "Order Online", href: "#contact" } } ]} textboxLayout="default" @@ -167,7 +167,7 @@ export default function LandingPage() {