diff --git a/src/app/page.tsx b/src/app/page.tsx index 27dc846..6f7e92d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { BookOpen, Compass, Globe, Globe2, Rocket } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { Rocket, Globe, Compass, Globe2, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -22,327 +22,111 @@ export default function LandingPage() { contentWidth="medium" sizing="largeSmallSizeMediumTitles" background="noiseDiagonalGradient" - cardStyle="solid" - primaryButtonStyle="shadow" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bebab76..26e3ea7 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: #1a1a1a; - --foreground: #f8f5ffe6; - --primary-cta: #c89bff; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #000000; --secondary-cta-text: #f8f5ffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);