4 Commits

Author SHA1 Message Date
13c4690dc6 Merge version_4 into main
Merge version_4 into main
2026-05-06 12:42:12 +00:00
f638fd68b3 Update src/app/styles/base.css 2026-05-06 12:42:09 +00:00
0c18938e82 Update src/app/page.tsx 2026-05-06 12:42:08 +00:00
1a6fdcef5e Merge version_3 into main
Merge version_3 into main
2026-05-06 12:36:34 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -40,13 +40,13 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Chaiwala"
brandName="Mr.Chaiwala:ek chai ho jaye"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Welcome to Chaiwala Cafe"
title="Welcome to Mr.Chaiwala:ek chai ho jaye"
description="Authentic Indian tea, handcrafted snacks, and a cozy space to unwind. Experience the warmth of tradition in every cup."
testimonials={[
{
@@ -222,7 +222,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/front-view-cup-tea-black-cup-plate-dark-surface-sugar-ceremony-glass-breakfast-cake-dessert-color-sweet-cinnamon_179666-24442.jpg"
logoText="Chaiwala"
logoText="Mr.Chaiwala:ek chai ho jaye"
columns={[
{
title: "Explore", items: [
@@ -260,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-nunito), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-nunito), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}