From 41a6807f3d3fae9f85ffd6fe008e7b8a2ab82e4e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:49:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8797da5..76cb5b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { title="Your Gateway to Digital Knowledge" description="Discover premium digital products designed to accelerate your learning and growth. Instant access to e-guides, courses, and resources covering technology, productivity, entrepreneurship, and personal development." tag="Empower Your Learning" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-vector/social-media-business_23-2147512537.jpg" imageAlt="DigiWorld digital learning platform dashboard" buttons={[ @@ -72,7 +72,7 @@ export default function LandingPage() { id: "3", name: "Advanced Tech Skills Bundle", price: "$79.99", variant: "Video Course + Resources", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet_23-2147689346.jpg", imageAlt: "Advanced Tech Skills Bundle course" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -125,7 +125,7 @@ export default function LandingPage() { id: "3", value: "95", title: "Satisfaction Rate", description: "Customer satisfaction score from verified reviews", icon: TrendingUp } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -204,6 +204,7 @@ export default function LandingPage() { useInvertedBackground={false} textPosition="left" animationType="smooth" + faqsAnimation="none" /> -- 2.49.1