From 43b18d79c5fca766d0a201bc81da94ab1a9c1182 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:59:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 180 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c07870..097f425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,63 +51,18 @@ export default function LandingPage() { background={{ variant: "radial-gradient"}} title="Parago" - description="Where ramen meets the serenity of Seseh rice fields." + description="Where authentic flavors meet the soul of Seseh." leftCarouselItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-arrangement_23-2149514292.jpg", imageAlt: "Cafe interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/thirst-organic-healthful-espresso-healthy_1258-125.jpg", imageAlt: "Cafe interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg", imageAlt: "Cafe interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-serving-coffee-cardboard-cups_1303-31766.jpg", imageAlt: "Cafe interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg", imageAlt: "Cafe interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312234.jpg", imageAlt: "Cafe interior"}, + { imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-arrangement_23-2149514292.jpg", imageAlt: "Cafe interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/thirst-organic-healthful-espresso-healthy_1258-125.jpg", imageAlt: "Cafe interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg", imageAlt: "Cafe interior" } ]} rightCarouselItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508912.jpg", imageAlt: "Ramen dish"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg", imageAlt: "Ramen dish"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/box-with-macaroons-near-coffee_23-2147787050.jpg", imageAlt: "Ramen dish"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-bowl-sprouts-mint_23-2148381194.jpg", imageAlt: "Ramen dish"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg", imageAlt: "Ramen dish"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "Ramen dish"}, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508912.jpg", imageAlt: "Ramen dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg", imageAlt: "Ramen dish" } ]} buttons={[ - { - text: "View Menu", href: "#menu"}, - ]} - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005414.jpg", alt: "Happy customer"}, - { - src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", alt: "Happy customer"}, - { - src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", alt: "Happy customer"}, - { - src: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg", alt: "Happy customer"}, - { - src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg", alt: "Happy customer"}, - ]} - avatarText="Join 500+ happy diners" - marqueeItems={[ - { - type: "text", text: "Authentic"}, - { - type: "text", text: "Artisan Coffee"}, - { - type: "text", text: "Rice Field Views"}, - { - type: "text", text: "Fresh Ingredients"}, - { - type: "text", text: "Daily Specials"}, + { text: "View Menu", href: "#menu" }, ]} /> @@ -116,18 +71,13 @@ export default function LandingPage() { @@ -138,15 +88,11 @@ export default function LandingPage() { gridVariant="bento-grid" 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: "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: "Artisan Ramen", description: "Hand-pulled daily.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ramen-soup-food-with-half-egg_23-2148494831.jpg" }, + { title: "Premium Coffee", description: "Roasted to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163354.jpg" }, ]} - title="Experience Parago" - description="More than a meal, it's a sensory journey." + title="Signature Craft" + description="Quality in every detail." /> @@ -157,21 +103,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} products={[ - { - id: "p1", name: "Pork Ramen", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/chinese-noodles-inside-bowl-with-chopped-steak-tomato-slices-lettuce_114579-2954.jpg"}, - { - id: "p2", name: "Beef Ramen", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7640.jpg"}, - { - id: "p3", name: "Grilled Chicken", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/glasses-refreshing-hibiscus-ice-tea_23-2149893620.jpg"}, - { - id: "p4", name: "Matcha", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-cool-lemonade-with-ice-blue-background-juice-drink-color-water-fruit-cold-cocktail_140725-157146.jpg"}, - { - id: "p5", name: "Cocktails", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-with-cherry_1203-1744.jpg"}, - { - id: "p6", name: "Cold Drinks", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-ramen-bowl_23-2148678742.jpg"}, + { id: "p1", name: "Signature Parago Ramen", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/chinese-noodles-inside-bowl-with-chopped-steak-tomato-slices-lettuce_114579-2954.jpg" }, + { id: "p2", name: "Artisan Cold Brew", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7640.jpg" } ]} - title="Our Signature Menu" - description="Crafted with passion, served with love." + title="Our Menu" + description="Bold tastes, refined." /> @@ -182,18 +118,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "4.9", title: "Star Rating", description: "Avg Google Rating", icon: Star, - }, - { - id: "m2", value: "50+", title: "Reviews", description: "Verified diners", icon: MessageCircle, - }, - { - id: "m3", value: "100%", title: "Freshness", description: "Daily sourced", icon: CheckCircle, - }, + { id: "m1", value: "500+", title: "Daily Guests", description: "Satisfied diners", icon: Star }, + { id: "m2", value: "4.9", title: "Avg. Rating", description: "Google Verified", icon: MessageCircle }, ]} - title="By The Numbers" - description="What our guests say about their experience." + title="Parago at a Glance" + description="Building community through taste." /> @@ -204,17 +133,11 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} features={[ - { - title: "Rice Views", description: "Stunning vistas.", imageSrc: "http://img.b2bpic.net/free-photo/instant-noodle-with-pork-egg-ready-be-eaten-delicious-instant-food-menu-concept_1150-6465.jpg"}, - { - title: "Cozy Design", description: "Warm textures.", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-oyster-sauce-with-noodles_2829-16706.jpg"}, - { - title: "Work Friendly", description: "Productive space.", imageSrc: "http://img.b2bpic.net/free-photo/various-vietnamese-food-with-noodles-ham_23-2148381195.jpg"}, - { - title: "Local Taste", description: "Authentic roots.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24491.jpg"}, + { title: "Zen Interiors", description: "Designed for focus.", imageSrc: "http://img.b2bpic.net/free-photo/instant-noodle-with-pork-egg-ready-be-eaten-delicious-instant-food-menu-concept_1150-6465.jpg" }, + { title: "Community Hub", description: "Connect and create.", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-oyster-sauce-with-noodles_2829-16706.jpg" }, ]} title="The Parago Vibe" - description="A perfect blend of local culture and cozy comfort." + description="Where flavor meets atmosphere." /> @@ -224,66 +147,35 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah", handle: "@sarah", testimonial: "Amazing ramen, best in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg"}, - { - id: "2", name: "Mike", handle: "@mike", testimonial: "Great atmosphere for work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-634.jpg"}, - { - id: "3", name: "Elena", handle: "@elena", testimonial: "Delicious matcha and cocktails.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg"}, - { - id: "4", name: "John", handle: "@john", testimonial: "Authentic tastes all round.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"}, - { - id: "5", name: "Alice", handle: "@alice", testimonial: "Stunning rice field views.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-enjoying-blue-matcha_23-2150649576.jpg"}, + { id: "1", name: "Local Guest", handle: "@seseh_love", testimonial: "Parago defines Seseh charm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg" } ]} showRating={true} title="Guest Stories" - description="Real experiences from our lovely diners." + description="Stories from the heart of our cafe." />
); -} +} \ No newline at end of file -- 2.49.1