Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-11 22:32:47 +00:00

View File

@@ -9,6 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Circle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -95,7 +96,11 @@ export default function LandingPage() {
title="Testimonials"
description="Read what others say."
testimonials={[]}
kpiItems={[]}
kpiItems={[
{ value: "100%", description: "Satisfaction", icon: Circle },
{ value: "50+", description: "Projects", icon: Circle },
{ value: "24h", description: "Support", icon: Circle }
]}
/>
</div>