Merge version_1 into main #1
@@ -10,7 +10,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Scissors, DollarSign, Crown, Users } from "lucide-react";
|
||||
import { Scissors, DollarSign, Crown, Users, Sparkles } from "lucide-react";
|
||||
|
||||
export default function BarberHousePage() {
|
||||
return (
|
||||
@@ -68,6 +68,7 @@ export default function BarberHousePage() {
|
||||
imageAlt="Skilled barber performing precision haircut"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,7 +115,7 @@ export default function BarberHousePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Signature Shave", badgeIcon: Scissors,
|
||||
id: "2", badge: "Signature Shave", badgeIcon: Sparkles,
|
||||
price: "$35", subtitle: "Our most popular service", buttons: [
|
||||
{ text: "Book Now", href: "contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user