diff --git a/src/app/page.tsx b/src/app/page.tsx index d8d41ca..5b21525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Coffee, Palette, Scissors } from "lucide-react"; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Palette, Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,10 @@ export default function LandingPage() {
- +
- +
- +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..b168257 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #efe7dd; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);