diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1f0d73e..d28e55c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function AboutPage() { @@ -37,16 +37,16 @@ export default function AboutPage() { return (
-
-
@@ -116,7 +120,7 @@ export default function AboutPage() {
diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index cd63708..bdeaa84 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function BookingPage() { @@ -36,16 +36,16 @@ export default function BookingPage() { return ( @@ -204,7 +201,7 @@ export default function HomePage() { diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index be8ee22..3919fd0 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function PricingPage() { @@ -36,16 +36,16 @@ export default function PricingPage() { return ( diff --git a/src/app/styles/base.css b/src/app/styles/base.css index c6e7a79..be35e85 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-great-vibes), sans-serif; + font-family: var(--font-manrope), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-great-vibes), sans-serif; + font-family: var(--font-manrope), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5d9ae99..9f728d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; + /* --background: #f5f4f0;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; - --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; */ + --foreground: #2d2b28;; + --primary-cta: #8b7355;; + --secondary-cta: #e8e5dd;; + --accent: #d4c5b9;; + --background-accent: #c4b5a8;; */ - --background: #f7f6f7;; + --background: #f5f4f0;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --foreground: #2d2b28;; + --primary-cta: #8b7355;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffffff;; + --secondary-cta: #e8e5dd;; --secondary-cta-text: #0c1325;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; + --accent: #d4c5b9;; + --background-accent: #c4b5a8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);