diff --git a/src/app/page.tsx b/src/app/page.tsx index c648f4b..4b8a1da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -12,206 +12,89 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1dfbf22..13693d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf7; - --card: #ffffff; - --foreground: #1a1a1a; + --background: #0a0a0a; + --card: #161616; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #1a1a1a; - --secondary-cta: #ffffff; + --secondary-cta: #262626; --secondary-cta-text: #1a1a1a; - --accent: #f3e5ab; - --background-accent: #e6d5a0; + --accent: #d4af37; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);