Merge version_2 into main #4
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="aurora"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -70,11 +70,11 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselItems={[
|
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"},
|
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,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #010912;
|
--background: #efebe5;
|
||||||
--card: #152840;
|
--card: #f7f2ea;
|
||||||
--foreground: #e6f0ff;
|
--foreground: #000000;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #000000;
|
||||||
--primary-cta-text: #010912;
|
--primary-cta-text: #010912;
|
||||||
--secondary-cta: #0e1a29;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #e6f0ff;
|
--secondary-cta-text: #e6f0ff;
|
||||||
--accent: #3f5c79;
|
--accent: #ffffff;
|
||||||
--background-accent: #004a93;
|
--background-accent: #e1b875;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user