Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-26 03:45:44 +00:00

View File

@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Phone } from "lucide-react";
import { Phone, Scissors, Sparkles, Feather } from "lucide-react";
export default function LandingPage() {
return (
@@ -117,17 +117,17 @@ export default function LandingPage() {
{
title: "Precision Haircuts",
description: "Expert stylists craft personalized haircuts tailored to your unique features and style preferences, ensuring a sharp and refined look every time.",
buttonIcon: "Scissors",
buttonIcon: Scissors,
},
{
title: "Luxurious Hot Shaves",
description: "Indulge in our classic hot lather shave, a relaxing ritual that leaves your skin feeling smooth, refreshed, and impeccably clean.",
buttonIcon: "Sparkles",
buttonIcon: Sparkles,
},
{
title: "Beard Trimming & Styling",
description: "From a simple trim to intricate shaping, our barbers meticulously sculpt your beard to perfection, enhancing your facial features.",
buttonIcon: "Feather",
buttonIcon: Feather,
},
]}
title="Our Signature Services"