diff --git a/src/app/page.tsx b/src/app/page.tsx index 0700234..11f122a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { BarChart3, Building2, Link, MessageSquare, Palette, ShieldCheck, Sparkles, Target, TrendingUp, Zap } from "lucide-react"; +import { BarChart3, Building2, Link, MessageSquare, Palette, ShieldCheck, Sparkles, Target, TrendingUp, Zap, LineChart } from "lucide-react"; export default function LandingPage() { return ( @@ -35,7 +35,10 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "Products", id: "products" }, { name: "Team", id: "team" }, + { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} brandName="Karas Company"