From ace60663830f6f53b2a48f606398a88d477e1597 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:03:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c37918..e1368af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, BarChart3, Github, Globe, Heart, Linkedin, ShoppingCart, Sparkles, Target, Trending Up, Twitter, Users, Zap } from 'lucide-react'; +import { Award, BarChart3, Github, Globe, Heart, Linkedin, ShoppingCart, Sparkles, Target, TrendingUp, Twitter, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -121,7 +121,7 @@ export default function LandingPage() { }, { title: "Growth Strategy", description: "Data-driven strategies to increase traffic, improve conversions, and maximize your return on investment.", bentoComponent: "3d-stack-cards", items: [ - { icon: Trending Up, title: "Analytics", subtitle: "Real Results", detail: "Track every metric that matters" }, + { icon: TrendingUp, title: "Analytics", subtitle: "Real Results", detail: "Track every metric that matters" }, { icon: Target, title: "Conversion", subtitle: "Optimization", detail: "Turn visitors into customers" }, { icon: Zap, title: "Performance", subtitle: "Excellence", detail: "Speed and reliability guaranteed" } ]