14 Commits

Author SHA1 Message Date
b8fac0dabd Update src/app/blog/page.tsx 2026-05-26 17:33:55 +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 2 additions and 27 deletions

View File

@@ -7,32 +7,7 @@ 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 footerColumns: FooterColumn[] = [ const bookingUrl = "/contact";
{
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" },
],
},
];
export default function BlogPage() { export default function BlogPage() {
const { posts, isLoading } = useBlogPosts(); const { posts, isLoading } = useBlogPosts();

View File

@@ -14,7 +14,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() { 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 ( return (
<ThemeProvider <ThemeProvider