diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d2b33e1..cc0febe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,12 @@ import type { Metadata } from "next"; -import { Mulish } from "next/font/google"; +import { DM_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ @@ -43,7 +43,7 @@ export default function RootLayout({ {children} @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index cdd790a..606d918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,16 +15,16 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis" export default function LandingPage() { return ( @@ -68,14 +68,14 @@ export default function LandingPage() { @@ -99,22 +99,22 @@ export default function LandingPage() { } ]} gridVariant="four-items-2x2-equal-grid" - animationType="slide-up" + animationType="none" textboxLayout="default" useInvertedBackground="noInvert" tag="Benefits" tagIcon={CheckCircle} - tagAnimation="blur-reveal" + tagAnimation="none" />
@@ -155,8 +155,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Customer testimonial" }, { src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Customer testimonial" } ]} - ratingAnimation="blur-reveal" - avatarsAnimation="slide-up" + ratingAnimation="none" + avatarsAnimation="none" useInvertedBackground={false} /> @@ -167,7 +167,7 @@ export default function LandingPage() { description="Featured in the world's most prestigious beauty and wellness media outlets" tag="Awards & Recognition" tagIcon={Award} - tagAnimation="blur-reveal" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} logos={[ @@ -185,14 +185,14 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index d97fa01..c480bac 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-dm-sans), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-mulish), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8874b7f..9df745c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #FF7B05;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #FF7B05;; */ + --foreground: #1a1a1a;; + --primary-cta: #000000;; + --secondary-cta: #e8e8e8;; + --accent: #d0d0d0;; + --background-accent: #f0f0f0;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #FF7B05;; + --foreground: #1a1a1a;; + --primary-cta: #000000;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #e8e8e8;; --secondary-cta-text: #120a00e6;; - --accent: #e2e2e2;; - --background-accent: #FF7B05;; + --accent: #d0d0d0;; + --background-accent: #f0f0f0;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);