From 0bdac4dca8dd7352e1dc70c67d0b620810aa5d6e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 13:35:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6463b96..6783dee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,52 +18,43 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -297,50 +195,31 @@ export default function LandingPage() { logoText="COREPEPTIDES" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Peptides", - href: "#", - }, + label: "Peptides", href: "#"}, { - label: "Blends", - href: "#", - }, + label: "Blends", href: "#"}, { - label: "Secretagogues", - href: "#", - }, + label: "Secretagogues", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Lab Results", - href: "#", - }, + label: "Lab Results", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Disclaimer", - href: "#", - }, + label: "Disclaimer", href: "#"}, ], }, ]} -- 2.49.1