From b1634e5c8af767f596451618cafb366796e2f627 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:03:06 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 82 ++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 39 deletions(-) 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() {
-- 2.49.1 From 46b7c7a7a05f5a23bf3c24cf45fd0e4bda4538de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:03:07 +0000 Subject: [PATCH 2/8] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 49 +++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 26 deletions(-) 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() { -- 2.49.1 From f08812b20972c4b29cb6e1c58155f1b35e318fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:03:09 +0000 Subject: [PATCH 6/8] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 72 +++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 38 deletions(-) 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 ( -- 2.49.1 From 496b6c42765193c47aba2c58cb01cf9a59c310b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:03:09 +0000 Subject: [PATCH 7/8] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.49.1 From cadeab3509242345138c025b556a438d906b4895 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:03:10 +0000 Subject: [PATCH 8/8] Update src/app/styles/variables.css --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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); -- 2.49.1