|
|
|
|
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextAbout
|
|
|
|
|
tag="Why Locals Love Us"
|
|
|
|
|
title="Open until 10 PM tonight—join 353 locals who've made this their home. Every cup tells a story of care, and every visit feels like coming home to people who genuinely know your name."
|
|
|
|
|
title="Family-owned, loved by 353 locals. Open until 10 PM. Where every cup tells a story of care, and every visit feels like coming home to people who genuinely know your name."
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "See Our Hours", href: "#contact" }
|
|
|
|
|
@@ -84,27 +84,27 @@ export default function LandingPage() {
|
|
|
|
|
<TestimonialCardThirteen
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Priya Sharma", handle: "@priyaworks", testimonial: "The best spot in Civil Lines for meetings. Nadeem remembers my usual order, and the coffee is always perfect. I've brought all my clients here.", rating: 5,
|
|
|
|
|
id: "1", name: "Priya Sharma", handle: "@priyaworks", testimonial: "Best spot in Civil Lines for meetings. Nadeem remembers my order, and the coffee is always perfect.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-fairskinned-adult-woman-smiles-strongly-with-her-teeth-narrowing-eyes-sunny-day-brunette-wears-casual-clothes_197531-31242.jpg", imageAlt: "happy customer smiling portrait professional photo"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Rajesh Gupta", handle: "@rajesh_connects", testimonial: "Came for the coffee, stayed for the vibe. Every visit feels authentic. This is where Raipur professionals actually hang out.", rating: 5,
|
|
|
|
|
id: "2", name: "Rajesh Gupta", handle: "@rajesh_connects", testimonial: "Came for the coffee, stayed for the vibe. Every visit feels authentic and genuine.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", imageAlt: "young professional portrait smiling confident"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Ananya Patel", handle: "@ananya_explores", testimonial: "Finally found a café that doesn't feel like a chain. Real warmth, real people, real coffee. Lambreta is becoming my home away from home.", rating: 5,
|
|
|
|
|
id: "3", name: "Ananya Patel", handle: "@ananya_explores", testimonial: "Finally found a café that doesn't feel like a chain. Real warmth, real people, real coffee.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg", imageAlt: "professional portrait smiling confidence warm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Vikram Singh", handle: "@vikram.tech", testimonial: "Brought my family here last weekend. The atmosphere is so welcoming, and you can tell Nadeem genuinely cares about his customers. Highly recommend!", rating: 5,
|
|
|
|
|
id: "4", name: "Vikram Singh", handle: "@vikram.tech", testimonial: "The atmosphere is welcoming, and Nadeem genuinely cares about customers. Highly recommend!", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "person portrait professional smiling testimonial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Neha Mishra", handle: "@neha_freelance", testimonial: "My favorite spot to work. Free Wi-Fi, excellent coffee, and zero judgment about camping out for hours. Best café in Raipur hands down.", rating: 5,
|
|
|
|
|
id: "5", name: "Neha Mishra", handle: "@neha_freelance", testimonial: "My favorite spot to work. Free Wi-Fi, excellent coffee, and zero judgment. Best café in Raipur.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial portrait smiling genuine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Sanjay Rao", handle: "@sanjay_local", testimonial: "Lambreta isn't just a café; it's where Raipur's soul gathers. Authentic, warm, and unbeatable. This is what community feels like.", rating: 5,
|
|
|
|
|
id: "6", name: "Sanjay Rao", handle: "@sanjay_local", testimonial: "Lambreta is where Raipur's soul gathers. Authentic, warm, and unbeatable community vibes.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg", imageAlt: "portrait testimonial customer smiling warmth"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -157,4 +157,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|