Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user