Merge version_1 into main #2
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
{ icon: Award, label: "Award", value: "Best in Paterson" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,34 +76,34 @@ export default function LandingPage() {
|
||||
title="Premium Grooming Services"
|
||||
description="Expertly crafted cuts and styles designed to make you look and feel your best. Each service delivered with precision and professionalism."
|
||||
tag="Services & Pricing"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Haircuts", description: "Classic and modern cuts tailored to your style and face shape. Professional execution with attention to detail.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=1", imageAlt: "Professional haircut service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=1", imageAlt: "Custom hair design" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Professional haircut service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg", imageAlt: "Custom hair design" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Skin Fade & Beard Trim", description: "Sharp, clean fades with precise line work. Complete beard grooming with professional trimming and shaping.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=1", imageAlt: "Professional beard trimming" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=2", imageAlt: "Clean skin fade" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg", imageAlt: "Professional beard trimming" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Clean skin fade" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Custom Designs", description: "Express your style with intricate patterns and artistic hair designs. Our skilled barbers bring your vision to life.", icon: Palette,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=2", imageAlt: "Creative hair design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg?_wi=1", imageAlt: "Professional barbershop setting" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg", imageAlt: "Creative hair design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg", imageAlt: "Professional barbershop setting" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kids & Family", description: "Friendly, comfortable atmosphere for children. Quick, professional service with special care for younger clients.", icon: Heart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=3", imageAlt: "Family barbershop service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg?_wi=2", imageAlt: "Welcoming barbershop environment" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Family barbershop service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg", imageAlt: "Welcoming barbershop environment" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -116,16 +116,16 @@ export default function LandingPage() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1" },
|
||||
{ id: "2", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-indian-man-smiling-posing-with-arms-crossed_482257-122191.jpg?_wi=1" },
|
||||
{ id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg" },
|
||||
{ id: "2", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-indian-man-smiling-posing-with-arms-crossed_482257-122191.jpg" },
|
||||
{ id: "3", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg" },
|
||||
{ id: "4", name: "Antonio Garcia", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-with-beard-smiling-pleased_176420-21063.jpg" },
|
||||
{ id: "5", name: "Chris Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2" },
|
||||
{ id: "6", name: "Miguel Santos", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-indian-man-smiling-posing-with-arms-crossed_482257-122191.jpg?_wi=2" }
|
||||
{ id: "5", name: "Chris Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg" },
|
||||
{ id: "6", name: "Miguel Santos", imageSrc: "http://img.b2bpic.net/free-photo/portrait-jolly-indian-man-smiling-posing-with-arms-crossed_482257-122191.jpg" }
|
||||
]}
|
||||
cardTitle="Trusted by thousands of satisfied customers in Paterson and beyond. Real people, real results, real style."
|
||||
cardTag="See what they say"
|
||||
cardAnimation="entrance-slide"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,10 +136,10 @@ export default function LandingPage() {
|
||||
description="Explore our work - From classic fades to custom designs. Each cut is a masterpiece."
|
||||
tag="Our Work"
|
||||
products={[
|
||||
{ id: "1", name: "Classic Fade", price: "Starting $25", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg?_wi=4" },
|
||||
{ id: "2", name: "Beard Trim & Shape", price: "Starting $15", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=2" },
|
||||
{ id: "3", name: "Custom Design", price: "Starting $35", imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=3" },
|
||||
{ id: "4", name: "Interior Studio", price: "Premium Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg?_wi=3" }
|
||||
{ id: "1", name: "Classic Fade", price: "Starting $25", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg" },
|
||||
{ id: "2", name: "Beard Trim & Shape", price: "Starting $15", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" },
|
||||
{ id: "3", name: "Custom Design", price: "Starting $35", imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg" },
|
||||
{ id: "4", name: "Interior Studio", price: "Premium Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg" }
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={false}
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user