Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d196cc8184 | |||
| 23323e8457 | |||
| b645aa6fff | |||
| 43b18d79c5 | |||
| bee3f6cc04 | |||
| 44d316a07d |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -51,63 +51,18 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
title="Parago"
|
title="Parago"
|
||||||
description="Where ramen meets the serenity of Seseh rice fields."
|
description="Where authentic flavors meet the soul of Seseh."
|
||||||
leftCarouselItems={[
|
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/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/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"},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
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/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" }
|
||||||
{
|
|
||||||
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"},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Experience Our Flavors", href: "#menu" },
|
||||||
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"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -116,18 +71,13 @@ export default function LandingPage() {
|
|||||||
<SplitAbout
|
<SplitAbout
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="A hidden gem in the heart of Seseh."
|
title="The Parago Philosophy"
|
||||||
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."
|
description="Rooted in tradition, crafted for today. Parago brings the essence of artisanal craftsmanship to every bowl we serve in our Seseh home."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Authentic Recipes", description: "Inspired by heritage." },
|
||||||
title: "4.9★ Rating", description: "Consistently loved by our community."},
|
{ title: "Freshly Sourced", description: "Direct from local farms." },
|
||||||
{
|
|
||||||
title: "Local Ingredients", description: "Supporting farmers in the Canggu region."},
|
|
||||||
{
|
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,15 +88,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ 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: "Rice Field Views", description: "Breathtaking backdrops.", 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: "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="Experience Parago"
|
title="Signature Craft"
|
||||||
description="More than a meal, it's a sensory journey."
|
description="Quality in every detail."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,21 +103,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ 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: "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: "Artisan Cold Brew", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-matcha-latte-white-cup_74190-7640.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"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Menu"
|
title="Our Menu"
|
||||||
description="Crafted with passion, served with love."
|
description="Bold tastes, refined."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -182,18 +118,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "500+", title: "Daily Guests", description: "Satisfied diners", icon: Star },
|
||||||
id: "m1", value: "4.9", title: "Star Rating", description: "Avg Google Rating", icon: Star,
|
{ id: "m2", value: "4.9", title: "Avg. Rating", description: "Google Verified", icon: MessageCircle },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2", value: "50+", title: "Reviews", description: "Verified diners", icon: MessageCircle,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3", value: "100%", title: "Freshness", description: "Daily sourced", icon: CheckCircle,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="By The Numbers"
|
title="Parago at a Glance"
|
||||||
description="What our guests say about their experience."
|
description="Building community through taste."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -204,17 +133,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ 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: "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: "Community Hub", description: "Connect and create.", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-oyster-sauce-with-noodles_2829-16706.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="The Parago Vibe"
|
title="The Parago Vibe"
|
||||||
description="A perfect blend of local culture and cozy comfort."
|
description="Where flavor meets atmosphere."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -224,63 +147,32 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ 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" }
|
||||||
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"},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Guest Stories"
|
title="Guest Stories"
|
||||||
description="Real experiences from our lovely diners."
|
description="Stories from the heart of our cafe."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
tag="Contact"
|
||||||
tag="Visit Us"
|
title="Find Your Moment"
|
||||||
title="Find Parago"
|
description="Located in Seseh. Stop by for your daily Parago."
|
||||||
description="Seseh, Canggu | Daily 8am - 10pm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Menu", items: [{ label: "Ramen", href: "#menu" }, { label: "Coffee", href: "#menu" }] },
|
||||||
title: "Explore", items: [
|
{ title: "Company", items: [{ label: "Privacy", href: "#" }] }
|
||||||
{
|
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "About", href: "#about"},
|
|
||||||
{
|
|
||||||
label: "Reviews", href: "#reviews"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Terms of Service", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Parago"
|
logoText="Parago"
|
||||||
copyrightText="© 2025 Parago. All rights reserved."
|
copyrightText="© 2025 Parago"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user