Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user