Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f638fd68b3 | |||
| 0c18938e82 | |||
| 1a6fdcef5e | |||
| 712b81e038 | |||
| e5c8259776 |
@@ -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: [
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram (your_satvik2224)", href: "https://instagram.com/your_satvik2224"},
|
||||
label: "Instagram (Mr)", href: "https://instagram.com/Mr"},
|
||||
{
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user