5 Commits

Author SHA1 Message Date
d1b04d92c4 Update src/app/page.tsx 2026-04-18 22:20:31 +00:00
ffe766d865 Update src/app/page.tsx 2026-04-18 22:20:07 +00:00
c2179dbe73 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:58:09 +00:00
05320e42e9 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:57:45 +00:00
e50df01e86 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:57:17 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -151,20 +151,18 @@ export default function LandingPage() {
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
<TestimonialCardTwelve
cardTitle="What our clients say"
cardTag="Reviews"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Client", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-surprised-european-lady-with-hair-supplies-cares-about-appearance-dressed-casual-outfit-prepares-first-date_273609-25010.jpg", imageAlt: "Waist up shot" },
{ id: "2", name: "Emily P.", role: "Client", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167366.jpg?_wi=2", imageAlt: "Waist up shot" },
{ id: "3", name: "Jessica L.", role: "Client", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-pink-background-hold-round-brush-hair-dryer-style-hair_343596-4040.jpg?_wi=2", imageAlt: "Waist up shot" },
{ id: "4", name: "Chloe M.", role: "Client", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg?_wi=2", imageAlt: "Waist up shot" },
{ id: "5", name: "Bec W.", role: "Client", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17095.jpg?_wi=2", imageAlt: "Waist up shot" },
{ id: "1", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=1" },
{ id: "2", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=2" },
{ id: "3", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=3" },
{ id: "4", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=4" },
{ id: "5", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=5" },
]}
title="What our clients say"
description="Rated 4.9 stars on Google by our amazing clients."
/>
</div>
@@ -192,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}