6 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
771c2839e7 Merge version_2 into main
Merge version_2 into main
2026-03-14 14:22:08 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ import { Manrope } from "next/font/google";
export const metadata: Metadata = {
title: 'Lambreta Café - Raipur's Authentic Coffee Experience',
description: 'Discover Lambreta Café in Civil Lines, Raipur. Handcrafted coffee, warm ambiance, and genuine hospitality. Open daily until 10 PM.'s favorite café. Handcrafted coffee, family-owned warmth, and 43★ rating. Open until 10 PM. Call 062687 96122 to reserve or visit Civil Lines today.',
title: 'Lambreta Café Raipur | Authentic Coffee & Warm Vibes',
description: 'Raipur's favorite café. Handcrafted coffee, family-owned warmth, and 43 rating. Open until 10 PM. Call 062687 96122 to reserve or visit Civil Lines today.',
};
const manrope = Manrope({

View File

@@ -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>
);
}
}