Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-14 14:52:38 +00:00

View File

@@ -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)]"
/>
</div>
@@ -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"
/>
</div>