diff --git a/src/app/page.tsx b/src/app/page.tsx index 681f352..9f52246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,13 +67,13 @@ export default function CafexLanding() { ], stats: [ { - title: "Quality Rating", values: ["4.8", "4.9", "5.0"], + title: "Quality Rating", values: [4.8, 4.9, 5.0], valuePrefix: "", valueSuffix: "/5", description: "Customer satisfaction"}, { - title: "Specialty Drinks", values: ["15+", "20+", "25+"], + title: "Specialty Drinks", values: [15, 20, 25], valuePrefix: "", valueSuffix: "", description: "Crafted beverages"}, { - title: "Since Opening", values: ["2023", "2024", "2025"], + title: "Since Opening", values: [2023, 2024, 2025], valuePrefix: "", valueSuffix: "", description: "Serving Dehradun"}, ], chartTitle: "Customer Favorites", chartData: [ @@ -143,17 +143,13 @@ export default function CafexLanding() { showRating={true} testimonials={[ { - id: "1", name: "Priya Sharma", handle: "@priya.coffee", testimonial: "The Hazelnut Latte is absolutely divine! I've been to this place more than 10 times and I always love it. The cozy ambiance and friendly staff make it my go-to café.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "Priya Sharma"}, + id: "1", name: "Priya Sharma", handle: "@priya.coffee", testimonial: "The Hazelnut Latte is absolutely divine! I've been to this place more than 10 times and I always love it. The cozy ambiance and friendly staff make it my go-to café.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "Priya Sharma"}, { - id: "2", name: "Rahul Patel", handle: "@coffee.lover", testimonial: "CAFE X is on the hype for their authentic taste of coffee and people are going crazy. The KitKat shake consistency is perfect and the Vietnamese coffee is remarkable. Must visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg", imageAlt: "Rahul Patel"}, + id: "2", name: "Rahul Patel", handle: "@coffee.lover", testimonial: "CAFE X is on the hype for their authentic taste of coffee and people are going crazy. The KitKat shake consistency is perfect and the Vietnamese coffee is remarkable. Must visit!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg", imageAlt: "Rahul Patel"}, { - id: "3", name: "Anjali Verma", handle: "@anjali.v", testimonial: "Perfect spot for coffee lovers! The coffee is excellently brewed, pancakes are soft and fluffy. Great place for a cozy coffee break with amazing treats. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-attractive-woman-enjoying-coffee-looking-camera_1163-3816.jpg", imageAlt: "Anjali Verma"}, + id: "3", name: "Anjali Verma", handle: "@anjali.v", testimonial: "Perfect spot for coffee lovers! The coffee is excellently brewed, pancakes are soft and fluffy. Great place for a cozy coffee break with amazing treats. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-attractive-woman-enjoying-coffee-looking-camera_1163-3816.jpg", imageAlt: "Anjali Verma"}, { - id: "4", name: "Vikram Singh", handle: "@vikram.cafe", testimonial: "Best and most affordable coffee in Dehradun! The Irish Cappuccino is the best flavoured coffee I've ever had. Quick service, friendly staff, and chilling atmosphere. Will visit again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-having-coffee-restaurant_23-2147778661.jpg", imageAlt: "Vikram Singh"}, + id: "4", name: "Vikram Singh", handle: "@vikram.cafe", testimonial: "Best and most affordable coffee in Dehradun! The Irish Cappuccino is the best flavoured coffee I've ever had. Quick service, friendly staff, and chilling atmosphere. Will visit again!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-having-coffee-restaurant_23-2147778661.jpg", imageAlt: "Vikram Singh"}, ]} />