Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:01:56 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Calendar, Facebook, HelpCircle, Heart, Instagram, MessageCircle, Palette, Phone, Scissors, Sparkles, Star, Users, Zap } from 'lucide-react';
import { Award, Calendar, Facebook, HelpCircle, Heart, Instagram, MessageCircle, Palette, Phone, Scissors, Sparkles, Star, Users } from 'lucide-react';
export default function BarberShopPage() {
return (
@@ -83,7 +83,7 @@ export default function BarberShopPage() {
title: "Classic Haircuts", description: "Expertly crafted haircuts tailored to your face shape and personal style preferences."
},
{
icon: Zap,
icon: Sparkles,
title: "Traditional Shave", description: "Experience the timeless luxury of a straight razor shave with premium aftercare products."
},
{
@@ -145,7 +145,7 @@ export default function BarberShopPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from satisfied customers who trust us with their grooming needs."
description="Real feedback from satisfied customers who trust us with our grooming needs."
tag="Testimonials"
tagIcon={MessageCircle}
tagAnimation="slide-up"