Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73d8c2a797 | |||
| af8ecce245 |
@@ -10,7 +10,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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: [
|
price: "$5,000/month", subtitle: "Three active requests running simultaneously", buttons: [
|
||||||
{ text: "Get started", href: "#" }
|
{ text: "Get started", href: "#" }
|
||||||
],
|
],
|
||||||
@@ -227,6 +227,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="none"
|
animationType="none"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
badgeClassName="font-bold text-sm tracking-wide"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user