Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62bceee422 | |||
| 83fb08587b | |||
| a9976a4106 | |||
| 744df97c14 | |||
| 47589cf6af | |||
| a7209e6fb7 | |||
| ec67005d27 | |||
| b48dff6f02 | |||
| 1fef6b43da |
@@ -6,7 +6,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
@@ -161,39 +161,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from businesses we've partnered with to transform their digital presence."
|
||||
<HeroSplitDualMedia
|
||||
title="Meet The Team "
|
||||
description=""
|
||||
background={{ variant: "plain" }}
|
||||
tag="Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
buttons={[
|
||||
{ text: "View All Testimonials", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "CEO", company: "TechStart Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-mal-1773984743823-14699edc.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/uploaded-1773985708462-207g5z92.jpg", imageAlt: "Client testimonial profile"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Marketing Director", company: "GrowthHub Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-fem-1773984743749-79834e8e.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Rodriguez", role: "Founder & CEO", company: "Digital Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-business-owne-1773984744334-a80d84a3.png"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Thompson", role: "Product Manager", company: "InnovateCorp", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-product-manag-1773984743238-2edc31b5.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/uploaded-1773985795234-e10rvbyp.jpg", imageAlt: "Client testimonial profile"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "150+", label: "Projects Completed" },
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
{ value: "8+", label: "Years Experience" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText=""
|
||||
ariaLabel="Client testimonials section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user