Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5e3eb48b4 | |||
| 44033a000b | |||
| 005fd46e36 | |||
| c83e6927d9 | |||
| 313e3910cd | |||
| a87c4c724f | |||
| c6bd14eb02 | |||
| db13cb3fca | |||
| 4d1ac3b41c | |||
| e799086331 | |||
| 2fbede041e | |||
| 1d8c634b8a | |||
| 2dac25dfd6 |
@@ -1386,4 +1386,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user