Update src/app/testimonials/page.tsx
This commit is contained in:
@@ -26,18 +26,18 @@ export default function TestimonialsPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Guest Stories"
|
||||
description="Don't just take our word for it—read what our lovely guests have to say about their NChef experience."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Srishti Srivastava", role: "Food Blogger", company: "Local Guide", quote: "Amazing flavors!", title: "Great experience" },
|
||||
{ id: "t2", name: "Maliha Ibrahim", role: "Diner", company: "Bangalore Guest", quote: "Loved the ambience.", title: "Beautiful place" },
|
||||
{ id: "t3", name: "Mohamed Munsih", role: "Connoisseur", company: "Traveler", quote: "The spices are authentic.", title: "Excellent taste" },
|
||||
{ id: "t1", name: "Srishti Srivastava", role: "Food Blogger", company: "Local Guide", rating: 5 },
|
||||
{ id: "t2", name: "Maliha Ibrahim", role: "Diner", company: "Bangalore Guest", rating: 5 },
|
||||
{ id: "t3", name: "Mohamed Munsih", role: "Connoisseur", company: "Traveler", rating: 5 },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.7+", label: "Google Rating" },
|
||||
{ value: "2800+", label: "Happy Guests" },
|
||||
{ value: "100%", label: "Authentic Vibes" },
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Don't just take our word for it—read what our lovely guests have to say about their NChef experience."
|
||||
/>
|
||||
<FooterBaseReveal
|
||||
logoText="NChef"
|
||||
|
||||
Reference in New Issue
Block a user