5 Commits

Author SHA1 Message Date
bfcf9c29c7 Update src/app/page.tsx 2026-02-19 12:54:03 +00:00
6416c3a4a1 Update src/app/layout.tsx 2026-02-19 12:54:02 +00:00
fc8fad0735 Update src/app/styles/variables.css 2026-02-19 12:50:08 +00:00
26a1ced5f6 Merge version_1 into main
Merge version_1 into main
2026-02-19 12:06:28 +00:00
bdc7cde9c3 Merge version_1 into main
Merge version_1 into main
2026-02-19 12:03:45 +00:00
3 changed files with 1299 additions and 18 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[{ text: "Explore Collection", href: "#products" }, { text: "Learn More", href: "#features" }]} buttons={[{ text: "Explore Collection", href: "#products" }, { text: "Learn More", href: "#features" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/closeup-beautiful-grey-ceramic-cups-with-patterns_169016-20585.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1771505618512-apxd95pq.mp4"
imageAlt="Collection of elegant Biorogo cups" imageAlt="Collection of elegant Biorogo cups"
mediaAnimation="opacity" mediaAnimation="opacity"
ariaLabel="Welcome to Biorogo Cups" ariaLabel="Welcome to Biorogo Cups"
@@ -167,7 +167,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: 'plain' }} background={{ variant: 'plain' }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/closeup-beautiful-grey-ceramic-cups-with-patterns_169016-20585.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1771505618512-apxd95pq.mp4"
imageAlt="Someone holding a Biorogo cup" imageAlt="Someone holding a Biorogo cup"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="right" mediaPosition="right"

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f6f0e9;; /* --background: #060000;;
--card: #efe7dd;; --card: #1d0d0d;;
--foreground: #2b180a;; --foreground: #ffe6e6;;
--primary-cta: #2b180a;; --primary-cta: #ff3d4a;;
--secondary-cta: #efe7dd;; --secondary-cta: #1f0a0a;;
--accent: #94877c;; --accent: #7b2d2d;;
--background-accent: #afa094;; */ --background-accent: #b8111f;; */
--background: #f6f0e9;; --background: #060000;;
--card: #efe7dd;; --card: #1d0d0d;;
--foreground: #2b180a;; --foreground: #ffe6e6;;
--primary-cta: #2b180a;; --primary-cta: #ff3d4a;;
--secondary-cta: #efe7dd;; --secondary-cta: #1f0a0a;;
--accent: #94877c;; --accent: #7b2d2d;;
--background-accent: #afa094;; --background-accent: #b8111f;;
/* 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);