Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 15:31:14 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Bengaluru's Favorite Specialty Coffee & Breakfast Cafe"
description="Freshly brewed coffee, artisan bakery, and delicious brunch in J.P. Nagar. Experience premium specialty coffee and welcoming ambiance where coffee enthusiasts and friends gather."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Daily Visitors" },
{ value: "4.9★", label: "Customer Rating" },
@@ -84,22 +84,28 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Specialty", name: "Cappuccino Latte", price: "₹220", rating: 5,
reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg", imageAlt: "Creamy cappuccino with perfect latte art"},
reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg", imageAlt: "Creamy cappuccino with perfect latte art"
},
{
id: "2", brand: "Signature", name: "Hot Chocolate", price: "₹180", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/cocoa-with-laptop-cozy-winter-home-warm-background_501050-106.jpg", imageAlt: "Rich and creamy hot chocolate"},
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/cocoa-with-laptop-cozy-winter-home-warm-background_501050-106.jpg", imageAlt: "Rich and creamy hot chocolate"
},
{
id: "3", brand: "Breakfast", name: "Vegetarian English Platter", price: "₹380", rating: 5,
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/traditional-full-english-breakfast-with-fried-eggs-sausage-tomato-beans-toast-bacon-plate_1150-37820.jpg", imageAlt: "Nutritious vegetarian breakfast platter"},
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/traditional-full-english-breakfast-with-fried-eggs-sausage-tomato-beans-toast-bacon-plate_1150-37820.jpg", imageAlt: "Nutritious vegetarian breakfast platter"
},
{
id: "4", brand: "Summer", name: "Coconut Vanilla Cold Coffee", price: "₹240", rating: 5,
reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/womans-hand-hold-ice-latte-green-tropical-bushes_343596-1538.jpg", imageAlt: "Refreshing cold coffee with coconut and vanilla"},
reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/womans-hand-hold-ice-latte-green-tropical-bushes_343596-1538.jpg", imageAlt: "Refreshing cold coffee with coconut and vanilla"
},
{
id: "5", brand: "Healthy", name: "Avocado Toast with Feta", price: "₹320", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-egg-avocado-sandwiches-cutlery_23-2148640219.jpg", imageAlt: "Toasted artisan bread topped with fresh avocado and feta"},
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-egg-avocado-sandwiches-cutlery_23-2148640219.jpg", imageAlt: "Toasted artisan bread topped with fresh avocado and feta"
},
{
id: "6", brand: "Dessert", name: "Fluffy Pancakes", price: "₹280", rating: 5,
reviewCount: "523", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", imageAlt: "Stack of fluffy golden pancakes"},
reviewCount: "523", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", imageAlt: "Stack of fluffy golden pancakes"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -116,17 +122,23 @@ export default function LandingPage() {
tagIcon={Star}
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Marketing Professional", testimonial: "The best espresso in J.P. Nagar! The atmosphere is so welcoming, and the baristas truly know their craft. I've been coming here for morning meetings for 2 years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Priya Sharma"},
id: "1", name: "Priya Sharma", role: "Marketing Professional", testimonial: "The best espresso in J.P. Nagar! The atmosphere is so welcoming, and the baristas truly know their craft. I've been coming here for morning meetings for 2 years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Kumar", role: "Tech Entrepreneur", testimonial: "Perfect spot for freelance work. Reliable wifi, great coffee, and quiet corners. The avocado toast is my go-to lunch. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
id: "2", name: "Rajesh Kumar", role: "Tech Entrepreneur", testimonial: "Perfect spot for freelance work. Reliable wifi, great coffee, and quiet corners. The avocado toast is my go-to lunch. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "3", name: "Ananya Desai", role: "Content Creator", testimonial: "The aesthetic of this café is Instagram-worthy and the coffee is genuinely excellent. The owners really care about quality. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Ananya Desai"},
id: "3", name: "Ananya Desai", role: "Content Creator", testimonial: "The aesthetic of this café is Instagram-worthy and the coffee is genuinely excellent. The owners really care about quality. Worth every rupee!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ananya Desai"
},
{
id: "4", name: "Vikram Patel", role: "Business Consultant", testimonial: "Great environment for client meetings. Professional yet relaxed. The cappuccino is consistently perfect every single time. Best café in the area!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Vikram Patel"},
id: "4", name: "Vikram Patel", role: "Business Consultant", testimonial: "Great environment for client meetings. Professional yet relaxed. The cappuccino is consistently perfect every single time. Best café in the area!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Vikram Patel"
},
{
id: "5", name: "Divya Nair", role: "Designer", testimonial: "Not just coffee—it's an experience. The cold brew is absolutely refreshing on summer days, and the pastries are freshly made. Café family vibes!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Divya Nair"},
id: "5", name: "Divya Nair", role: "Designer", testimonial: "Not just coffee—it's an experience. The cold brew is absolutely refreshing on summer days, and the pastries are freshly made. Café family vibes!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Divya Nair"
},
{
id: "6", name: "Arjun Singh", role: "Student & Regular", testimonial: "Affordable, quality coffee and great food. The staff remembers your regular order and always greets you warmly. My second home for sure!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Arjun Singh"},
id: "6", name: "Arjun Singh", role: "Student & Regular", testimonial: "Affordable, quality coffee and great food. The staff remembers your regular order and always greets you warmly. My second home for sure!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Arjun Singh"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -139,19 +151,25 @@ export default function LandingPage() {
ctaTitle="Visit Us Today"
ctaDescription="Located in the heart of J.P. Nagar, Bengaluru. We're open 7 days a week, serving freshly brewed coffee and delicious breakfast from 7 AM to 10 PM."
ctaButton={{
text: "Get Directions", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru"}}
text: "Get Directions", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru"
}}
ctaIcon={MapPin}
faqs={[
{
id: "1", title: "What are your opening hours?", content: "We're open from 7:00 AM to 10:00 PM, seven days a week. Perfect for your morning coffee, lunch break, or evening hangout!"},
id: "1", title: "What are your opening hours?", content: "We're open from 7:00 AM to 10:00 PM, seven days a week. Perfect for your morning coffee, lunch break, or evening hangout!"
},
{
id: "2", title: "Do you offer WiFi and seating for work?", content: "Yes! We have high-speed WiFi, comfortable seating, power outlets, and a quiet corner perfect for working, studying, or casual meetings. Laptop-friendly environment guaranteed."},
id: "2", title: "Do you offer WiFi and seating for work?", content: "Yes! We have high-speed WiFi, comfortable seating, power outlets, and a quiet corner perfect for working, studying, or casual meetings. Laptop-friendly environment guaranteed."
},
{
id: "3", title: "Can I book tables for groups?", content: "Absolutely! We welcome group reservations. For parties of 8 or more, please call us at 096114-94141 to book in advance. We can accommodate special occasions and corporate team gatherings."},
id: "3", title: "Can I book tables for groups?", content: "Absolutely! We welcome group reservations. For parties of 8 or more, please call us at 096114-94141 to book in advance. We can accommodate special occasions and corporate team gatherings."
},
{
id: "4", title: "Do you have vegan and dietary options?", content: "Yes! We offer plant-based milk alternatives (oat, almond, coconut, soy), vegan pastries, and several gluten-free menu items. Our baristas are happy to customize any drink to your preferences."},
id: "4", title: "Do you have vegan and dietary options?", content: "Yes! We offer plant-based milk alternatives (oat, almond, coconut, soy), vegan pastries, and several gluten-free menu items. Our baristas are happy to customize any drink to your preferences."
},
{
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit/debit cards, UPI payments (Google Pay, PhonePe, Paytm), and cash. Online pre-orders through our WhatsApp group are also available."},
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit/debit cards, UPI payments (Google Pay, PhonePe, Paytm), and cash. Online pre-orders through our WhatsApp group are also available."
},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -167,13 +185,17 @@ export default function LandingPage() {
ctaIcon={Phone}
faqs={[
{
id: "contact-1", title: "Name *", content: "<input type='text' placeholder='Your full name' class='w-full p-2 border rounded' required />"},
id: "contact-1", title: "Name *", content: "<input type='text' placeholder='Your full name' class='w-full p-2 border rounded' required />"
},
{
id: "contact-2", title: "Phone Number *", content: "<input type='tel' placeholder='Your phone number' class='w-full p-2 border rounded' required />"},
id: "contact-2", title: "Phone Number *", content: "<input type='tel' placeholder='Your phone number' class='w-full p-2 border rounded' required />"
},
{
id: "contact-3", title: "Email *", content: "<input type='email' placeholder='your.email@example.com' class='w-full p-2 border rounded' required />"},
id: "contact-3", title: "Email *", content: "<input type='email' placeholder='your.email@example.com' class='w-full p-2 border rounded' required />"
},
{
id: "contact-4", title: "Message", content: "<textarea placeholder='Tell us about your reservation or question...' class='w-full p-2 border rounded h-24'></textarea>"},
id: "contact-4", title: "Message", content: "<textarea placeholder='Tell us about your reservation or question...' class='w-full p-2 border rounded h-24'></textarea>"
},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -197,7 +219,8 @@ export default function LandingPage() {
{ label: "Phone", href: "tel:096114-94141" },
{ label: "Email", href: "mailto:info@thecaffeinebar.com" },
{
label: "Location", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru"},
label: "Location", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru"
},
{ label: "Reservations", href: "#contact" },
],
},