From ba3aa3f20bc47534c7a4451c0fd530404dc848df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 20:05:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 975e7c0..a922f0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,24 +18,20 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noiseDiagonalGradient" - cardStyle="inset" - primaryButtonStyle="shadow" - secondaryButtonStyle="layered" + background="none" + cardStyle="subtle-shadow" + primaryButtonStyle="flat" + secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -65,7 +61,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={true} + useInvertedBackground={false} features={[ { id: "f1", title: "Instant Delivery", description: "Get your favorite books delivered to your device the moment you click purchase.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUstwkrF0ql2ythS5TOyi0xKOC/a-flat-icon-illustration-of-a-digital-do-1774555255307-16f476da.png" }, { id: "f2", title: "Smart Bookmarks", description: "Seamlessly track your progress across all your devices, never lose your spot again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUstwkrF0ql2ythS5TOyi0xKOC/a-flat-icon-illustration-of-a-high-quali-1774555254876-62237f10.png" }, @@ -80,7 +76,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file