Update src/app/page.tsx

This commit is contained in:
2026-01-13 12:22:37 +00:00
parent bd491c9ea0
commit 3440d1821a

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="sharp"
contentWidth="small"
sizing="medium"
background="dotGrid"
background="grid"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ type: "text", content: "Building Tomorrow's Tech Leaders" },
{ type: "image", src: "https://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg", alt: "Startup team collaboration" }
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn Our Approach", href: "#features" }
]}
@@ -102,7 +102,7 @@ export default function LandingPage() {
tag="Affordable Education"
tagIcon={Zap}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="slide-up"
plans={[
{
@@ -179,7 +179,7 @@ export default function LandingPage() {
tag="Help & Support"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444962.jpg"
imageAlt="Support and guidance illustration"
mediaPosition="left"