Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4da592bb9 | |||
| c18ee45d69 | |||
| 6c2b70ac55 | |||
| 80d57aede1 | |||
| 6cc9f02446 | |||
| 59977e958a | |||
| e7d7cdf9a2 | |||
| d523f25df6 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #fcfcff;;
|
||||
--card: #fafaff;;
|
||||
--foreground: #150022;;
|
||||
--primary-cta: #7c3aed;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #cfc2f0;;
|
||||
--background-accent: #ba9bf1;;
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -495,7 +495,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-work-sans), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-work-sans), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -1276,4 +1276,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
icon: Star
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508754581-ac56mcoq.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766509815693-6y70mpt0.jpg"
|
||||
imageAlt="Star Wars fan community gathering"
|
||||
/>
|
||||
</div>
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Episode Reviews",
|
||||
description: "In-depth analysis of every episode from all Star Wars series and films",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508755463-1pzweejz.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766509815952-mua84p9f.jpg",
|
||||
imageAlt: "Episode reviews and analysis"
|
||||
},
|
||||
{
|
||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user