Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-19 22:03:49 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Team",
id: "team",
},
name: "Team", id: "team"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Wasfi Barber"
/>
@@ -59,41 +49,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
variant: "plain"}}
title="Precision Cuts in Irbid"
description="Experience professional grooming at the heart of Irbid. Expert barbers, relaxing atmosphere, and a style tailored perfectly to you."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=1",
imageAlt: "Barber shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=1", imageAlt: "Barber shop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=1",
imageAlt: "Barber tools",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=1", imageAlt: "Barber tools"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=1",
imageAlt: "Barber shop exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=1", imageAlt: "Barber shop exterior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-child-is-getting-trendy-haircut-from-barber-busy-barbershop_613910-20834.jpg",
imageAlt: "Professional barber service",
},
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-child-is-getting-trendy-haircut-from-barber-busy-barbershop_613910-20834.jpg", imageAlt: "Professional barber service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg",
imageAlt: "Expert grooming tools",
},
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg", imageAlt: "Expert grooming tools"},
{
imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-sits-table-dog-spaying-by-professional_1157-48817.jpg",
imageAlt: "Salon environment",
},
imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-sits-table-dog-spaying-by-professional_1157-48817.jpg", imageAlt: "Salon environment"},
]}
mediaAnimation="blur-reveal"
/>
@@ -104,9 +79,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Your Style, Our Passion"
description={[
"Founded with a vision to provide world-class grooming in Irbid, we blend traditional techniques with modern style.",
"Our team is committed to excellence, ensuring every client leaves feeling refreshed and confident.",
]}
"Founded with a vision to provide world-class grooming in Irbid, we blend traditional techniques with modern style.", "Our team is committed to excellence, ensuring every client leaves feeling refreshed and confident."]}
/>
</div>
@@ -118,23 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Classic Haircuts",
description: "Timeless styles tailored to your face shape.",
imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg",
imageAlt: "Classic haircut",
},
title: "Classic Haircuts", description: "Timeless styles tailored to your face shape.", imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg", imageAlt: "Classic haircut"},
{
title: "Precision Beard Trims",
description: "Detailed edging and grooming for a polished look.",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-hair-equipment_23-2148352914.jpg",
imageAlt: "Beard trim",
},
title: "Precision Beard Trims", description: "Detailed edging and grooming for a polished look.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-hair-equipment_23-2148352914.jpg", imageAlt: "Beard trim"},
{
title: "Royal Shaves",
description: "Relaxing hot towel shaves for a smooth finish.",
imageSrc: "http://img.b2bpic.net/free-photo/big-black-dog-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-dog-dog-is-tied-blue-table_1157-51538.jpg",
imageAlt: "Hot towel shave",
},
title: "Royal Shaves", description: "Relaxing hot towel shaves for a smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/big-black-dog-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-dog-dog-is-tied-blue-table_1157-51538.jpg", imageAlt: "Hot towel shave"},
]}
title="Professional Services"
description="Comprehensive grooming solutions for modern men."
@@ -148,52 +109,27 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "p1",
badge: "Popular",
price: "10 JOD",
subtitle: "Basic Grooming",
features: [
"Classic haircut",
"Neck trim",
],
id: "p1", badge: "Most Chosen", price: "10 JOD", subtitle: "Basic Grooming", features: [
"Classic haircut", "Neck trim"],
buttons: [
{
text: "Book",
href: "#contact",
},
text: "Book", href: "#contact"},
],
},
{
id: "p2",
badge: "Premium",
price: "15 JOD",
subtitle: "Signature Service",
features: [
"Classic haircut",
"Beard groom",
"Hot towel",
],
id: "p2", badge: "Premium", price: "15 JOD", subtitle: "Signature Service", features: [
"Classic haircut", "Beard groom", "Hot towel"],
buttons: [
{
text: "Book",
href: "#contact",
},
text: "Book", href: "#contact"},
],
},
{
id: "p3",
badge: "Classic",
price: "5 JOD",
subtitle: " Beard Only",
features: [
"Beard shape",
"Hot steam",
],
id: "p3", badge: "Classic", price: "5 JOD", subtitle: " Beard Only", features: [
"Beard shape", "Hot steam"],
buttons: [
{
text: "Book",
href: "#contact",
},
text: "Book", href: "#contact"},
],
},
]}
@@ -209,23 +145,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Malik",
role: "Master Barber",
imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=1",
},
id: "t1", name: "Malik", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=1"},
{
id: "t2",
name: "Ahmad",
role: "Senior Stylist",
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286038.jpg",
},
id: "t2", name: "Ahmad", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286038.jpg"},
{
id: "t3",
name: "Omar",
role: "Barber",
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379236.jpg",
},
id: "t3", name: "Omar", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379236.jpg"},
]}
title="Meet Our Barbers"
description="Dedicated professionals here to serve you."
@@ -238,60 +162,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Moe Jam",
date: "5 months ago",
title: "Great Experience",
quote: "Professional, clean, and top-tier service.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=2",
imageAlt: "man happy after haircut",
},
id: "1", name: "Moe Jam", date: "5 months ago", title: "Great Experience", quote: "Professional, clean, and top-tier service.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=2", imageAlt: "man happy after haircut"},
{
id: "2",
name: "Rami",
date: "8 months ago",
title: "Excellent Service",
quote: "Skilled barbers who really know what they are doing.",
tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=2",
imageAlt: "man happy after haircut",
},
id: "2", name: "Rami", date: "8 months ago", title: "Excellent Service", quote: "Skilled barbers who really know what they are doing.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=2", imageAlt: "man happy after haircut"},
{
id: "3",
name: "Ali",
date: "3 months ago",
title: "Highly Recommend",
quote: "The best place for a haircut in Irbid.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-trans-model-posing_23-2148905626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=2",
imageAlt: "man happy after haircut",
},
id: "3", name: "Ali", date: "3 months ago", title: "Highly Recommend", quote: "The best place for a haircut in Irbid.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-trans-model-posing_23-2148905626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=2", imageAlt: "man happy after haircut"},
{
id: "4",
name: "Client Four",
date: "1 year ago",
title: "Consistent Quality",
quote: "Always satisfied with the results.",
tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg",
imageAlt: "man happy after haircut",
},
id: "4", name: "Client Four", date: "1 year ago", title: "Consistent Quality", quote: "Always satisfied with the results.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg", imageAlt: "man happy after haircut"},
{
id: "5",
name: "Client Five",
date: "1 year ago",
title: "Friendly Staff",
quote: "A very relaxing experience every visit.",
tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=2",
imageAlt: "man happy after haircut",
},
id: "5", name: "Client Five", date: "1 year ago", title: "Friendly Staff", quote: "A very relaxing experience every visit.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=2", imageAlt: "man happy after haircut"},
]}
title="What Clients Say"
description="Join our community of satisfied gentlemen."
@@ -304,20 +183,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need an appointment?",
content: "We welcome walk-ins, but appointments are recommended on weekends.",
},
id: "q1", title: "Do I need an appointment?", content: "We welcome walk-ins, but appointments are recommended on weekends."},
{
id: "q2",
title: "What are your operating hours?",
content: "We are open daily until 2 AM.",
},
id: "q2", title: "What are your operating hours?", content: "We are open daily until 2 AM."},
{
id: "q3",
title: "Do you accept card payments?",
content: "Yes, we accept major credit and debit cards.",
},
id: "q3", title: "Do you accept card payments?", content: "Yes, we accept major credit and debit cards."},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-woman-video-call-with-friends-while-eating-breakfast-before-leaving-office-using-modern-online-internet-web-technology-chat-via-webcam-videoconference-app-with-relatives_482257-14233.jpg"
mediaAnimation="blur-reveal"
@@ -331,16 +201,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Ready for a fresh look?"
description="Visit us on Wasfi At-Tal St., Irbid. We're open until 2 AM every day."
buttons={[
{
text: "Call Now",
href: "tel:0782460054",
},
text: "Call Now", href: "tel:0782460054"},
]}
/>
</div>
@@ -350,33 +217,21 @@ export default function LandingPage() {
logoText="Wasfi Barber Shop"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -386,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}