Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a34779b1e4 | |||
| 86a6580f98 | |||
| b28d95a0c8 | |||
| abf6b77e2b | |||
| 32ef242dad | |||
| 6f895dde7e | |||
| ed6bdc86c3 | |||
| 0a260f7ab6 | |||
| 2c91ccdbbb | |||
| 912cd30097 | |||
| f388c96554 | |||
| b8fac0dabd | |||
| 87eb233c1a | |||
| 061eb5388b | |||
| dd5450fcc4 | |||
| ec4bd4997f | |||
| 4f15a25670 | |||
| 4ef1da74af | |||
| 85e76d0978 | |||
| 7aa5cd0464 | |||
| 424fc1bda0 | |||
| d7b094f699 | |||
| b0e8fa1bcf | |||
| a8c68f6bdc | |||
| c2f5202634 | |||
| 9a568791ce |
@@ -7,32 +7,8 @@ import { useBlogPosts } from "@/hooks/useBlogPosts";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
const footerColumns: FooterColumn[] = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "Support", href: "/support" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
];
|
||||
const bookingUrl = "/contact";
|
||||
const franchisePagePath = "/franchise-doc-barnet-grooming-salon";
|
||||
|
||||
export default function BlogPage() {
|
||||
const { posts, isLoading } = useBlogPosts();
|
||||
@@ -53,14 +29,19 @@ export default function BlogPage() {
|
||||
|
||||
<NavbarLayoutFloatingOverlay navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "Prices", id: "pricing"},
|
||||
name: "Prices", id: "/#pricing"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
name: "Contact", id: "/#contact"},
|
||||
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Franchise", id: franchisePagePath},
|
||||
]}
|
||||
brandName="Doc Barnet Grooming Salon"
|
||||
button={{
|
||||
text: "BOOK NOW", href: bookingUrl}} />
|
||||
@@ -92,21 +73,23 @@ export default function BlogPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Gents Hair", href: "#services"},
|
||||
label: "Gents Hair", href: "/#services"},
|
||||
{
|
||||
label: "Ladies Cut", href: "#services"},
|
||||
label: "Ladies Cut", href: "/#services"},
|
||||
{
|
||||
label: "Beard Grooming", href: "#services"},
|
||||
label: "Beard Grooming", href: "/#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
label: "Contact", href: "/#contact"},
|
||||
{
|
||||
label: "Book Now", href: bookingUrl},
|
||||
{
|
||||
label: "Franchise", href: franchisePagePath},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -124,5 +107,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
109
src/app/franchise/page.tsx
Normal file
109
src/app/franchise/page.tsx
Normal file
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Prices", id: "pricing"},
|
||||
{
|
||||
name: "Franchise", id: "/franchise"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="Doc Barnet Grooming Salon"
|
||||
button={{
|
||||
text: "BOOK NOW", href: bookingUrl}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="franchise-contact" data-section="franchise-contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Franchise Opportunities"
|
||||
description="Interested in joining the Doc Barnet family? We are expanding and seeking passionate individuals to join our brand. Contact us today to learn more about our franchise model and how you can become a part of our success story.\n\nDoc Barnet Management:\n📞 07867777688\n📧 operations@docbarnet.uk"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
{ name: "company", type: "text", placeholder: "Your Company (Optional)" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 5
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1779820625891-kmygfm29.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Enquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778094604107-kwe3q62f.jpg"
|
||||
logoText="DOC BARNET"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Gents Hair", href: "#services"},
|
||||
{
|
||||
label: "Ladies Cut", href: "#services"},
|
||||
{
|
||||
label: "Beard Grooming", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Book Now", href: bookingUrl},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram", href: "https://www.instagram.com/docbarnet?igsh=MWMwdHBnamFibXc3Yw%3D%3D&utm_source=qr"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -14,7 +14,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
const bookingUrl = "https://www.fresha.com/book-now/doc-barnet-hair-studio-tzv4uhw7/all-offer?share=true&pId=2750001";
|
||||
const bookingUrl = "https://tinyurl.com/2kr8jy37";
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -39,6 +39,8 @@ export default function LandingPage() {
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Prices", id: "pricing"},
|
||||
{
|
||||
name: "Franchise", id: "/franchise"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user