4 Commits

Author SHA1 Message Date
22468f23ba Update src/app/page.tsx 2026-01-13 09:23:30 +00:00
ccc2587d7b Update src/app/page.tsx 2026-01-13 09:21:12 +00:00
b0c0832523 Update src/app/layout.tsx 2026-01-13 09:21:12 +00:00
2a9dbcd032 Update src/app/globals.css 2026-01-13 09:21:11 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -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);

View File

@@ -1262,4 +1262,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -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>
); );
} }