Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 17:20:19 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "features"},
id: "features",
},
{ {
name: "Vibe", name: "Vibe", id: "about"},
id: "about",
},
{ {
name: "Follow", name: "Follow", id: "social"},
id: "social",
},
{ {
name: "Call: +977 9708919991", name: "Call: +977 9708919991", id: "contact"},
id: "contact",
},
]} ]}
brandName="Cafe Mithila" brandName="Cafe Mithila"
/> />
@@ -57,112 +47,65 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="A Sip of Janakpur's Soul" title="A Sip of Janakpur's Soul"
description="Experience the warmth of our heritage, crafted daily in the heart of Campus Chowk. Where culture meets modern comfort." description="Experience the warmth of our heritage, crafted daily in the heart of Campus Chowk. Where culture meets modern comfort."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaR6b7qb6bpYne3B8LHu4p0Q66/uploaded-1778519960431-gr8pibs5.png?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaR6b7qb6bpYne3B8LHu4p0Q66/uploaded-1778519960431-gr8pibs5.png", imageAlt: "Cafe Mithila Interior"},
imageAlt: "Cafe Mithila Interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg", imageAlt: "Cafe Food"},
imageAlt: "Cafe Food",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cake-slices-dark-space_140725-95581.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cake-slices-dark-space_140725-95581.jpg", imageAlt: "Cafe Food 2"},
imageAlt: "Cafe Food 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg", imageAlt: "Cafe Food 3"},
imageAlt: "Cafe Food 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "Vibe"},
imageAlt: "Vibe",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/palacio-real-de-olite-summer-evening_1398-3264.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/palacio-real-de-olite-summer-evening_1398-3264.jpg", imageAlt: "Cafe Mithila Interior"},
imageAlt: "Cafe Mithila Interior",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaR6b7qb6bpYne3B8LHu4p0Q66/uploaded-1778519960431-gr8pibs5.png?_wi=2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaR6b7qb6bpYne3B8LHu4p0Q66/uploaded-1778519960431-gr8pibs5.png", imageAlt: "Cafe Mithila Interior"},
imageAlt: "Cafe Mithila Interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cinnamon-sticks-dark-board-coffee-beans_114579-73606.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cinnamon-sticks-dark-board-coffee-beans_114579-73606.jpg", imageAlt: "Cafe Food"},
imageAlt: "Cafe Food",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cakes-blue-tray-biscuits-dark-background_140725-91970.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cakes-blue-tray-biscuits-dark-background_140725-91970.jpg", imageAlt: "Cafe Food 2"},
imageAlt: "Cafe Food 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/empty-charcoal-grill-coal-grill_1339-4998.jpg", imageSrc: "http://img.b2bpic.net/empty-charcoal-grill-coal-grill_1339-4998.jpg", imageAlt: "Cafe Food 3"},
imageAlt: "Cafe Food 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/border-from-food-autumn-leaves_23-2147885886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/border-from-food-autumn-leaves_23-2147885886.jpg", imageAlt: "Vibe"},
imageAlt: "Vibe",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg", imageAlt: "Cafe Mithila Interior"},
imageAlt: "Cafe Mithila Interior",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Visit Us", text: "Visit Us", href: "#contact"},
href: "#contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/woman-chilling-out-with-coffee-cafe_53876-26326.jpg", src: "http://img.b2bpic.net/free-photo/woman-chilling-out-with-coffee-cafe_53876-26326.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-medium-shot_23-2149647825.jpg", src: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-medium-shot_23-2149647825.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg", src: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-cup-coffee-cafe_1150-4324.jpg", src: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-cup-coffee-cafe_1150-4324.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-coffee-shop_1150-6316.jpg", src: "http://img.b2bpic.net/free-photo/businessman-coffee-shop_1150-6316.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Loved by the community" avatarText="Loved by the community"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Authentic"},
text: "Authentic",
},
{ {
type: "text", type: "text", text: "Warm"},
text: "Warm",
},
{ {
type: "text", type: "text", text: "Modern"},
text: "Modern",
},
{ {
type: "text", type: "text", text: "Cultural"},
text: "Cultural",
},
{ {
type: "text", type: "text", text: "Artisan"},
text: "Artisan",
},
]} ]}
/> />
</div> </div>
@@ -173,23 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Local Favorites", title: "Local Favorites", description: "Authentic Janakpur delicacies that taste like home.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg", imageAlt: "Local Food"},
description: "Authentic Janakpur delicacies that taste like home.",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg",
imageAlt: "Local Food",
},
{ {
title: "International Delights", title: "International Delights", description: "Global culinary trends served with a local twist.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", imageAlt: "International Food"},
description: "Global culinary trends served with a local twist.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg",
imageAlt: "International Food",
},
{ {
title: "Artisan Coffee", title: "Artisan Coffee", description: "Hand-crafted brews for the perfect morning ritual.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312215.jpg", imageAlt: "Coffee"},
description: "Hand-crafted brews for the perfect morning ritual.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312215.jpg",
imageAlt: "Coffee",
},
]} ]}
title="Our Diverse Menu" title="Our Diverse Menu"
description="Our menu is a variety of local favorites and international delights. Visit us at Campus Chowk for the full interactive experience." description="Our menu is a variety of local favorites and international delights. Visit us at Campus Chowk for the full interactive experience."
@@ -214,14 +145,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"TikTok", "TikTok", "Instagram", "Facebook", "TikTok", "Instagram", "Facebook", "TikTok"]}
"Instagram",
"Facebook",
"TikTok",
"Instagram",
"Facebook",
"TikTok",
]}
title="Follow the Vibe" title="Follow the Vibe"
description="Stay updated with our daily brews and local stories. Join the movement." description="Stay updated with our daily brews and local stories. Join the movement."
/> />
@@ -229,13 +153,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Contact"
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Visit Us Today" title="Visit Us Today"
description="Campus Chowk, Janakpur 45600 | Call: +977 9708919991. Operational Hours: 6 AM - 10 PM." description="Campus Chowk, Janakpur 45600 | Call: +977 9708919991. Operational Hours: 6 AM - 10 PM."
imageSrc="http://img.b2bpic.net/free-photo/palacio-real-de-olite-summer-evening_1398-3264.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/palacio-real-de-olite-summer-evening_1398-3264.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -245,42 +169,27 @@ export default function LandingPage() {
logoText="Cafe Mithila" logoText="Cafe Mithila"
columns={[ columns={[
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "+977 9708919991", label: "+977 9708919991", href: "tel:+9779708919991"},
href: "tel:+9779708919991",
},
{ {
label: "hello@cafemithila.com", label: "hello@cafemithila.com", href: "mailto:hello@cafemithila.com"},
href: "mailto:hello@cafemithila.com",
},
], ],
}, },
{ {
title: "Location", title: "Location", items: [
items: [
{ {
label: "Campus Chowk, Janakpur 45600", label: "Campus Chowk, Janakpur 45600", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Socials", title: "Socials", items: [
items: [
{ {
label: "TikTok", label: "TikTok", href: "https://www.tiktok.com/@cafe.mithila"},
href: "https://www.tiktok.com/@cafe.mithila",
},
{ {
label: "Instagram", label: "Instagram", href: "https://www.instagram.com/cafemithila/"},
href: "https://www.instagram.com/cafemithila/",
},
{ {
label: "Facebook", label: "Facebook", href: "https://www.facebook.com/profile.php?id=61563819948879"},
href: "https://www.facebook.com/profile.php?id=61563819948879",
},
], ],
}, },
]} ]}