-
diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx
index 69577a6..ae76cfe 100644
--- a/src/components/Testimonials.jsx
+++ b/src/components/Testimonials.jsx
@@ -1,5 +1,6 @@
import { Container } from '@/components/Container'
+import { H2, P, PS, H3, PXS, H4, PXXS } from '@/components/text'
const testimonials = [
[
@@ -25,7 +26,7 @@ const testimonials = [
[
{
content:
- "The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you. I will never forget the trip and every part of me is begging me to return as soon as possible.",
+ "The VEDA trip on the Nile was not only a journey in the geographic sense but really also a journey that my heart and soul took. I was not that happy about going but when I boarded the Veda boat in Luxor, I transformed in a second from a frowning person to a smiling one. The peaceful, serene, majestic nile effects reflect on you.",
author: {
name: 'Owen',
role: 'Retreat Guest',
@@ -86,32 +87,32 @@ export function Testimonials() {
-
+
Testimonials
-
-
+
+
Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile.
-
+
{testimonials.map((column, columnIndex) => (
-
{column.map((testimonial, testimonialIndex) => (
-
-
+
-
+
{testimonial.content}
-
+
diff --git a/src/components/text.jsx b/src/components/text.jsx
index 61100f2..9f43cfc 100644
--- a/src/components/text.jsx
+++ b/src/components/text.jsx
@@ -18,7 +18,7 @@ export function H2({ className, children, ...props }) {
return (
+ {children}
+
+ )
+}
+
export function Subheading({ className, children, ...props }) {
return (