5 Commits

Author SHA1 Message Date
b38e8ff0d9 Update src/app/page.tsx 2026-04-23 23:26:09 +00:00
811dd51925 Update src/app/page.tsx 2026-04-23 23:25:35 +00:00
32c4c00e3a Merge version_3 into main
Merge version_3 into main
2026-04-23 23:24:56 +00:00
2ad7b0a79e Update src/app/page.tsx 2026-04-23 23:24:52 +00:00
dffe9c64fe Merge version_2 into main
Merge version_2 into main
2026-04-23 23:24:29 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Shield } from "lucide-react"; import { Shield } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -146,30 +146,18 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardTwelve
animationType="slide-up" cardTitle="What Our Clients Say"
textboxLayout="default" cardTag="Testimonials"
gridVariant="uniform-all-items-equal" cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "t1", name: "Pilusa Mankopane", imageSrc: "https://avatar.vercel.sh/1" },
id: "t1", name: "Pilusa Mankopane", role: "Client", company: "Local", rating: 5, { id: "t2", name: "Moloko Lwandlelwethu", imageSrc: "https://avatar.vercel.sh/2" },
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, { id: "t3", name: "John D.", imageSrc: "https://avatar.vercel.sh/3" },
{ { id: "t4", name: "Sarah K.", imageSrc: "https://avatar.vercel.sh/4" },
id: "t2", name: "Moloko Lwandlelwethu", role: "Client", company: "Local", rating: 5, { id: "t5", name: "Mike R.", imageSrc: "https://avatar.vercel.sh/5" },
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"},
{
id: "t3", name: "John D.", role: "Corporate", company: "TechCorp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg"},
{
id: "t4", name: "Sarah K.", role: "Manager", company: "RetailLab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
{
id: "t5", name: "Mike R.", role: "Team Lead", company: "SportsGroup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg"},
]} ]}
title="What Our Clients Say"
description="Trusted by businesses and individuals across Polokwane."
/> />
</div> </div>