From 73d8c2a797a9c6bffabf21596637ebe5104f0bdb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:40:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed589d1..751d70e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Brain, CheckCircle, Clock, MessageSquare, RefreshCw, Sparkles, Target, Users, Zap } from 'lucide-react'; +import { Brain, CheckCircle, Clock, MessageSquare, RefreshCw, Sparkles, Target, Users, Zap, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -215,7 +215,7 @@ export default function LandingPage() { ] }, { - id: "studio", badge: "REBLUES STUDIO", badgeIcon: Sparkles, + id: "studio", badge: "REBLUES STUDIO — 3X REQUESTS FOR 67% MORE", badgeIcon: TrendingUp, price: "$5,000/month", subtitle: "Three active requests running simultaneously", buttons: [ { text: "Get started", href: "#" } ], @@ -227,6 +227,7 @@ export default function LandingPage() { textboxLayout="default" animationType="none" useInvertedBackground={false} + badgeClassName="font-bold text-sm tracking-wide" />