Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 16:28:17 +00:00

View File

@@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Scissors, Heart, Users, Sparkles, Calendar } from 'lucide-react';
import { Award, Scissors, Bottle, Heart, Users, Sparkles, Calendar } from 'lucide-react';
export default function LandingPage() {
return (
@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroSplit
title="Premium Grooming Experience"
description="Step into BigBros Barbershop where tradition meets modern expertise. Master barbers crafting timeless styles with precision and care."
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
tag="Est. 2015"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -70,7 +70,7 @@ export default function LandingPage() {
title: "Master Craftsmanship", description: "Every cut, every line, every detail perfected through years of dedicated practice and expertise.", icon: Scissors
},
{
title: "Premium Products", description: "We use only the finest grooming products and tools to ensure the best results for your hair and skin.", icon: Heart
title: "Premium Products", description: "We use only the finest grooming products and tools to ensure the best results for your hair and skin.", icon: Bottle
},
{
title: "Client Relationships", description: "We treat every client as family. Your satisfaction and comfort are our top priorities.", icon: Heart
@@ -196,7 +196,7 @@ export default function LandingPage() {
description="Join the BigBros family. Reserve your spot today and experience premium grooming at its finest."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Book Now"