Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 15:37:03 +00:00
parent 5950c51efe
commit 48b8b0d8fc

View File

@@ -28,7 +28,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -49,7 +49,7 @@ export default function AboutPage() {
tag="About CreatorForge"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
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={[
@@ -112,7 +112,7 @@ export default function AboutPage() {
{ text: "Start Free Trial Now", href: "/pricing" },
{ text: "Schedule a Demo", href: "/contact" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
/>
</div>