Update src/app/page.tsx

This commit is contained in:
2026-05-06 12:42:08 +00:00
parent 1a6fdcef5e
commit 0c18938e82

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>
);
}
}