ok
This commit is contained in:
@@ -32,7 +32,7 @@ export default function Home() {
|
|||||||
<CallToAction4 />
|
<CallToAction4 />
|
||||||
<Experiences />
|
<Experiences />
|
||||||
<CallToAction2 />
|
<CallToAction2 />
|
||||||
<Carousel />
|
<Carousel />ok
|
||||||
<Route />
|
<Route />
|
||||||
<CnnVideo />
|
<CnnVideo />
|
||||||
<Testimonials />
|
<Testimonials />
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user