3 Commits

Author SHA1 Message Date
55c76f5be8 Update src/app/page.tsx 2026-01-20 16:12:51 +00:00
23eb2782c4 Update src/app/page.tsx 2026-01-20 16:09:41 +00:00
7a73189564 Update src/app/globals.css 2026-01-20 16:09:40 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f6f0e9;; /* --background: #f5faff;;
--card: #efe7dd;; --card: #f1f8ff;;
--foreground: #2b180a;; --foreground: #001122;;
--primary-cta: #2b180a;; --primary-cta: #15479c;;
--secondary-cta: #efe7dd;; --secondary-cta: #ffffff;;
--accent: #94877c;; --accent: #a8cce8;;
--background-accent: #e8d3c0;; */ --background-accent: #7ba3cf;; */
--background: #f6f0e9;; --background: #f5faff;;
--card: #efe7dd;; --card: #f1f8ff;;
--foreground: #2b180a;; --foreground: #001122;;
--primary-cta: #2b180a;; --primary-cta: #15479c;;
--secondary-cta: #efe7dd;; --secondary-cta: #ffffff;;
--accent: #94877c;; --accent: #a8cce8;;
--background-accent: #e8d3c0;; --background-accent: #7ba3cf;;
/* 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

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -229,14 +229,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to join hundreds of creators earning on Tradvio? Sign up for our invite-only community and start creating content today" text="Join our limited invite-only community - only 50 spots remaining this month. Be among the exclusive creators earning $3K+ monthly on Tradvio"
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ {
text: "Join via Email", href: "https://tradvio.example.com/email-signup" text: "Claim Your Spot", href: "https://tradvio.example.com/email-signup"
}, },
{ {
text: "Join Discord Community", href: "https://discord.gg/tradvio" text: "Join VIP Discord", href: "https://discord.gg/tradvio"
} }
]} ]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"