From ec7f9b0e3609700a1dda575aaec3d7527374eb24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:37:02 +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 d1c2bbb..5bbc986 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Phone } from "lucide-react"; +import { Phone, Users } from "lucide-react"; export default function Page() { return ( @@ -41,6 +41,9 @@ export default function Page() { title="Turn Longform Content Into Viral Clips" description="Expert clip editing services that transform your YouTube videos, podcasts, and streams into viral TikToks, Instagram Reels, and YouTube Shorts. We've generated 10M+ views for creators." background={{ variant: "glowing-orb" }} + tag="Trusted by 500+ Creators" + tagIcon={Users} + tagAnimation="slide-up" kpis={[ { value: "10M+", label: "Views Generated" }, { value: "99.8%", label: "Client Satisfaction" },