Update src/app/programs/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function ProgramsPage() {
|
||||
|
||||
const heroProps = {
|
||||
title: "Elevate Your Business. Expand Your Potential.", description: "World‑class business transformation programs designed to unlock performance, purpose, and long‑term growth.", background: {
|
||||
variant: "sparkles-gradient"
|
||||
variant: "plain"
|
||||
},
|
||||
buttons: [
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
textboxLayout: "default", useInvertedBackground: false,
|
||||
ariaLabel: "Social proof: Trusted by many"
|
||||
} as const;
|
||||
};
|
||||
|
||||
const impactFeaturesProps = {
|
||||
title: "Transformation That Stays With You", description: "Our programs aren’t hype—they’re a system. A framework for growth that blends psychology, strategy, and deep personal development. People leave changed: more clarity, more courage, more capability.", features: [
|
||||
@@ -121,7 +121,7 @@ export default function ProgramsPage() {
|
||||
showStepNumbers: true,
|
||||
animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,
|
||||
ariaLabel: "Impact and Transformation Features"
|
||||
} as const;
|
||||
};
|
||||
|
||||
const featuredProgramsProps = {
|
||||
title: "Featured Programs", description: "Our flagship programs designed for serious growth and lasting impact.", products: [
|
||||
@@ -134,7 +134,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
gridVariant: "two-columns-alternating-heights", animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,
|
||||
ariaLabel: "Featured Programs section"
|
||||
} as const;
|
||||
};
|
||||
|
||||
const luxuryCtaProps = {
|
||||
sideTitle: "Your Next Level Is Waiting", sideDescription: "Choose clarity, courage, and mastery.", faqs: [
|
||||
@@ -149,7 +149,7 @@ export default function ProgramsPage() {
|
||||
}
|
||||
],
|
||||
ariaLabel: "Luxury Call to Action section"
|
||||
} as const;
|
||||
};
|
||||
|
||||
const footerProps = {
|
||||
logoText: "Kerwin Rae", copyrightText: "© 2024 Kerwin Rae. All rights reserved.", socialLinks: [
|
||||
|
||||
Reference in New Issue
Block a user