Update src/app/page.tsx

This commit is contained in:
2026-03-10 14:35:22 +00:00
parent 80f06d727e
commit f13b508a03

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" }
];