PB
Pindi Boy

Testimonial Slider - Copy this React, Tailwind Component to your project

import React from "react"; import { Button } from "@/components/ui/button"; export default function CTA1() { return ( <div className="relative w-[85vw] bg-primary mx-auto rounded-3xl my-24 h-[70vh]"> <div className="w-7/12 px-12 py-24"> <p className="text-[48px] font-bold text-white">Get Your Dream House</p> <p className="text-[20px] font-medium text-white mt-4"> Finding the appartments, family houses , commerdials youll love to rent just got easier. </p> <Button className="bg-[#02634f] text-white p-4 rounded-full mt-12"> Browse Properties Now </Button> </div> <div className="absolute bottom-0 right-0"> <img src="/cta1.png" alt="" /> </div> </div> ); } make this component responsive

Prompt
Component Preview

About

TestimonialSlider - Showcase testimonials with a smooth, autoplay slider built with React and Tailwind. Arrows positioned perfectly at. Copy now for free!

Share

Last updated 1 month ago