Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-04-11 07:22:33 +00:00

View File

@@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; 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() { export default function HomePage() {
const navItems = [{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }]; const navItems = [{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }];