From 3efb00200a020fc9ae13712e48ce36e5baaae805 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:52:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaa2132..5d92b57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,66 +49,41 @@ export default function LandingPage() {
@@ -131,21 +96,13 @@ export default function LandingPage() { description="Umah Bone Resto hadir di Pahoman sebagai destinasi kuliner wanita Indonesia yang menawarkan perpaduan rasa rumahan otentik dan seni patisserie modern. Kami menciptakan ruang di mana setiap pertemuan, baik santai maupun resmi, menjadi istimewa." bulletPoints={[ { - title: "Masakan Otentik", - description: "Resep turun-temurun dengan bahan segar pilihan.", - }, + title: "Masakan Otentik", description: "Resep turun-temurun dengan bahan segar pilihan."}, { - title: "Live Music", - description: "Atmosfer syahdu untuk menemanimu bersantap.", - }, + title: "Live Music", description: "Atmosfer syahdu untuk menemanimu bersantap."}, { - title: "Tempat Luas", - description: "Sempurna untuk meeting hingga acara keluarga.", - }, + title: "Tempat Luas", description: "Sempurna untuk meeting hingga acara keluarga."}, { - title: "Ramah & Cepat", - description: "Pelayanan tulus dari tim Umah Bone.", - }, + title: "Ramah & Cepat", description: "Pelayanan tulus dari tim Umah Bone."}, ]} imageSrc="http://img.b2bpic.net/free-photo/ingredients-cake_23-2147693993.jpg" /> @@ -159,41 +116,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Ayam Taliwang", - price: "Rp 45.000", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-with-sauce_1203-9910.jpg", - }, + id: "1", name: "Ayam Taliwang", price: "Rp 45.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-with-sauce_1203-9910.jpg"}, { - id: "2", - name: "Gurame Salted Egg", - price: "Rp 95.000", - imageSrc: "http://img.b2bpic.net/free-photo/herb-fried-chicken-white-plate-wooden-floor_1150-22384.jpg", - }, + id: "2", name: "Gurame Salted Egg", price: "Rp 95.000", imageSrc: "http://img.b2bpic.net/free-photo/herb-fried-chicken-white-plate-wooden-floor_1150-22384.jpg"}, { - id: "3", - name: "Steak Sapi", - price: "Rp 125.000", - imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-with-fried-tomato_140725-1170.jpg", - }, + id: "3", name: "Steak Sapi", price: "Rp 125.000", imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-with-fried-tomato_140725-1170.jpg"}, { - id: "4", - name: "Mie Goreng Prasmanan", - price: "Rp 35.000", - imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-banana-leaf-with-beautifully-laid-vegetables-side-dishes-thai-food_1150-22216.jpg", - }, + id: "4", name: "Mie Goreng Prasmanan", price: "Rp 35.000", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-banana-leaf-with-beautifully-laid-vegetables-side-dishes-thai-food_1150-22216.jpg"}, { - id: "5", - name: "Dimsum Spesial", - price: "Rp 28.000", - imageSrc: "http://img.b2bpic.net/free-photo/pink-yellow-butter-cookies_114579-14592.jpg", - }, + id: "5", name: "Dimsum Spesial", price: "Rp 28.000", imageSrc: "http://img.b2bpic.net/free-photo/pink-yellow-butter-cookies_114579-14592.jpg"}, { - id: "6", - name: "Soes Sandwich", - price: "Rp 25.000", - imageSrc: "http://img.b2bpic.net/free-photo/beef-kebab-with-rice-garnish-pomegranate-seeds_114579-1157.jpg", - }, + id: "6", name: "Soes Sandwich", price: "Rp 25.000", imageSrc: "http://img.b2bpic.net/free-photo/beef-kebab-with-rice-garnish-pomegranate-seeds_114579-1157.jpg"}, ]} title="Menu Highlights" description="Pilihan menu favorit pelanggan kami." @@ -202,33 +135,24 @@ export default function LandingPage() {
-- 2.49.1