From 6ee3d23d4225311b257c1e5e691d5be24220ea69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:32:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.49.1