Merge version_7 into main #12

Merged
bender merged 1 commits from version_7 into main 2026-02-18 23:12:44 +00:00

View File

@@ -157,13 +157,13 @@ export default function LandingPage() {
<TestimonialCardOne
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "CEO at TechVenture", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", imageAlt: "Sarah Mitchell", testimonial: "Proof Digital transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch.", rating: 5
id: "1", name: "Sarah Mitchell", role: "CEO", company: "TechVenture", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", imageAlt: "Sarah Mitchell", rating: 5
},
{
id: "2", name: "James Chen", role: "Founder at StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", imageAlt: "James Chen", testimonial: "Working with Proof Digital was a game-changer for us. The team delivered exceptional results on time and exceeded our expectations.", rating: 5
id: "2", name: "James Chen", role: "Founder", company: "StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", imageAlt: "James Chen", rating: 5
},
{
id: "3", name: "Emma Rodriguez", role: "Marketing Director", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emma Rodriguez", testimonial: "The level of professionalism and creativity from the Proof Digital team is outstanding. They truly understood our vision and brought it to life.", rating: 5
id: "3", name: "Emma Rodriguez", role: "Marketing Director", company: "Digital Solutions", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emma Rodriguez", rating: 5
}
]}
title="What Our Clients Say"
@@ -173,7 +173,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"
/>
</div>