Merge version_7 into main #11
@@ -5,6 +5,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -153,33 +154,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
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}
|
||||
author="Sarah Mitchell, CEO at TechVenture"
|
||||
avatars={[
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", alt: "Sarah Mitchell"
|
||||
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
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", alt: "James Chen"
|
||||
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
|
||||
},
|
||||
{
|
||||
src: "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", alt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "David Kim"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Lisa Thompson"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Michael Zhang"
|
||||
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
|
||||
}
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
title="What Our Clients Say"
|
||||
description="Hear from the businesses that have transformed with Proof Digital."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user