Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:40:54 +00:00
parent af8ecce245
commit 73d8c2a797

View File

@@ -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"
/>
</div>