Merge version_2 into main #7
@@ -56,25 +56,25 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "The Kokas Cafe - Premium Interior"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=1", imageAlt: "The Kokas Cafe - Premium Interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Signature Cold Coffee"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=2", imageAlt: "Signature Cold Coffee"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Vibrant Mocktail"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=3", imageAlt: "Vibrant Mocktail"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Lounge Seating Area"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=4", imageAlt: "Lounge Seating Area"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Group Celebration Event"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=5", imageAlt: "Group Celebration Event"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Instagramworthy Moment"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=6", imageAlt: "Instagramworthy Moment"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Romantic Date Moment"
|
||||
imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=7", imageAlt: "Romantic Date Moment"
|
||||
},
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
{ value: "500+", title: "Weekly Happy Visitors" },
|
||||
{ value: "15+", title: "Signature Beverages" },
|
||||
]}
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/"
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/?_wi=8"
|
||||
imageAlt="The Kokas Cafe - Premium Interior Design"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -117,19 +117,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Signature Cold Coffees", description: "Our cold brew and iced espresso drinks are crafted with premium beans and artistic presentation. Each cup is a visual and sensory delight.", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Signature Cold Coffee Specialty"
|
||||
title: "Signature Cold Coffees", description: "Our cold brew and iced espresso drinks are crafted with premium beans and artistic presentation. Each cup is a visual and sensory delight.", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=9", imageAlt: "Signature Cold Coffee Specialty"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Vibrant Mocktails", description: "Fresh, colorful, and Instagram-ready. Our specialty mocktails combine premium ingredients with creative flair, perfect for any celebration.", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Vibrant Mocktail Selection"
|
||||
title: "Vibrant Mocktails", description: "Fresh, colorful, and Instagram-ready. Our specialty mocktails combine premium ingredients with creative flair, perfect for any celebration.", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=10", imageAlt: "Vibrant Mocktail Selection"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Aesthetic Ambience", description: "Thoughtfully designed interiors with mood lighting, comfortable seating, and artistic decor create the perfect backdrop for unforgettable moments.", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Modern Cafe Aesthetic Design"
|
||||
title: "Aesthetic Ambience", description: "Thoughtfully designed interiors with mood lighting, comfortable seating, and artistic decor create the perfect backdrop for unforgettable moments.", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=11", imageAlt: "Modern Cafe Aesthetic Design"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Perfect for Events", description: "Host intimate gatherings, birthday celebrations, and milestone moments in our welcoming space designed for groups and social connections.", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Group Celebration Event Venue"
|
||||
title: "Perfect for Events", description: "Host intimate gatherings, birthday celebrations, and milestone moments in our welcoming space designed for groups and social connections.", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=12", imageAlt: "Group Celebration Event Venue"
|
||||
},
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -151,15 +151,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "The Kokas Cafe", name: "Iced Lavender Cold Brew", price: "₹250", rating: 5,
|
||||
reviewCount: "234", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Iced Lavender Cold Brew"
|
||||
reviewCount: "234", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=13", imageAlt: "Iced Lavender Cold Brew"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "The Kokas Cafe", name: "Tropical Mint Mocktail", price: "₹280", rating: 5,
|
||||
reviewCount: "198", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Tropical Mint Mocktail"
|
||||
reviewCount: "198", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=14", imageAlt: "Tropical Mint Mocktail"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "The Kokas Cafe", name: "Espresso Cloud Affogato", price: "₹220", rating: 5,
|
||||
reviewCount: "167", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Espresso Cloud Affogato"
|
||||
reviewCount: "167", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=15", imageAlt: "Espresso Cloud Affogato"
|
||||
},
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -178,22 +178,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "The Perfect Date Night Spot", quote: "My girlfriend and I visited last weekend and fell in love with the ambience. The cold brew was excellent, and the whole experience felt premium yet relaxed. We're already planning our next visit!", name: "Arjun Sharma", role: "Regular Guest", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Arjun Sharma"
|
||||
id: "1", title: "The Perfect Date Night Spot", quote: "My girlfriend and I visited last weekend and fell in love with the ambience. The cold brew was excellent, and the whole experience felt premium yet relaxed. We're already planning our next visit!", name: "Arjun Sharma", role: "Regular Guest", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=16", imageAlt: "Arjun Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Spot for Friend Hangouts", quote: "Finally found a cafe in Rajnandgaon that feels like a metro-level hangout. The mocktails are incredible, and every corner is Instagrammable. Spent 3 hours here with friends and didn't want to leave.", name: "Priya Verma", role: "College Student", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Priya Verma"
|
||||
id: "2", title: "Best Spot for Friend Hangouts", quote: "Finally found a cafe in Rajnandgaon that feels like a metro-level hangout. The mocktails are incredible, and every corner is Instagrammable. Spent 3 hours here with friends and didn't want to leave.", name: "Priya Verma", role: "College Student", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=17", imageAlt: "Priya Verma"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Amazing Celebration Venue", quote: "Celebrated my birthday at Kokas and it was unforgettable. The staff was incredibly attentive, the space is perfect for gatherings, and the drinks were top-notch. Highly recommend for any special occasion.", name: "Rahul Patel", role: "Birthday Celebrant", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Rahul Patel"
|
||||
id: "3", title: "Amazing Celebration Venue", quote: "Celebrated my birthday at Kokas and it was unforgettable. The staff was incredibly attentive, the space is perfect for gatherings, and the drinks were top-notch. Highly recommend for any special occasion.", name: "Rahul Patel", role: "Birthday Celebrant", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=18", imageAlt: "Rahul Patel"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Premium Experience, Local Love", quote: "Coming from Mumbai, I was impressed with how polished and aesthetic Kokas Cafe feels. It rivals premium cafes in bigger cities, but with authentic local warmth. Absolutely worth the visit.", name: "Neha Desai", role: "Visiting Professional", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Neha Desai"
|
||||
id: "4", title: "Premium Experience, Local Love", quote: "Coming from Mumbai, I was impressed with how polished and aesthetic Kokas Cafe feels. It rivals premium cafes in bigger cities, but with authentic local warmth. Absolutely worth the visit.", name: "Neha Desai", role: "Visiting Professional", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=19", imageAlt: "Neha Desai"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Signature Drinks Are Life-Changing", quote: "I'm a coffee snob, and I was genuinely impressed by their cold brew quality. The creative mocktails are equally impressive. Every detail here screams quality and passion.", name: "Vikram Singh", role: "Coffee Enthusiast", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Vikram Singh"
|
||||
id: "5", title: "Signature Drinks Are Life-Changing", quote: "I'm a coffee snob, and I was genuinely impressed by their cold brew quality. The creative mocktails are equally impressive. Every detail here screams quality and passion.", name: "Vikram Singh", role: "Coffee Enthusiast", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=20", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "6", title: "The Ambience is Unmatched", quote: "The mood lighting, comfortable seating, and overall aesthetic make this cafe feel like a sanctuary. I come here to escape and recharge. It's become my favorite spot in town.", name: "Anjali Joshi", role: "Regular Visitor", imageSrc: "https://www.instagram.com/the_kokas_cafe/", imageAlt: "Anjali Joshi"
|
||||
id: "6", title: "The Ambience is Unmatched", quote: "The mood lighting, comfortable seating, and overall aesthetic make this cafe feel like a sanctuary. I come here to escape and recharge. It's become my favorite spot in town.", name: "Anjali Joshi", role: "Regular Visitor", imageSrc: "https://www.instagram.com/the_kokas_cafe/?_wi=21", imageAlt: "Anjali Joshi"
|
||||
},
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/"
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/?_wi=22"
|
||||
imageAlt="The Kokas Cafe Location"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -275,7 +275,7 @@ export default function LandingPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/"
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/?_wi=23"
|
||||
imageAlt="The Kokas Cafe - Welcome"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -287,7 +287,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/"
|
||||
imageSrc="https://www.instagram.com/the_kokas_cafe/?_wi=24"
|
||||
imageAlt="The Kokas Cafe - Premium Ambience"
|
||||
logoText="The Kokas Cafe"
|
||||
copyrightText="© 2025 The Kokas Cafe. All rights reserved. Located in Rajnandgaon, Chhattisgarh."
|
||||
|
||||
Reference in New Issue
Block a user