Update src/app/page.tsx

This commit is contained in:
2026-04-11 07:22:30 +00:00
parent 3d13c58027
commit 7964f9db6c

View File

@@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Zap, Target, Shield, Star, Rocket } from 'lucide-react';
import { Zap, Target, Shield, Star } from 'lucide-react';
export default function HomePage() {
const navItems = [{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }];