From 6f895dde7efc313948ae0dd70fef98033f3c6e1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:49:00 +0000 Subject: [PATCH 1/4] Add src/app/franchise/page.tsx --- src/app/franchise/page.tsx | 109 +++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 src/app/franchise/page.tsx diff --git a/src/app/franchise/page.tsx b/src/app/franchise/page.tsx new file mode 100644 index 0000000..2c8b1a8 --- /dev/null +++ b/src/app/franchise/page.tsx @@ -0,0 +1,109 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function FranchisePage() { + const bookingUrl = "https://tinyurl.com/2kr8jy37"; + + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 32ef242dadb484b419597d6f5f105d50028c7ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:49:00 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3175028..417a2e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,8 @@ export default function LandingPage() { name: "Services", id: "services"}, { name: "Prices", id: "pricing"}, + { + name: "Franchise", id: "/franchise"}, { name: "Contact", id: "contact"}, @@ -65,14 +67,11 @@ export default function LandingPage() { name: "Sophie M.", handle: "@sophiem", testimonial: "Amazing Balayage treatment, truly premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg"}, { - name: "Mark D.", handle: "@markd", testimonial: "The attention to detail on the fade was spot on. 5 stars.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7351.jpg"}, + name: "Mark D.", handle: "@markd", testimonial: "The attention to detail on the fade was spot on. 5 stars.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7351.jpg"}, { - name: "Elena P.", handle: "@elenap", testimonial: "Professional, welcoming, and perfectly styled. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dandruff-looking-mirror_23-2149311387.jpg"}, + name: "Elena P.", handle: "@elenap", testimonial: "Professional, welcoming, and perfectly styled. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dandruff-looking-mirror_23-2149311387.jpg"}, { - name: "Chris W.", handle: "@chrisw", testimonial: "Classic barbering with a modern, luxury edge. Exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg"}, + name: "Chris W.", handle: "@chrisw", testimonial: "Classic barbering with a modern, luxury edge. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg"}, ]} buttons={[ { -- 2.49.1 From abf6b77e2be2bf98c8909ce872b6c14a9268cb95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:49:01 +0000 Subject: [PATCH 3/4] 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 3112a53..efe6053 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-roboto), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-libre-baskerville), serif; } -- 2.49.1 From b28d95a0c869a0d396362a586721162ec4cfa725 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:49:01 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fafc317..3b3fc73 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #171717; - --foreground: #f5f5f5; - --primary-cta: #C5A059; + --background: #1a1a1a; + --card: #2e2e2e; + --foreground: #f0e6d2; + --primary-cta: #d4af37; --primary-cta-text: #000000; - --secondary-cta: #171717; + --secondary-cta: #a67c00; --secondary-cta-text: #f5f5f5; - --accent: #6B4F3C; - --background-accent: #262626; + --accent: #ffd700; + --background-accent: #0d0d0d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1