Update src/app/page.tsx

This commit is contained in:
2026-04-18 23:12:27 +00:00
parent 36db81ae48
commit cf100326d5

View File

@@ -9,10 +9,14 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Shield, Zap, Star } from 'lucide-react';
import { Shield, Zap } from 'lucide-react';
export default function Page() {
const navItems = [{ name: 'Home', id: '/' }];
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'About', id: '/about' },
{ name: 'Contact', id: '/contact' }
];
return (
<ThemeProvider