Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-04-17 04:51:33 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Zap, Shield, Users, Star } from 'lucide-react';
import { Shield, Users, Star } from 'lucide-react';
export default function HomePage() {
const navItems = [{ name: 'Home', id: '/' }];