14 Commits

Author SHA1 Message Date
d4cced314b Update src/app/page.tsx 2026-05-11 18:10:52 +00:00
ebbf0d405c Merge version_4 into main
Merge version_4 into main
2026-05-11 18:09:44 +00:00
173a6a901b Update src/app/page.tsx 2026-05-11 18:09:38 +00:00
cf95f4b2cf Merge version_3 into main
Merge version_3 into main
2026-05-11 18:03:38 +00:00
0008ca42fd Update src/app/page.tsx 2026-05-11 18:03:35 +00:00
0d082069ba Merge version_2 into main
Merge version_2 into main
2026-05-11 17:47:14 +00:00
5196eaeea6 Update src/app/page.tsx 2026-05-11 17:47:08 +00:00
d2ce819e3a Merge version_2 into main
Merge version_2 into main
2026-05-11 17:44:57 +00:00
bc7022fe51 Update theme colors 2026-05-11 17:44:54 +00:00
4c25e527f5 Merge version_1 into main
Merge version_1 into main
2026-05-11 17:42:53 +00:00
a3c4449080 Merge version_1 into main
Merge version_1 into main
2026-05-11 17:36:15 +00:00
f07645cab1 Merge version_1 into main
Merge version_1 into main
2026-05-11 17:20:43 +00:00
8047890a8b Merge version_1 into main
Merge version_1 into main
2026-05-11 17:20:19 +00:00
dc8aaaf0f6 Merge version_1 into main
Merge version_1 into main
2026-05-11 17:19:53 +00:00
2 changed files with 13 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
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", imageAlt: "Cafe Mithila Interior"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaR6b7qb6bpYne3B8LHu4p0Q66/uploaded-1778519960431-gr8pibs5.png?_wi=1", imageAlt: "Cafe Mithila Interior"},
@@ -80,7 +80,9 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Visit Us", href: "#contact"}, text: "Visit Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" })},
{
text: "Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
]} ]}
avatars={[ avatars={[
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #ffffff;
--card: #efe7dd; --card: #f9f9f9;
--foreground: #2b180a; --foreground: #000612e6;
--primary-cta: #FF7B05; --primary-cta: #15479c;
--primary-cta-text: #f6f0e9; --primary-cta-text: #ffffff;
--secondary-cta: #f6f0e9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #2b180a; --secondary-cta-text: #000612e6;
--accent: #b8111f; --accent: #e2e2e2;
--background-accent: #c6b180; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);