This commit is contained in:
2025-08-21 16:13:23 +02:00
parent 563ff04ae5
commit 82394b564f
20 changed files with 239 additions and 124 deletions

View File

@@ -64,7 +64,7 @@ const testimonials = [
},
{
content:
"What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river. The organic meals were exceptional, and the evening discussions under the stars created bonds with fellow travelers that continue today.",
"What struck me most about VEDA was how they seamlessly blend adventure with relaxation. One moment you're exploring ancient tombs, the next you're enjoying a massage while floating down the world's most famous river.",
author: {
name: 'Sam',
role: 'Adventure Seeker',
@@ -87,14 +87,14 @@ export function Testimonials() {
<section
id="testimonials"
aria-label="What our customers are saying"
className="bg-creme-600 pt-10 pb-24"
className="bg-transparent pt-12 pb-24"
>
<Container>
<div className="mx-auto max-w-3xl md:text-center">
<h2 className="font-display mt-2 text-3xl font-bold tracking-tight text-gray-800 sm:text-4xl">
LOVED BY COMMUNITIES WORLDWIDE
<div className="mx-auto max-w-4xl md:text-center">
<h2 className="font-display text-3xl font-semibold tracking-[-0.05em] text-darkgr-700 lg:text-4xl">
Testimonials
</h2>
<p className="mt-4 text-lg tracking-tight text-slate-700">
<p className="mb-8 mt-4 text-lg font-medium tracking-[-0.001em] lg:text-xl text-darkgr-950">
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.
</p>
</div>
@@ -110,7 +110,7 @@ export function Testimonials() {
<figure className="relative rounded-lg bg-white p-6 shadow-xl shadow-slate-900/10">
<QuoteIcon className="absolute left-6 top-6 fill-slate-100" />
<blockquote className="relative">
<p className="text-lg tracking-tight text-slate-900">
<p className="lg:text-base text-sm tracking-tight text-slate-900">
{testimonial.content}
</p>
</blockquote>