diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de17e4..cee13eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,29 +9,30 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import Link from "next/link"; export default function LandingPage() { return ( @@ -131,7 +132,7 @@ export default function LandingPage() { { text: "Our Story", href: "#" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} + useInvertedBackground={true} /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dd1067d..61910a9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf8f3; + --background: #faf8f6; --card: #ffffff; - --foreground: #2b1810; - --primary-cta: #8b6f47; + --foreground: #3d2817; + --primary-cta: #8b5a3c; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #f5f1e8; --secondary-cta-text: #1c1c1c; --accent: #d4a574; --background-accent: #e8dcc8;