Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 541f7212aa | |||
| 59c3ee3b82 | |||
| 2c26f16d12 |
@@ -14,7 +14,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -113,14 +113,14 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Getting Started", badgeIcon: Rocket,
|
||||
price: "$249", subtitle: "Perfect for first-time testers", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
price: "$249", subtitle: "Test ideas risk-free", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"5 Ad Videos", "1 Hook per video", "1 Revision", "Delivery in 24–48 hours", "Email support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$599", subtitle: "Best for scaling campaigns", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
price: "$599", subtitle: "Scale winning campaigns faster", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"15 Ad Videos", "2 Hooks per video", "2 Revisions", "Delivery in 24–48 hours", "Priority email support"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user