Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Menu", href: "menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-ethnic-friendship-party-leisure-happiness-concept_53876-42765.jpg"
|
||||
imageAlt="Chai Mehfil rooftop café with lantern lights and live qawwali"
|
||||
mediaAnimation="opacity"
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
description="Chai Mehfil brings the timeless tradition of Pakistani mehfils to life. Nestled on a rooftop in the heart of Islamabad, we create unforgettable nights where live qawwali performances fill the air with soulful energy, traditional desi food delights the palate, and endless cups of perfectly brewed chai bring friends and family together. Every evening is a celebration of culture, music, and connection."
|
||||
tag="About Chai Mehfil"
|
||||
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg"
|
||||
imageAlt="Live qawwali musicians performing with tabla and harmonium"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About Chai Mehfil section"
|
||||
@@ -74,13 +74,17 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chicken Cheese Paratha", price: "PKR 350", imageSrc: "http://img.b2bpic.net/free-photo/aloo-paratha-gobi-paratha-also-known-as-potato-cauliflower-stuffed-flatbread-dish-originating-from-indian-subcontinent_466689-76164.jpg", imageAlt: "Crispy chicken cheese paratha served hot"},
|
||||
id: "1", name: "Chicken Cheese Paratha", price: "PKR 350", imageSrc: "http://img.b2bpic.net/free-photo/aloo-paratha-gobi-paratha-also-known-as-potato-cauliflower-stuffed-flatbread-dish-originating-from-indian-subcontinent_466689-76164.jpg", imageAlt: "Crispy chicken cheese paratha served hot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Doodh Jalebi", price: "PKR 220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-indian-dessert-plate_23-2149312393.jpg", imageAlt: "Golden doodh jalebi dessert"},
|
||||
id: "2", name: "Doodh Jalebi", price: "PKR 220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-indian-dessert-plate_23-2149312393.jpg", imageAlt: "Golden doodh jalebi dessert"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Special Desi Chai", price: "PKR 150", imageSrc: "http://img.b2bpic.net/free-vector/isolated-indian-tea-chai-glass_1017-53966.jpg", imageAlt: "Steaming cup of traditional desi chai"},
|
||||
id: "3", name: "Special Desi Chai", price: "PKR 150", imageSrc: "http://img.b2bpic.net/free-vector/isolated-indian-tea-chai-glass_1017-53966.jpg", imageAlt: "Steaming cup of traditional desi chai"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Butter Chicken Handi", price: "PKR 520", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20777.jpg", imageAlt: "Creamy butter chicken handi curry"},
|
||||
id: "4", name: "Butter Chicken Handi", price: "PKR 520", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20777.jpg", imageAlt: "Creamy butter chicken handi curry"
|
||||
},
|
||||
]}
|
||||
title="Signature Menu Highlights"
|
||||
description="Taste the soul of Pakistani cuisine with our carefully crafted dishes and beverages"
|
||||
@@ -97,16 +101,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Music,
|
||||
title: "Soulful Qawwali", description: "Talented qawwals perform traditional soulful music that fills the rooftop with emotion and spiritual energy"},
|
||||
title: "Soulful Qawwali", description: "Talented qawwals perform traditional soulful music that fills the rooftop with emotion and spiritual energy"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Community Gathering", description: "Join music lovers and friends in an intimate rooftop setting that celebrates togetherness and culture"},
|
||||
title: "Community Gathering", description: "Join music lovers and friends in an intimate rooftop setting that celebrates togetherness and culture"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Electric Atmosphere", description: "Feel the energy as traditional tabla and harmonium blend with modern ambiance under starlit skies"},
|
||||
title: "Electric Atmosphere", description: "Feel the energy as traditional tabla and harmonium blend with modern ambiance under starlit skies"
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Unforgettable Nights", description: "Create lasting memories with friends and family while enjoying authentic Pakistani musical heritage"},
|
||||
title: "Unforgettable Nights", description: "Create lasting memories with friends and family while enjoying authentic Pakistani musical heritage"
|
||||
},
|
||||
]}
|
||||
title="Feel the Music"
|
||||
description="Experience live qawwali performances every evening that transport you to the soul of Pakistani musical tradition"
|
||||
@@ -122,16 +130,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rooftop Seating", role: "Outdoor", company: "Ambiance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg", imageAlt: "Beautiful rooftop seating area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg", imageAlt: "Beautiful rooftop seating area"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Friends Gathering", role: "Social", company: "Connection", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg", imageAlt: "Friends enjoying chai together"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg", imageAlt: "Friends enjoying chai together"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Live Performance", role: "Music", company: "Entertainment", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg?_wi=2", imageAlt: "Qawwali musicians performing live"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg", imageAlt: "Qawwali musicians performing live"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lantern Lights", role: "Atmosphere", company: "Lighting", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg", imageAlt: "Warm lantern lights illuminating the rooftop"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg", imageAlt: "Warm lantern lights illuminating the rooftop"
|
||||
},
|
||||
]}
|
||||
title="The Mehfil Vibe"
|
||||
description="See why everyone loves Chai Mehfil - warm rooftop ambiance, delicious food, and unforgettable qawwali nights"
|
||||
@@ -148,22 +160,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alisha Khan", role: "Music Enthusiast", company: "Islamabad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Alisha Khan"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Alisha Khan"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fahad Ahmed", role: "Regular Customer", company: "Friend Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Fahad Ahmed"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Fahad Ahmed"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sara Malik", role: "University Student", company: "FAST-NUCES", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3", imageAlt: "Sara Malik"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sara Malik"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Hassan Raza", role: "Cultural Advocate", company: "Islamabad Arts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=4", imageAlt: "Hassan Raza"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Hassan Raza"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Zainab Fatima", role: "Family Visitor", company: "Weekend Outing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=5", imageAlt: "Zainab Fatima"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Zainab Fatima"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ahmed Mir", role: "Late Night Hangout", company: "Friends Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=6", imageAlt: "Ahmed Mir"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Ahmed Mir"
|
||||
},
|
||||
]}
|
||||
title="Customer Love"
|
||||
description="Hear from our guests about their unforgettable Chai Mehfil experiences"
|
||||
|
||||
Reference in New Issue
Block a user