Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-23 23:25:39 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
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";
export default function LandingPage() {
@@ -146,25 +146,18 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
<TestimonialCardTwelve
cardTitle="What Our Clients Say"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Pilusa Mankopane", role: "Client", company: "Local", rating: 5},
{
id: "t2", name: "Moloko Lwandlelwethu", role: "Client", company: "Local", rating: 5},
{
id: "t3", name: "John D.", role: "Corporate", company: "TechCorp", rating: 5},
{
id: "t4", name: "Sarah K.", role: "Manager", company: "RetailLab", rating: 5},
{
id: "t5", name: "Mike R.", role: "Team Lead", company: "SportsGroup", rating: 5},
{ id: "t1", name: "Pilusa Mankopane" },
{ id: "t2", name: "Moloko Lwandlelwethu" },
{ id: "t3", name: "John D." },
{ id: "t4", name: "Sarah K." },
{ id: "t5", name: "Mike R." },
]}
title="What Our Clients Say"
description="Trusted by businesses and individuals across Polokwane."
/>
</div>