Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:35:07 +00:00
parent 66755c8f3e
commit 75d5a74c91

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
]}
brandName="CreatorKit AI"
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "contact"}}
/>
</div>
@@ -50,8 +50,8 @@ export default function LandingPage() {
description="Logos, captions, reels, and more. Everything small creators need to build a professional brand in seconds, powered by AI."
tag="All-in-One Creator Suite"
buttons={[
{ text: "Get Started Free", href: "#contact" },
{ text: "Learn More", href: "#features" },
{ text: "Get Started Free", href: "contact" },
{ text: "Learn More", href: "features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-touching-smart-technology-holographic-interface_53876-98409.jpg?_wi=1"
imageAlt="CreatorKit AI Dashboard"
@@ -113,8 +113,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$19/mo", subtitle: "For new starters", buttons: [{ text: "Get Started", href: "#contact" }], features: ["1 Logo Kit", "5 Reels Ideas", "Basic Avatars"] },
{ id: "pro", badge: "Pro", price: "$49/mo", subtitle: "For growing brands", buttons: [{ text: "Get Started", href: "#contact" }], features: ["Unlimited Logos", "All Content Tools", "AI Avatars", "Priority Support"] },
{ id: "basic", badge: "Essential", price: "$19/mo", subtitle: "For new starters", buttons: [{ text: "Get Started", href: "contact" }], features: ["1 Logo Kit", "5 Reels Ideas", "Basic Avatars"] },
{ id: "pro", badge: "Pro", price: "$49/mo", subtitle: "For growing brands", buttons: [{ text: "Get Started", href: "contact" }], features: ["Unlimited Logos", "All Content Tools", "AI Avatars", "Priority Support"] },
]}
title="Simple Creator Pricing"
description="Get full access to all creative tools."