Update src/app/page.tsx

This commit is contained in:
2026-05-13 15:48:25 +00:00
parent b42dda15d3
commit b972dcc068

View File

@@ -10,6 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Shield, Sparkles } from 'lucide-react';
import Link from "next/link";
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];