Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-29 20:54:24 +00:00

View File

@@ -8,7 +8,6 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Clock, MapPin, Phone, Star } from "lucide-react";
export default function GoldenScissorsPage() {
return (
@@ -63,14 +62,16 @@ export default function GoldenScissorsPage() {
title: "Classic Haircut",
author: "30 min",
description: "Traditional scissors and clipper cuts.",
tags: ["Cut", "Style"]
tags: ["Cut", "Style"],
imageSrc: "https://images.unsplash.com/photo-1599351431202-180f0b69116a?auto=format&fit=crop&q=80&w=800&h=800"
},
{
id: "f2",
title: "Beard Trim",
author: "15 min",
description: "Hot towel treatment and beard shaping.",
tags: ["Beard", "Grooming"]
tags: ["Beard", "Grooming"],
imageSrc: "https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=800&h=800"
}
]}
/>