From bd7a0783c6bd9bbb46e8a8938cb4529ce8f80ac8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 08:43:45 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d75458..fb3d0c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,11 @@ export default function Page() { avatarText="Trusted by 10,000+ professionals" buttons={[{ text: "Choose Your Learning Path", href: "#pricing" }]} buttonAnimation="slide-up" + marqueeItems={[ + { type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-view-business-charts_23-2148795764.jpg", alt: "Financial Growth" }, + { type: "text", text: "Personal Wealth Management" }, + { type: "text", text: "Stock Market Strategy" }, + ]} /> @@ -169,4 +174,4 @@ export default function Page() { ); -} \ No newline at end of file +} -- 2.49.1 From 7b4762dc5c6478d3da22b19084a2678854410c68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 08:43:46 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..969dd3a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1