This commit is contained in:
2026-04-08 14:55:43 +05:30
16 changed files with 121 additions and 149 deletions

View File

@@ -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">
Well review your idea, provide a tailored roadmap, and discuss the best approach. Whether its a custom AIpowered mobile app, AIdriven web application, or endtoend AI integration.
</p>
</motion.div>

View File

@@ -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.
Dont just take our word for it. Read what founders and AIdriven product leaders say about building web and mobile apps with us.
</motion.p>
</div>

View File

@@ -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 AIdriven product development process transforms your vision into a scalable web or mobile product through strategic planning, AIpowered design, and expert engineering at every stage.
</motion.p>