Merge version_1 into main #6
@@ -49,7 +49,7 @@ export default function AboutPage() {
|
||||
tag="About CreatorForge"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png"
|
||||
imageAlt="CreatorForge Mission"
|
||||
buttons={[
|
||||
@@ -115,7 +115,7 @@ export default function AboutPage() {
|
||||
{ text: "Start Free Trial Now", href: "/pricing" },
|
||||
{ text: "Schedule a Demo", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ContactPage() {
|
||||
tag="Contact Us"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png"
|
||||
imageAlt="CreatorForge Contact"
|
||||
buttons={[
|
||||
@@ -105,7 +105,7 @@ export default function ContactPage() {
|
||||
{ text: "Start Free Trial", href: "/pricing" },
|
||||
{ text: "Email Us", href: "mailto:hello@creatorforge.io" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Creator Platform"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-sleek-ai-powered-creator-dashboard-int-1772551748233-aa931284.png"
|
||||
imageAlt="CreatorForge AI Dashboard"
|
||||
buttons={[
|
||||
@@ -326,7 +326,7 @@ export default function HomePage() {
|
||||
{ text: "Start Your Free Trial", href: "#signup" },
|
||||
{ text: "Schedule Demo Call", href: "#contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,7 +106,7 @@ export default function PricingPage() {
|
||||
{ text: "Start Free Trial", href: "#signup" },
|
||||
{ text: "Compare Plans", href: "#pricing" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user