Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff411e27db | |||
| cf4b7ced61 | |||
| 88da9b5b76 | |||
| 05c508f0fb | |||
| 92cdae1796 | |||
| 35e5e3bcd1 | |||
| bf51adf16b | |||
| 3cce401ea7 | |||
| 5f94ca963b | |||
| d6f35facfa |
1408
src/app/layout.tsx
1408
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -172,10 +172,9 @@ export default function LandingPage() {
|
||||
description="Pesan menu favorit Anda melalui WhatsApp atau isi form di bawah. Tim kami siap melayani pesanan Anda dengan cepat dan ramah."
|
||||
inputs={[
|
||||
{ name: "nama", type: "text", placeholder: "Nama Anda", required: true },
|
||||
{ name: "nomor_telepon", type: "tel", placeholder: "Nomor WhatsApp", required: true },
|
||||
{ name: "pesanan", type: "text", placeholder: "Apa yang ingin Anda pesan?", required: true }
|
||||
{ name: "nomor_telepon", type: "tel", placeholder: "Nomor WhatsApp", required: true }
|
||||
]}
|
||||
textarea={{ name: "catatan", placeholder: "Catatan khusus (misal: level pedas, tanpa garam, dll)", rows: 3, required: false }}
|
||||
textarea={{ name: "pesanan_lengkap", placeholder: "Tulis pesanan lengkap Anda (menu, level pedas, topping, catatan khusus, dll)", rows: 6, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-colorful-ramen-noodles-chopsticks_23-2148368717.jpg?_wi=3"
|
||||
imageAlt="Pesan Mie Pedas Torpedo"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fff5f5e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #fff5f5e6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user