Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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"},
|
||||
{
|
||||
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-mulish), sans-serif;
|
||||
font-family: var(--font-libre-baskerville), serif;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user