From 6744ee01d35d653c53196d4cdd880315eac05bf5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:50:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 +++++++++++------------------------------------ 1 file changed, 67 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37b5272..9c07870 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,112 +49,65 @@ export default function LandingPage() {
@@ -177,17 +120,11 @@ export default function LandingPage() { description="Born from a love for local ingredients and traditional techniques, Parago is your sanctuary for authentic ramen and artisanal coffee, nestled amidst emerald rice fields." bulletPoints={[ { - title: "4.9★ Rating", - description: "Consistently loved by our community.", - }, + title: "4.9★ Rating", description: "Consistently loved by our community."}, { - title: "Local Ingredients", - description: "Supporting farmers in the Canggu region.", - }, + title: "Local Ingredients", description: "Supporting farmers in the Canggu region."}, { - title: "All-Day Dining", - description: "Ramen, coffee, and cocktails from dawn till dusk.", - }, + title: "All-Day Dining", description: "Ramen, coffee, and cocktails from dawn till dusk."}, ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg" mediaAnimation="blur-reveal" @@ -202,20 +139,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Rice Field Views", - description: "Breathtaking backdrops.", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ramen-soup-food-with-half-egg_23-2148494831.jpg", - }, + title: "Rice Field Views", description: "Breathtaking backdrops.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ramen-soup-food-with-half-egg_23-2148494831.jpg"}, { - title: "Cozy Atmosphere", - description: "Home away from home.", - imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163354.jpg", - }, + title: "Cozy Atmosphere", description: "Home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163354.jpg"}, { - title: "Work Friendly", - description: "High-speed internet included.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-ramen-bowl_23-2148678746.jpg", - }, + title: "Work Friendly", description: "High-speed internet included.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-ramen-bowl_23-2148678746.jpg"}, ]} title="Experience Parago" description="More than a meal, it's a sensory journey." @@ -224,46 +152,23 @@ export default function LandingPage() {