Merge version_2 into main #2
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
@@ -56,44 +57,43 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
title="Our Premium Services"
|
||||
description="Ori offers a full range of professional barbering services tailored to your style and needs."
|
||||
<PricingCardOne
|
||||
title="Our Professional Services"
|
||||
description="Haircut Services - All services include professional consultation and finishing touches. Standard appointment duration: 45 minutes."
|
||||
tag="Services"
|
||||
tagIcon={Scissors}
|
||||
features={[
|
||||
plans={[
|
||||
{
|
||||
title: "Classic Fade", description: "Precision fade cuts with clean lines and professional finishing touches for a sharp, polished look.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/man-showing-scissors-close-up_23-2148353462.jpg", imageAlt: "Professional fade haircut" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-tattooed-male-barber-holds-sharp-scissors-blade_613910-1390.jpg", imageAlt: "Barber creating clean lineup" }
|
||||
id: "1", badge: "Core Service", badgeIcon: Scissors,
|
||||
price: "$20.00", subtitle: "Professional haircut with precision fades and clean lines", features: [
|
||||
"Precision fade cut", "Clean lineup", "Professional finishing", "45 minute session"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning to keep your facial hair looking sharp and healthy.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", imageAlt: "Beard grooming and trimming" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg", imageAlt: "Professional straight razor shave" }
|
||||
id: "2", badge: "Add-on Service", price: "$2.00", subtitle: "Expert design and styling work", features: [
|
||||
"Custom design patterns", "Precision lines", "Professional finish", "Included with haircut"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Straight Razor Shave", description: "A classic wet shave experience with premium products, soothing steam, and a perfectly smooth finish.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg", imageAlt: "Straight razor shaving technique" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", imageAlt: "Close-up grooming detail" }
|
||||
id: "3", badge: "Add-on Service", price: "$2.00", subtitle: "Professional eyebrow grooming", features: [
|
||||
"Eyebrow shaping", "Trimming and grooming", "Clean lines", "Professional finish"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Premium Styling", description: "Complete styling services with premium products to keep you looking sharp and professional all day.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/stylish-haircut-barbershop_1163-2012.jpg", imageAlt: "Professional styling" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/man-showing-scissors-close-up_23-2148353462.jpg", imageAlt: "Premium hair products" }
|
||||
id: "4", badge: "Add-on Service", price: "$2.00", subtitle: "Crisp hairline definition", features: [
|
||||
"Clean lineup trimming", "Precision edges", "Professional detail work", "Sharp finishing"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "5", badge: "Add-on Service", price: "$2.00", subtitle: "Expert beard grooming and shaping", features: [
|
||||
"Beard trimming", "Precision shaping", "Conditioning treatment", "Professional finish"
|
||||
]
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Garage Barbershop"
|
||||
bottomRightText="ori@blendze.local"
|
||||
@@ -141,8 +140,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Garage Barbershop"
|
||||
bottomRightText="ori@blendze.local"
|
||||
@@ -200,8 +198,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Garage Barbershop"
|
||||
bottomRightText="ori@blendze.local"
|
||||
|
||||
@@ -42,8 +42,7 @@ export default function ShopPage() {
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Garage Barbershop"
|
||||
bottomRightText="ori@blendze.local"
|
||||
@@ -93,8 +92,7 @@ export default function ShopPage() {
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Garage Barbershop"
|
||||
bottomRightText="ori@blendze.local"
|
||||
|
||||
Reference in New Issue
Block a user