diff --git a/src/app/page.tsx b/src/app/page.tsx index d971d0a..e761f5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { DollarSign, Facebook, Instagram, LifeBuoy, Star, Twitter } from "lucide-react"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import { Instagram, Twitter, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -20,327 +18,82 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="large" - background="fluid" + background="none" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c88a206..0078b65 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #060000; - --card: #1d0d0d; - --foreground: #ffe6e6; + --background: #000000; + --card: #0a0a0a; + --foreground: #ffffff; --primary-cta: #ff3d4a; --primary-cta-text: #ffffff; - --secondary-cta: #1f0a0a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffe6e6; - --accent: #7b2d2d; - --background-accent: #b8111f; + --accent: #ff3d4a; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);