8 Commits

Author SHA1 Message Date
4cb5e5546b Update src/app/page.tsx 2026-05-28 13:30:09 +00:00
45574e630b Update src/app/franchise/page.tsx 2026-05-26 18:43:27 +00:00
7042bcbea5 Update src/app/blog/page.tsx 2026-05-26 18:43:27 +00:00
cb7145e889 Update src/app/franchise/page.tsx 2026-05-26 18:43:03 +00:00
4827c7c948 Update src/app/blog/page.tsx 2026-05-26 18:43:02 +00:00
047fcfd155 Merge version_9 into main
Merge version_9 into main
2026-05-26 18:40:23 +00:00
bf2e0f3ec1 Merge version_9 into main
Merge version_9 into main
2026-05-26 17:49:38 +00:00
4003990d72 Merge version_9 into main
Merge version_9 into main
2026-05-26 17:49:04 +00:00
3 changed files with 24 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ import { useBlogPosts } from "@/hooks/useBlogPosts";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
const bookingUrl = "/contact"; const bookingUrl = "https://tinyurl.com/2kr8jy37";
const franchisePagePath = "/franchise-doc-barnet-grooming-salon"; const franchisePagePath = "/franchise";
export default function BlogPage() { export default function BlogPage() {
const { posts, isLoading } = useBlogPosts(); const { posts, isLoading } = useBlogPosts();
@@ -31,7 +31,7 @@ export default function BlogPage() {
{ {
name: "Home", id: "/"}, name: "Home", id: "/"},
{ {
name: "Services", id: "/#services"}, name: "Services", id: "/services"},
{ {
name: "Prices", id: "/#pricing"}, name: "Prices", id: "/#pricing"},
{ {
@@ -67,17 +67,17 @@ export default function BlogPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778094604107-kwe3q62f.jpg" <FooterMedia imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778094604107-kwe3q62f.jpg?_wi=1"
logoText="DOC BARNET" logoText="DOC BARNET"
columns={[ columns={[
{ {
title: "Services", items: [ 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"},
], ],
}, },
{ {
@@ -88,6 +88,8 @@ export default function BlogPage() {
label: "Contact", href: "/#contact"}, label: "Contact", href: "/#contact"},
{ {
label: "Book Now", href: bookingUrl}, label: "Book Now", href: bookingUrl},
{
label: "Blog", href: "/blog"},
{ {
label: "Franchise", href: franchisePagePath}, label: "Franchise", href: franchisePagePath},
], ],

View File

@@ -27,15 +27,15 @@ export default function FranchisePage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ 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: "Franchise", id: "/franchise"}, name: "Franchise", id: "/franchise"},
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "/#contact"},
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
]} ]}
@@ -67,27 +67,31 @@ export default function FranchisePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778094604107-kwe3q62f.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778094604107-kwe3q62f.jpg?_wi=2"
logoText="DOC BARNET" logoText="DOC BARNET"
columns={[ columns={[
{ {
title: "Services", items: [ 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: [ 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: "Book Now", href: bookingUrl},
{
label: "Blog", href: "/blog"},
{
label: "Franchise", href: "/franchise"},
], ],
}, },
{ {

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
{ {
title: "Ladies Styling", description: "Wash, cut, and blow dry services for sophisticated style.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/tmp/hairstyle-holding-hair-drayer-1779125588683-ef4b646b.png", imageAlt: "Ladies Styling"}, title: "Ladies Styling", description: "Wash, cut, and blow dry services for sophisticated style.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/tmp/hairstyle-holding-hair-drayer-1779125588683-ef4b646b.png", imageAlt: "Ladies Styling"},
{ {
title: "Beard & Facial", description: "Expert beard shaping, hot towel shaves, and facial treatments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1779127917991-ff4pbcfh.jpg", imageAlt: "Facial treatment"}, title: "Beard & Facial", description: "Expert beard shaping, hot towel shaves, and facial treatments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1779125338765-fdbqo198.jpg", imageAlt: "Facial treatment"},
]} ]}
title="PREMIUM SERVICES" title="PREMIUM SERVICES"
description="Comprehensive grooming and hair solutions for gentlemen and ladies." description="Comprehensive grooming and hair solutions for gentlemen and ladies."