From c7122646558d8a583ebdd88c396fee99de21d10a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 339 +++++++++-------------------------------------- 1 file changed, 61 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc552cd..00a0159 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,31 +20,23 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -384,33 +184,16 @@ export default function LandingPage() { logoText="Akwaifersh Limited" columns={[ { - title: "Company", - items: [ - { - label: "Story", - href: "#about", - }, - { - label: "Products", - href: "#products", - }, - { - label: "Compliance", - href: "#compliance", - }, + title: "Company", items: [ + { label: "Story", href: "#about" }, + { label: "Products", href: "#products" }, + { label: "Compliance", href: "#compliance" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQ", - href: "#faq", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "#faq" }, ], }, ]} @@ -419,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1