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