18 Commits

Author SHA1 Message Date
0a260f7ab6 Update src/app/blog/page.tsx 2026-05-26 17:42:35 +00:00
912cd30097 Update src/app/blog/page.tsx 2026-05-26 17:42:06 +00:00
f388c96554 Merge version_7 into main
Merge version_7 into main
2026-05-26 17:33:58 +00:00
b8fac0dabd Update src/app/blog/page.tsx 2026-05-26 17:33:55 +00:00
87eb233c1a Merge version_7 into main
Merge version_7 into main
2026-05-26 17:33:22 +00:00
061eb5388b Update src/app/page.tsx 2026-05-26 17:33:19 +00:00
dd5450fcc4 Merge version_6 into main
Merge version_6 into main
2026-05-18 18:12:09 +00:00
ec4bd4997f Merge version_6 into main
Merge version_6 into main
2026-05-18 17:47:45 +00:00
4f15a25670 Merge version_6 into main
Merge version_6 into main
2026-05-18 17:42:22 +00:00
4ef1da74af Merge version_6 into main
Merge version_6 into main
2026-05-18 17:42:18 +00:00
85e76d0978 Merge version_6 into main
Merge version_6 into main
2026-05-18 17:35:13 +00:00
7aa5cd0464 Merge version_6 into main
Merge version_6 into main
2026-05-06 19:10:24 +00:00
424fc1bda0 Merge version_6 into main
Merge version_6 into main
2026-05-06 19:08:41 +00:00
d7b094f699 Merge version_6 into main
Merge version_6 into main
2026-05-06 19:08:04 +00:00
b0e8fa1bcf Merge version_6 into main
Merge version_6 into main
2026-05-06 19:07:54 +00:00
a8c68f6bdc Merge version_6 into main
Merge version_6 into main
2026-05-06 19:05:03 +00:00
c2f5202634 Merge version_6 into main
Merge version_6 into main
2026-05-06 19:00:14 +00:00
9a568791ce Merge version_6 into main
Merge version_6 into main
2026-05-06 18:50:53 +00:00
2 changed files with 21 additions and 39 deletions

View File

@@ -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>
);
}
}

View File

@@ -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