From 4a9862d3c6725e5dca859d9f0f9737410a7befa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:57:54 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 83b7c45..72ac8e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,9 +7,21 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function ContactPage() { return ( - + - + + Date: Sat, 28 Mar 2026 07:57:54 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a95bdf..524077e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,6 +17,13 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > Date: Sat, 28 Mar 2026 07:57:56 +0000 Subject: [PATCH 5/5] Update src/app/team/page.tsx --- src/app/team/page.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 50f3b23..7844638 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -7,9 +7,21 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function TeamPage() { return ( - + - + + /> +