diff --git a/src/app/page.tsx b/src/app/page.tsx index 791aa81..18da74b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Globe, Shield, Zap } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Zap, Shield, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -17,201 +17,94 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="smallMedium" - sizing="largeSmall" + contentWidth="medium" + sizing="medium" background="noise" - cardStyle="subtle-shadow" - primaryButtonStyle="primary-glow" - secondaryButtonStyle="radial-glow" - headingFontWeight="semibold" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="glass" + headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ed89a44..89766af 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #161616; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #ffffff; + --card: #f0f0f0; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #0a0a0a; - --secondary-cta: #161616; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #333333; - --background-accent: #1a1a1a; + --accent: #000000; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);