ok
This commit is contained in:
		@@ -32,7 +32,7 @@ export default function Home() {
 | 
			
		||||
      <CallToAction4 />
 | 
			
		||||
        <Experiences />
 | 
			
		||||
        <CallToAction2 />
 | 
			
		||||
        <Carousel />
 | 
			
		||||
        <Carousel />ok
 | 
			
		||||
        <Route />
 | 
			
		||||
        <CnnVideo />
 | 
			
		||||
        <Testimonials />
 | 
			
		||||
 
 | 
			
		||||
@@ -113,14 +113,14 @@ function TestimonialCard({
 | 
			
		||||
      </div>
 | 
			
		||||
      
 | 
			
		||||
      {/* Content Section Below Image */}
 | 
			
		||||
      <div className="py-2">
 | 
			
		||||
      <div className="py-2 px-2" style={{ height: '25%' }}>
 | 
			
		||||
        <blockquote>
 | 
			
		||||
          <H3 className="">
 | 
			
		||||
          <H3 className="text-sm lg:text-base">
 | 
			
		||||
            {children}
 | 
			
		||||
          </H3>
 | 
			
		||||
        </blockquote>
 | 
			
		||||
        
 | 
			
		||||
        <PS className="mt-2 mb-4">
 | 
			
		||||
        <PS className="mt-1 mb-2 text-xs lg:text-sm">
 | 
			
		||||
          {subtitle}
 | 
			
		||||
        </PS>
 | 
			
		||||
        
 | 
			
		||||
@@ -128,7 +128,7 @@ function TestimonialCard({
 | 
			
		||||
          href={href}
 | 
			
		||||
          variant="link"
 | 
			
		||||
          color="darkgr"
 | 
			
		||||
          className="mt-2 mb-2 "
 | 
			
		||||
          className="mt-1 text-xs"
 | 
			
		||||
        >
 | 
			
		||||
          Learn More
 | 
			
		||||
        </Button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user