Merge version_1 into main #4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user