Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:35:36 +00:00

View File

@@ -9,12 +9,12 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import Link from 'next/link';
import { Sparkles, Star, TrendingUp, Users, MessageSquare, HelpCircle } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "Shop", id: "shop" },
{ name: "Contact", id: "faq" }
];