13 Commits

Author SHA1 Message Date
a5e3eb48b4 Merge version_3 into main
Merge version_3 into main
2026-03-10 01:54:55 +00:00
44033a000b Update theme colors 2026-03-10 01:54:49 +00:00
005fd46e36 Merge version_3 into main
Merge version_3 into main
2026-03-10 01:54:40 +00:00
c83e6927d9 Update theme colors 2026-03-10 01:54:34 +00:00
313e3910cd Merge version_3 into main
Merge version_3 into main
2026-03-10 01:54:28 +00:00
a87c4c724f Update theme colors 2026-03-10 01:54:22 +00:00
c6bd14eb02 Merge version_3 into main
Merge version_3 into main
2026-03-10 01:54:16 +00:00
db13cb3fca Update theme colors 2026-03-10 01:54:10 +00:00
4d1ac3b41c Merge version_3 into main
Merge version_3 into main
2026-03-10 01:52:52 +00:00
e799086331 Update src/app/page.tsx 2026-03-10 01:52:48 +00:00
2fbede041e Update src/app/layout.tsx 2026-03-10 01:52:48 +00:00
1d8c634b8a Merge version_2 into main
Merge version_2 into main
2026-03-10 01:51:47 +00:00
2dac25dfd6 Merge version_2 into main
Merge version_2 into main
2026-03-10 01:50:56 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -101,13 +101,13 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ 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" textboxLayout="default"
@@ -201,4 +201,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #0a0a0a;
--card: #efe7dd; --card: #1a1a1a;
--foreground: #2b180a; --foreground: #ffffff;
--primary-cta: #2b180a; --primary-cta: #e34400;
--primary-cta-text: #f6f0e9; --primary-cta-text: #ffffff;
--secondary-cta: #efe7dd; --secondary-cta: #010101;
--secondary-cta-text: #2b180a; --secondary-cta-text: #ffffff;
--accent: #94877c; --accent: #737373;
--background-accent: #afa094; --background-accent: #e34400;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);