diff --git a/src/app/page.tsx b/src/app/page.tsx index 4aa131a..1f834bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,14 @@ export default function LandingPage() { showStepNumbers={true} animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} + buttons={[ + { text: "Explore All Categories", href: "#categories" } + ]} + buttonAnimation="slide-up" + titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + descriptionClassName="text-lg text-[var(--foreground)] opacity-85" + tagClassName="text-sm font-semibold text-[var(--accent)]" features={[ { id: 1, @@ -142,14 +150,6 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/book-logo-template-pack_23-2148814921.jpg", imageAlt: "Publication icon" } } ]} - useInvertedBackground={false} - buttons={[ - { text: "Explore All Categories", href: "#categories" } - ]} - buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" - tagClassName="text-sm font-semibold text-[var(--accent)]" /> @@ -221,8 +221,6 @@ export default function LandingPage() { testimonialClassName="text-base text-[var(--foreground)] leading-relaxed" nameClassName="text-lg font-semibold text-[var(--primary-cta)]" roleClassName="text-sm text-[var(--accent)]" - animationType="blur-reveal" - textboxLayout="default" />