Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a857a8ef86 | |||
| 14fca7f222 | |||
| 201170212c | |||
| 26f790cb4a | |||
| 7c77b83a20 | |||
| 29e9790305 | |||
| 60d1178397 | |||
| 4fd0ebe28a |
@@ -59,15 +59,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632008-ib0tb25p.png", imageAlt: "Modern interior with elegant wood flooring"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781314973510-g5ph7hk3.jpg", imageAlt: "Abstract blue and purple gradient background"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-z1a9eonm.png?_wi=1", imageAlt: "Clean, light-toned wood floor in a spacious room"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983055-0uj3z2ai.png", imageAlt: "Soft green and yellow gradient waves"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632008-hrnheifw.png?_wi=1", imageAlt: "Bright room with wooden floor and natural light"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983055-yjz86f9g.png", imageAlt: "Dynamic purple and pink gradient blend"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-wuqrv7ta.png?_wi=1", imageAlt: "Close-up of wooden floor planks showcasing texture"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983056-e625abyk.png", imageAlt: "Smooth blue and teal color transition"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-tn0j13f3.png?_wi=1", imageAlt: "Detailed view of wood floor grain and pattern"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983056-z9ob7d5z.png", imageAlt: "Light blue and white abstract gradient"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user