Update src/app/page.tsx

This commit is contained in:
2026-03-26 12:29:47 +00:00
parent f2354faa47
commit aad05fcd87

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { ArrowRight, Shield, MessageCircle, User, BarChart3, ChatBubble, MapPin } from "lucide-react";
import { ArrowRight, Shield, MessageCircle, User, BarChart3, MapPin } from "lucide-react";
export default function LandingPage() {
return (