diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b8113b..f71709a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,11 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Zap, Target, Star, Users } from "lucide-react"; export default function LandingPage() { const trackCall = () => { @@ -37,14 +38,10 @@ export default function LandingPage() {