Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22468f23ba | |||
| ccc2587d7b | |||
| b0c0832523 | |||
| 2a9dbcd032 |
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #efebe5;;
|
||||
--card: #f7f2ea;;
|
||||
--foreground: #000000;;
|
||||
--primary-cta: #000000;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e7d7c1;;
|
||||
--background-accent: #f7f2ea;; */
|
||||
/* --background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--secondary-cta: #07170b;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;; */
|
||||
|
||||
--background: #efebe5;;
|
||||
--card: #f7f2ea;;
|
||||
--foreground: #000000;;
|
||||
--primary-cta: #000000;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e7d7c1;;
|
||||
--background-accent: #f7f2ea;;
|
||||
--background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--secondary-cta: #07170b;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</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."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367798.jpg"
|
||||
imageAlt="Professional layer practice workshop"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
@@ -185,4 +185,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user