Update src/app/testimonials/page.tsx

This commit is contained in:
2026-05-10 16:53:12 +00:00
parent 5bb82a4d1d
commit 688a284773

View File

@@ -8,13 +8,14 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function TestimonialsPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Menu", id: "/products" },
{ name: "Features", id: "/features" },
{ name: "Products", id: "/products" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
@@ -26,11 +27,9 @@ export default function TestimonialsPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Srishti Srivastava", role: "Food Blogger", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg" },
{ id: "t2", name: "Maliha Ibrahim", role: "Diner", company: "Bangalore Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-waving-video-call-touchpad-home_637285-12671.jpg" },
{ id: "t3", name: "Mohamed Munsih", role: "Connoisseur", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-together-dinner_23-2148060505.jpg" },
{ id: "t4", name: "Aamir Ali", role: "Diner", company: "Happy Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg" },
{ id: "t5", name: "Nayana George", role: "Diner", company: "Local Expert", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg" },
{ 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" },
]}
kpiItems={[
{ value: "4.7+", label: "Google Rating" },