3 Commits

Author SHA1 Message Date
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"}, name: "Contact", id: "contact"},
]} ]}
brandName="Chaiwala" brandName="Mr.Chaiwala:ek chai ho jaye"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <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." description="Authentic Indian tea, handcrafted snacks, and a cozy space to unwind. Experience the warmth of tradition in every cup."
testimonials={[ testimonials={[
{ {
@@ -222,7 +222,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <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" 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={[ columns={[
{ {
title: "Explore", items: [ title: "Explore", items: [

View File

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