Update src/app/page.tsx

This commit is contained in:
2026-04-04 15:34:33 +00:00
parent a02b832ee3
commit ed4ccb46fc

View File

@@ -9,10 +9,12 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Shield, Users, Star, Zap } from 'lucide-react';
import { Shield } from 'lucide-react';
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
const navItems = [
{ name: "Home", id: "/" }
];
return (
<ThemeProvider