From b3afd9185958db5488ac4df4d0d9082fcc36af5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:28:13 +0000 Subject: [PATCH] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 292 ++++++++++++---------------------- 1 file changed, 98 insertions(+), 194 deletions(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 5a6bf0b..c5be0aa 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function TestimonialsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);