From eba69c21fa90732d01b15942e648c1accb322875 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:45:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cccbd5..6d6cb24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Activity, Award, Brain, Code, DollarSign, Link, Lock, MessageSquare, RefreshCw, TrendingUp, Users, Zap } from "lucide-react"; +import { Activity, Award, Brain, Code, DollarSign, Link, Lock, MessageSquare, RefreshCw, TrendingUp, Users, Zap, Sparkles, Network } from "lucide-react"; export default function LandingPage() { return ( @@ -29,10 +29,10 @@ export default function LandingPage() { @@ -219,8 +219,8 @@ export default function LandingPage() { columns={[ { title: "Product", items: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, + { label: "Features", href: "#enrichment" }, + { label: "Pricing", href: "#" }, { label: "Security", href: "#" }, { label: "Status", href: "#" } ] -- 2.49.1