Merge version_1 into main #4

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

View File

@@ -9,7 +9,6 @@ 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 (
@@ -97,9 +96,9 @@ export default function LandingPage() {
description="Read what others say."
testimonials={[]}
kpiItems={[
{ value: "100%", label: "Satisfaction", icon: Circle },
{ value: "50+", label: "Projects", icon: Circle },
{ value: "24h", label: "Support", icon: Circle }
{ value: "100%", label: "Satisfaction" },
{ value: "50+", label: "Projects" },
{ value: "24h", label: "Support" }
]}
/>
</div>