Compare commits

4 Commits

Author SHA1 Message Date
2419a0749d Merge version_2 into main
Merge version_2 into main
2026-04-11 15:52:14 +00:00
1234a82393 Update src/app/page.tsx 2026-04-11 15:52:12 +00:00
a0fe41220f Merge version_2 into main
Merge version_2 into main
2026-04-11 15:50:35 +00:00
153eb95478 Update theme colors 2026-04-11 15:50:32 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/glasses-water-with-shadow_23-2148863475.jpg"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CDa8r4yhf66tmrIqrXNqWpzchz/uploaded-1775922654295-v6iosie0.mp4"
imageAlt="Pure premium water bottle presentation"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);