Update src/app/page.tsx
This commit is contained in:
@@ -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" }];
|
||||
|
||||
Reference in New Issue
Block a user