Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfcf9c29c7 | |||
| 6416c3a4a1 | |||
| fc8fad0735 | |||
| 26a1ced5f6 | |||
| bdc7cde9c3 |
1285
src/app/layout.tsx
1285
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user