10 Commits

Author SHA1 Message Date
e9b2d70216 Update src/app/page.tsx 2026-03-14 14:49:14 +00:00
215a705635 Update src/app/page.tsx 2026-03-14 14:45:35 +00:00
ecefb457f2 Switch to version 1: modified src/app/page.tsx 2026-03-14 14:27:44 +00:00
3898377d8e Switch to version 1: modified src/app/layout.tsx 2026-03-14 14:27:44 +00:00
b6a71d61db Merge version_2 into main
Merge version_2 into main
2026-03-14 14:25:54 +00:00
86d073c2d6 Update src/app/layout.tsx 2026-03-14 14:25:50 +00:00
771c2839e7 Merge version_2 into main
Merge version_2 into main
2026-03-14 14:22:08 +00:00
3cf1c6a15a Update src/app/page.tsx 2026-03-14 14:22:04 +00:00
33515c31e3 Merge version_1 into main
Merge version_1 into main
2026-03-11 05:08:50 +00:00
1667bf0e83 Merge version_1 into main
Merge version_1 into main
2026-03-10 16:31:05 +00:00

View File

@@ -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"
}
]}