Merge version_1 into main #3
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
tag="Our Heritage"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=1"
|
||||
imageAlt="Traditional chai preparation at Kwality Inn"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "chai", title: "Legendary Kulhad Chai", description: "Served hot, earthy, and perfect after hours of driving. Some guests say they came for tea and ordered two more.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg", imageAlt: "Kulhad chai being served"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=2", imageAlt: "Kulhad chai being served"
|
||||
},
|
||||
items: [
|
||||
{ icon: Coffee, text: "Authentic recipe with spices" },
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "paratha", title: "Parathas That Deserve a Detour", description: "Aloo, Mix, Paneer, Onion — crispy outside, soft inside. Served with dahi and chutney. The reason travelers make detours.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Variety of parathas with dahi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=1", imageAlt: "Variety of parathas with dahi"
|
||||
},
|
||||
items: [
|
||||
{ icon: Flame, text: "Cooked fresh on cast iron griddle" },
|
||||
@@ -153,27 +153,27 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "chai", brand: "Signature", name: "Kulhad Chai", price: "₹20", rating: 5,
|
||||
reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg", imageAlt: "Kulhad chai"
|
||||
reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=3", imageAlt: "Kulhad chai"
|
||||
},
|
||||
{
|
||||
id: "paratha-mix", brand: "Breakfast Special", name: "Mix Paratha", price: "₹60", rating: 5,
|
||||
reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Mix paratha with dahi"
|
||||
reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=2", imageAlt: "Mix paratha with dahi"
|
||||
},
|
||||
{
|
||||
id: "pakora", brand: "Snack Favorites", name: "Mix Pakora", price: "₹50", rating: 5,
|
||||
reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Mix pakora with chutney"
|
||||
reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=1", imageAlt: "Mix pakora with chutney"
|
||||
},
|
||||
{
|
||||
id: "dosa", brand: "South Indian", name: "Rava Dosa", price: "₹80", rating: 4.9,
|
||||
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Crispy rava dosa"
|
||||
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=2", imageAlt: "Crispy rava dosa"
|
||||
},
|
||||
{
|
||||
id: "paneer-paratha", brand: "Premium", name: "Paneer Paratha", price: "₹70", rating: 5,
|
||||
reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Paneer paratha hot"
|
||||
reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=3", imageAlt: "Paneer paratha hot"
|
||||
},
|
||||
{
|
||||
id: "chilla", brand: "Breakfast", name: "Moong Dal Chilla", price: "₹60", rating: 4.8,
|
||||
reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Moong dal chilla"
|
||||
reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=3", imageAlt: "Moong dal chilla"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -193,12 +193,12 @@ export default function LandingPage() {
|
||||
<div id="testimonials-kwality" data-section="testimonials-kwality">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "traveler-1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "traveler-2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Priya Singh" },
|
||||
{ id: "traveler-3", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Amit Verma" },
|
||||
{ id: "traveler-4", name: "Neha Sharma", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Neha Sharma" },
|
||||
{ id: "traveler-5", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Vikram Patel" },
|
||||
{ id: "traveler-6", name: "Anjali Gupta", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg", imageAlt: "Anjali Gupta" }
|
||||
{ id: "traveler-1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=1", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "traveler-2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=2", imageAlt: "Priya Singh" },
|
||||
{ id: "traveler-3", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=3", imageAlt: "Amit Verma" },
|
||||
{ id: "traveler-4", name: "Neha Sharma", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=4", imageAlt: "Neha Sharma" },
|
||||
{ id: "traveler-5", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=5", imageAlt: "Vikram Patel" },
|
||||
{ id: "traveler-6", name: "Anjali Gupta", imageSrc: "http://img.b2bpic.net/free-photo/christmas-market-beautiful-winter-season_23-2151898724.jpg?_wi=6", imageAlt: "Anjali Gupta" }
|
||||
]}
|
||||
cardTitle="The Best Tea I've Ever Had"
|
||||
cardTag="Real Travelers, Real Reviews"
|
||||
|
||||
Reference in New Issue
Block a user