From f8401f4e7bb89d0e802ab483f01873e55fed44fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 08:13:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6f0021..923fb30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,138 +29,81 @@ export default function LandingPage() {
@@ -171,8 +114,7 @@ export default function LandingPage() { title="A Cozy Culinary Destination in Palembang" buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -185,41 +127,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Australian Rib Eye", - price: "IDR 350k", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-steak-fork-presentation_23-2151950798.jpg", - }, + id: "1", name: "Australian Rib Eye", price: "IDR 350k", imageSrc: "http://img.b2bpic.net/free-photo/juicy-steak-fork-presentation_23-2151950798.jpg"}, { - id: "2", - name: "Spaghetti Carbonara", - price: "IDR 120k", - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-34.jpg", - }, + id: "2", name: "Spaghetti Carbonara", price: "IDR 120k", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara_74190-34.jpg"}, { - id: "3", - name: "Artisan Pizza", - price: "IDR 140k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", - }, + id: "3", name: "Artisan Pizza", price: "IDR 140k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg"}, { - id: "4", - name: "Mushroom Risotto", - price: "IDR 130k", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", - }, + id: "4", name: "Mushroom Risotto", price: "IDR 130k", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg"}, { - id: "5", - name: "Chocolate Cake", - price: "IDR 85k", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg", - }, + id: "5", name: "Chocolate Cake", price: "IDR 85k", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg"}, { - id: "6", - name: "Signature Steak", - price: "IDR 400k", - imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-steak-piece-served-with-sour-sauce_140725-5273.jpg", - }, + id: "6", name: "Signature Steak", price: "IDR 400k", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-steak-piece-served-with-sour-sauce_140725-5273.jpg"}, ]} title="Menu Highlights" description="Exquisite dishes crafted for the perfect dining experience." @@ -231,32 +149,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Customer 1", - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg", - }, + id: "1", name: "Customer 1", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg"}, { - id: "2", - name: "Customer 2", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg", - }, + id: "2", name: "Customer 2", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg"}, { - id: "3", - name: "Customer 3", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-roasted-baby-potatoes_140725-5832.jpg", - }, + id: "3", name: "Customer 3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-roasted-baby-potatoes_140725-5832.jpg"}, { - id: "4", - name: "Customer 4", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-smart-phone-while-eating-cake-cafe-focus-is-foreground_637285-2128.jpg", - }, + id: "4", name: "Customer 4", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-smart-phone-while-eating-cake-cafe-focus-is-foreground_637285-2128.jpg"}, { - id: "5", - name: "Customer 5", - imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-mini-grill-pan-served-with-fried-potatoes-fresh-salad_140725-541.jpg", - }, + id: "5", name: "Customer 5", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-mini-grill-pan-served-with-fried-potatoes-fresh-salad_140725-541.jpg"}, ]} cardTitle="What Our Guests Say" + cardTag="Reviews" cardAnimation="blur-reveal" /> @@ -265,8 +169,7 @@ export default function LandingPage() {