From 3517d7c29e27be099f46a7c3963d816d4aa9f985 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:13:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9c58dd..d07c2c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, Star, Heart, CheckCircle, Zap, Award, Send } from "lucide-react"; +import { Sparkles, Star, Heart, CheckCircle, Zap, Award, Send, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -77,6 +77,8 @@ export default function LandingPage() { title="Authentic Content Creation That Drives Results" description="We connect brands with talented creators who produce compelling, authentic UGC content. Our platform delivers average 40% boost in engagement, 3x faster content delivery, and 500+ verified creators across all niches. Our network spans diverse styles and industries, ensuring your brand message resonates with real audiences and drives measurable conversion results." tag="About Our Platform" + tagIcon={TrendingUp} + tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12078.jpg" imageAlt="UGC creators collaborating" buttons={[{ text: "Learn More", href: "#services" }]} -- 2.49.1