Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:49:18 +00:00

View File

@@ -54,19 +54,19 @@ export default function LandingPage() {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/species-fruits-surround-indian-parents-preparing-paste_8353-755.jpg", imageAlt: "Steaming chai with fresh omelette"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg?_wi=1", imageAlt: "Warm chai shop interior"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg", imageAlt: "Warm chai shop interior"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg?_wi=1", imageAlt: "Early morning chai ritual"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg", imageAlt: "Early morning chai ritual"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg?_wi=1", imageAlt: "Evening social gathering"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg", imageAlt: "Evening social gathering"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg?_wi=1", imageAlt: "Quality chai ingredients"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg", imageAlt: "Quality chai ingredients"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg?_wi=1", imageAlt: "Traditional chai preparation"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg", imageAlt: "Traditional chai preparation"
}
]}
autoPlay={true}
@@ -83,10 +83,11 @@ export default function LandingPage() {
{ value: "15+", title: "Years Serving Kammanahalli" },
{ value: "24/7", title: "Hours of Community Connection" }
]}
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172666.jpg"
imageAlt="EatNDrink shop interior showing warmth and community"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -94,15 +95,15 @@ export default function LandingPage() {
<FeatureCardTwentySix
features={[
{
title: "Early Morning Ritual", description: "Strong chai and fresh breakfast starting at 4:30 AM for riders, delivery workers, and commuters seeking speed and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg?_wi=2", imageAlt: "Early morning commuters enjoying chai", buttonIcon: Coffee,
title: "Early Morning Ritual", description: "Strong chai and fresh breakfast starting at 4:30 AM for riders, delivery workers, and commuters seeking speed and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-tea-from-french-press-woman-who-is-eating-omelette_140725-6889.jpg", imageAlt: "Early morning commuters enjoying chai", buttonIcon: Coffee,
buttonHref: "#contact"
},
{
title: "Late Night Sanctuary", description: "A welcoming 24-hour hangout for night shift workers and students finishing late—affordable, reliable, and genuinely warm.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg?_wi=2", imageAlt: "Friends gathering at EatNDrink in evening", buttonIcon: Moon,
title: "Late Night Sanctuary", description: "A welcoming 24-hour hangout for night shift workers and students finishing late—affordable, reliable, and genuinely warm.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-helps-burning-off-calories_329181-2929.jpg", imageAlt: "Friends gathering at EatNDrink in evening", buttonIcon: Moon,
buttonHref: "#contact"
},
{
title: "Quality Without Compromise", description: "Premium ingredients—fresh ginger, quality spices, authentic masala—prepared with care at prices everyone can afford.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg?_wi=2", imageAlt: "Quality chai ingredients being prepared", buttonIcon: Sparkles,
title: "Quality Without Compromise", description: "Premium ingredients—fresh ginger, quality spices, authentic masala—prepared with care at prices everyone can afford.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bowls-berries-citrus-fruits-star-anise-cinnamon-sticks-chocolate-cookies-cup-tea-with-cinnamon-table_140725-119965.jpg", imageAlt: "Quality chai ingredients being prepared", buttonIcon: Sparkles,
buttonHref: "#contact"
}
]}
@@ -176,7 +177,7 @@ export default function LandingPage() {
description="Whether you're an early riser seeking your morning ritual, a night worker needing warmth and connection, or part of a friend group looking for your third space—we're here for you. Stop by and become part of the Kammanahalli legacy."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/pouring-milk-tea_23-2148550446.jpg"
imageAlt="Fresh chai being prepared with care"
mediaAnimation="slide-up"
mediaPosition="right"