From 2fbede041ebcac70ffa5c87f0142df4c4b493e70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:52:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1a089cb..dfa4c92 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e7990863319c6c89d255033affa74c26e338de2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:52:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afc7f50..66d382b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", 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 This", href: "https://wa.me/60123456789?text=I'd%20like%20to%20order%20Spicy%20Red%20Ramyeon%20(RM%208.50)" } }, { - 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: "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: "Add to Cart", href: "https://wa.me/60123456789?text=I'd%20like%20to%20order%20Classic%20Mild%20Ramyeon%20(RM%207.50)" } }, { - 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" } + 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 Now", href: "https://wa.me/60123456789?text=I'd%20like%20to%20order%20Seafood%20Deluxe%20Ramyeon%20(RM%2012.00)" } } ]} textboxLayout="default" @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1