From 3a9acff073724dd0ed7e93b86929faf34cd21c2d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:05:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d234217..9cc393f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,16 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import { CheckCircle, DollarSign, FileText, LineChart, Recycle, Sparkles, TrendingUp, Trophy } from "lucide-react"; export default function LandingPage() { + const updatedNavItems = [ + { name: "Home", id: "/" }, + { name: "Features", id: "#features" }, + { name: "How It Works", id: "#how-it-works" }, + { name: "Impact", id: "#metrics" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "FAQ", id: "#faq" }, + { name: "Contact", id: "/contact" }, + ]; + return (