Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 16:36:18 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Scissors, Sparkles, Award, Star, Users } from "lucide-react";
import { Scissors, Sparkles, Award, Star, Users, Briefcase } from "lucide-react";
export default function LandingPage() {
return (
@@ -45,34 +45,34 @@ export default function LandingPage() {
tag="Established Excellence"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/professional-hairdresser-wearing-protective-face-mask-make-haircut-european-bearded-brutal-man-beauty-salon_343596-4463.jpg", imageAlt: "professional barbershop interior modern"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg?_wi=1", imageAlt: "barber professional haircut styling"},
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg", imageAlt: "barber professional haircut styling"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg?_wi=1", imageAlt: "barber beard trimming grooming professional"},
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg", imageAlt: "barber beard trimming grooming professional"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg?_wi=1", imageAlt: "professional barber straight razor shave"},
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg", imageAlt: "professional barber straight razor shave"},
]}
rightCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg?_wi=2", imageAlt: "professional barber straight razor shave"},
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg", imageAlt: "professional barber straight razor shave"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg?_wi=1", imageAlt: "barbershop storefront professional exterior"},
"http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg", imageAlt: "barbershop storefront professional exterior"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg?_wi=2", imageAlt: "barber professional haircut styling"},
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg", imageAlt: "barber professional haircut styling"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg?_wi=2", imageAlt: "barber beard trimming grooming professional"},
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg", imageAlt: "barber beard trimming grooming professional"},
]}
buttons={[
{ text: "Book Your Appointment", href: "contact" },
@@ -97,17 +97,17 @@ export default function LandingPage() {
id: 1,
title: "Premium Haircuts", description:
"Expert styling from classic fades to modern cuts. Precision techniques tailored to your hair type and face shape.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg?_wi=3", imageAlt: "barber professional haircut styling"},
"http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg", imageAlt: "barber professional haircut styling"},
{
id: 2,
title: "Beard Grooming", description:
"Professional beard trimming, shaping, and conditioning. Keep your facial hair looking sharp and well-maintained.", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg?_wi=3", imageAlt: "barber beard trimming grooming professional"},
"http://img.b2bpic.net/free-photo/high-angle-barber-shaving-man-s-beard_23-2148242862.jpg", imageAlt: "barber beard trimming grooming professional"},
{
id: 3,
title: "Traditional Shaves", description:
"Classic straight razor shaves with hot towel therapy. A timeless grooming ritual for the discerning gentleman.", imageSrc:
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg?_wi=3", imageAlt: "professional barber straight razor shave"},
"http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288069.jpg", imageAlt: "professional barber straight razor shave"},
]}
buttons={[{ text: "Book Now", href: "contact" }]}
buttonAnimation="slide-up"
@@ -121,8 +121,8 @@ export default function LandingPage() {
title="Excellence in Barbering Since Day One"
description="Main Attraction Barber"
subdescription="Sumter, South Carolina"
icon={Users}
imageSrc="http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg?_wi=2"
icon={Briefcase}
imageSrc="http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg"
imageAlt="barbershop storefront professional exterior"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -197,7 +197,7 @@ export default function LandingPage() {
<ContactText
text="Ready for a fresh cut? Schedule your appointment with Main Attraction Barber today and experience premium barbering excellence."
animationType="entrance-slide"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Appointment", href: "contact" },