Merge version_1 into main #4
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Feather, Sparkles, Star, Scissors, Razor, Trim, CalendarCheck2 } from "lucide-react";
|
||||
import { Feather, Sparkles, Star, Scissors, CalendarCheck2, Cut } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -115,14 +115,14 @@ export default function LandingPage() {
|
||||
description: "Expertly crafted haircuts for all styles, from classic to contemporary, tailored to your preference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg",
|
||||
imageAlt: "Close-up of a barber giving a precision haircut",
|
||||
buttonIcon: Trim,
|
||||
buttonIcon: Cut,
|
||||
},
|
||||
{
|
||||
title: "Traditional Hot Shaves",
|
||||
description: "Experience the ultimate relaxation with our traditional hot towel and straight razor shaves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-washing-hair-bearded-man_23-2147778782.jpg",
|
||||
imageAlt: "Barber performing a traditional hot towel shave",
|
||||
buttonIcon: Razor,
|
||||
buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Beard Trims & Grooming",
|
||||
@@ -307,15 +307,15 @@ export default function LandingPage() {
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5 Stars",
|
||||
title: "Average Rating",
|
||||
description: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Positive Reviews",
|
||||
description: "Positive Reviews",
|
||||
},
|
||||
{
|
||||
value: "Locally",
|
||||
title: "Trusted"
|
||||
description: "Trusted"
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user