Merge branch 'main' of http://git.wdipl.com/PriyanshuVishwakarma/Wdipl-react
This commit is contained in:
@@ -94,7 +94,7 @@ export const AboutYourProject: React.FC<AboutYourProjectProps> = () => {
|
||||
}).test(
|
||||
'human-verification',
|
||||
'Human verification is required',
|
||||
function(value) {
|
||||
function (value) {
|
||||
return isHumanVerified;
|
||||
}
|
||||
);
|
||||
@@ -419,8 +419,11 @@ export const AboutYourProject: React.FC<AboutYourProjectProps> = () => {
|
||||
<span className="text-[#E5195E]">Project</span>
|
||||
</h2>
|
||||
<p className="text-lg text-gray-300 leading-relaxed max-w-2xl mx-auto">
|
||||
Fill out the form below and our experts will get back to you within
|
||||
24 hours
|
||||
Fill out the form below and our AI mobile app and AI development experts will get back to you within 24 hours. </p>
|
||||
|
||||
<p className="text-lg text-gray-300 leading-relaxed max-w-2xl mx-auto">
|
||||
|
||||
We’ll review your idea, provide a tailored roadmap, and discuss the best approach. Whether it’s a custom AI‑powered mobile app, AI‑driven web application, or end‑to‑end AI integration.
|
||||
</p>
|
||||
</motion.div>
|
||||
|
||||
|
||||
@@ -201,8 +201,8 @@ const StarRating = ({ rating }: { rating: number }) => {
|
||||
<Star
|
||||
key={i}
|
||||
className={`w-4 h-4 ${i < rating
|
||||
? 'text-yellow-400 fill-yellow-400'
|
||||
: 'text-gray-600 fill-gray-600'
|
||||
? 'text-yellow-400 fill-yellow-400'
|
||||
: 'text-gray-600 fill-gray-600'
|
||||
}`}
|
||||
/>
|
||||
))}
|
||||
@@ -424,7 +424,7 @@ export const CarouselTestimonials = () => {
|
||||
viewport={{ once: true }}
|
||||
className="text-muted-foreground text-xl max-w-2xl mx-auto"
|
||||
>
|
||||
Don't just take our word for it. Here's what founders and product leaders say about working with us.
|
||||
Don’t just take our word for it. Read what founders and AI‑driven product leaders say about building web and mobile apps with us.
|
||||
</motion.p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -274,7 +274,7 @@ export const ProcessSection = () => {
|
||||
viewport={{ once: true }}
|
||||
className="text-muted-foreground text-xl max-w-2xl mx-auto"
|
||||
>
|
||||
Our proven process transforms your vision into reality through strategic planning, AI-powered design, and expert engineering every step of the way.
|
||||
Our AI‑driven product development process transforms your vision into a scalable web or mobile product through strategic planning, AI‑powered design, and expert engineering at every stage.
|
||||
|
||||
|
||||
</motion.p>
|
||||
|
||||
Reference in New Issue
Block a user