From 75d5a74c91418b30fa03416acc7a9b0b28c81740 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 16:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 133c26c..e6d9e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { ]} brandName="CreatorKit AI" button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "contact"}} /> @@ -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."