This commit is contained in:
2025-08-22 18:45:47 +02:00
parent 80460d2b73
commit a673fcbfb2
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ export default function Home() {
<CallToAction4 /> <CallToAction4 />
<Experiences /> <Experiences />
<CallToAction2 /> <CallToAction2 />
<Carousel /> <Carousel />ok
<Route /> <Route />
<CnnVideo /> <CnnVideo />
<Testimonials /> <Testimonials />

View File

@@ -113,14 +113,14 @@ function TestimonialCard({
</div> </div>
{/* Content Section Below Image */} {/* Content Section Below Image */}
<div className="py-2"> <div className="py-2 px-2" style={{ height: '25%' }}>
<blockquote> <blockquote>
<H3 className=""> <H3 className="text-sm lg:text-base">
{children} {children}
</H3> </H3>
</blockquote> </blockquote>
<PS className="mt-2 mb-4"> <PS className="mt-1 mb-2 text-xs lg:text-sm">
{subtitle} {subtitle}
</PS> </PS>
@@ -128,7 +128,7 @@ function TestimonialCard({
href={href} href={href}
variant="link" variant="link"
color="darkgr" color="darkgr"
className="mt-2 mb-2 " className="mt-1 text-xs"
> >
Learn More Learn More
</Button> </Button>