From 69282b7bcddb20b0b7905eb861a195cfd55cd6c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 23:01:04 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90aa1fd..6fd4d05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -70,11 +70,11 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/illustration-rain-futuristic-city_23-2151406575.jpg", imageAlt: "Futuristic anime cityscape"}, + id: "carousel-item-1", videoSrc: "https://cdn.pixabay.com/v/2023/06/15/12-32-15-77_tiny.mp4", imageAlt: "Futuristic anime cityscape", videoAriaLabel: "Futuristic anime cityscape animation"}, { - id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/galaxy-planets-digital-art_23-2151727737.jpg", imageAlt: "Spaceship traveling through nebula"}, + id: "carousel-item-2", videoSrc: "https://cdn.pixabay.com/v/2023/10/01/08-01-38-344_medium.mp4", imageAlt: "Spaceship traveling through nebula", videoAriaLabel: "Spaceship traveling through nebula animation"}, { - id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/literary-fantasy-character_23-2151863450.jpg", imageAlt: "5D anime character in abstract environment"}, + id: "carousel-item-3", videoSrc: "https://cdn.pixabay.com/v/2023/08/17/14-38-20-418_tiny.mp4", imageAlt: "5D anime character in abstract environment", videoAriaLabel: "5D anime character animation"}, { id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-vr-headset-operational-base_53876-101151.jpg", imageAlt: "Advanced virtual reality interface"}, { -- 2.49.1 From 643231ef4bc9772db49d0485dff6217ca9c99cf1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 23:01:05 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index d97fa01..efe6053 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-libre-baskerville), serif; } -- 2.49.1 From 73c0dfcd0228a4a6be8018b02c18e8004766455d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 23:01:05 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f97c261..4758cdc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #152840; - --foreground: #e6f0ff; - --primary-cta: #cee7ff; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #010912; - --secondary-cta: #0e1a29; + --secondary-cta: #ffffff; --secondary-cta-text: #e6f0ff; - --accent: #3f5c79; - --background-accent: #004a93; + --accent: #ffffff; + --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1