Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22468f23ba | |||
| ccc2587d7b | |||
| b0c0832523 | |||
| 2a9dbcd032 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #efebe5;;
|
/* --background: #000802;;
|
||||||
--card: #f7f2ea;;
|
--card: #0b1a0b;;
|
||||||
--foreground: #000000;;
|
--foreground: #e6ffe6;;
|
||||||
--primary-cta: #000000;;
|
--primary-cta: #80da9b;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #07170b;;
|
||||||
--accent: #e7d7c1;;
|
--accent: #38714a;;
|
||||||
--background-accent: #f7f2ea;; */
|
--background-accent: #2c6541;; */
|
||||||
|
|
||||||
--background: #efebe5;;
|
--background: #000802;;
|
||||||
--card: #f7f2ea;;
|
--card: #0b1a0b;;
|
||||||
--foreground: #000000;;
|
--foreground: #e6ffe6;;
|
||||||
--primary-cta: #000000;;
|
--primary-cta: #80da9b;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #07170b;;
|
||||||
--accent: #e7d7c1;;
|
--accent: #38714a;;
|
||||||
--background-accent: #f7f2ea;;
|
--background-accent: #2c6541;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
|||||||
description="Learn the fundamental principles of layer practice through our comprehensive curriculum. Whether you're beginning your journey or refining your technique, our expert-led program guides you through every step with precision and care."
|
description="Learn the fundamental principles of layer practice through our comprehensive curriculum. Whether you're beginning your journey or refining your technique, our expert-led program guides you through every step with precision and care."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367798.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367798.jpg"
|
||||||
imageAlt="Professional layer practice workshop"
|
imageAlt="Professional layer practice workshop"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
@@ -185,4 +185,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user