Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 22:41:12 +00:00

View File

@@ -32,135 +32,77 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Our Team",
id: "#team",
},
name: "Our Team", id: "#team"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Sevan Barber"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Experience the Art of Barbering at Sevan Barber"
description="Offering premium haircuts, sharp fades, and expert beard shaping in Ryde, NSW. Step into a welcoming atmosphere where tradition meets modern style."
buttons={[
{
text: "Book an Appointment",
href: "#contact",
},
text: "Book an Appointment", href: "#contact"},
{
text: "View Our Services",
href: "#services",
},
text: "View Our Services", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg"
imageAlt="Luxurious barbershop interior with vintage chairs"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-handsome-man-posing-with-crossed-arms-brick-wall_176420-14690.jpg",
alt: "Young handsome man posing with crossed arms on brick wall.",
},
src: "http://img.b2bpic.net/free-photo/young-handsome-man-posing-with-crossed-arms-brick-wall_176420-14690.jpg", alt: "Young handsome man posing with crossed arms on brick wall."},
{
src: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg",
alt: "Male hairdresser posing at the salon",
},
src: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", alt: "Male hairdresser posing at the salon"},
{
src: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg",
alt: "Groomed bearded man with tattooes is posing at dark photo studio.",
},
src: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg", alt: "Groomed bearded man with tattooes is posing at dark photo studio."},
{
src: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg",
alt: "Strict slavic middle-aged male barber in uniform combing beard and holding scissors isolated on purple wall",
},
src: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg", alt: "Strict slavic middle-aged male barber in uniform combing beard and holding scissors isolated on purple wall"},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-tattooed-arm-wearing-white-shirt_613910-1888.jpg",
alt: "Portrait of bearded black man with tattooed arm wearing white shirt.",
},
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-tattooed-arm-wearing-white-shirt_613910-1888.jpg", alt: "Portrait of bearded black man with tattooed arm wearing white shirt."},
]}
avatarText="Join our community of satisfied clients!"
marqueeItems={[
{
type: "text",
text: "Precision Cuts",
},
type: "text", text: "Precision Cuts"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg",
alt: "Various trimmers on dressing table",
},
type: "image", src: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg", alt: "Various trimmers on dressing table"},
{
type: "text",
text: "Expert Shaves",
},
type: "text", text: "Expert Shaves"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186516.jpg",
alt: "Male barber sitting at his shop",
},
type: "image", src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186516.jpg", alt: "Male barber sitting at his shop"},
{
type: "text",
text: "Modern Styles",
},
type: "text", text: "Modern Styles"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg",
alt: "Full shot man at barber shop",
},
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", alt: "Full shot man at barber shop"},
{
type: "text",
text: "Classic Grooming",
},
type: "text", text: "Classic Grooming"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg",
alt: "Young man at the barber's shop getting his beard trimmed",
},
type: "image", src: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", alt: "Young man at the barber's shop getting his beard trimmed"},
{
type: "text",
text: "Sharp Fades",
},
type: "text", text: "Sharp Fades"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg",
alt: "Hairdresser grooming their client",
},
type: "image", src: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg", alt: "Hairdresser grooming their client"},
]}
marqueeSpeed={40}
/>
@@ -174,21 +116,13 @@ export default function LandingPage() {
description="For many years, Alex at Sevan Barber has dedicated himself to the art of grooming. Our shop is renowned for its attention to detail, friendly service, and a consistently clean environment, ensuring every visit is a pleasant experience."
bulletPoints={[
{
title: "Expert Barbers",
description: "Highly skilled professionals with years of experience.",
},
title: "Expert Barbers", description: "Highly skilled professionals with years of experience."},
{
title: "Clean & Welcoming",
description: "A pristine environment where every client feels at home.",
},
title: "Clean & Welcoming", description: "A pristine environment where every client feels at home."},
{
title: "Personalized Style",
description: "Tailored consultations to achieve your perfect look.",
},
title: "Personalized Style", description: "Tailored consultations to achieve your perfect look."},
{
title: "Best Value",
description: "Premium services at prices that truly reflect their worth.",
},
title: "Best Value", description: "Premium services at prices that truly reflect their worth."},
]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg"
imageAlt="Barber focusing on a client's haircut"
@@ -202,23 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Precision Haircuts",
description: "Achieve your desired style with meticulous attention to detail and sharp lines.",
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg",
imageAlt: "Precision haircut with clippers",
},
title: "Precision Haircuts", description: "Achieve your desired style with meticulous attention to detail and sharp lines.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", imageAlt: "Precision haircut with clippers"},
{
title: "Expert Beard Shaping",
description: "Keep your beard looking its best with professional trims and precise shaping.",
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg",
imageAlt: "Barber shaping a client's beard",
},
title: "Expert Beard Shaping", description: "Keep your beard looking its best with professional trims and precise shaping.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Barber shaping a client's beard"},
{
title: "Classic Hot Towel Shave",
description: "Indulge in a relaxing traditional hot towel shave for ultimate smoothness.",
imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg",
imageAlt: "Classic hot towel shave in progress",
},
title: "Classic Hot Towel Shave", description: "Indulge in a relaxing traditional hot towel shave for ultimate smoothness.", imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg", imageAlt: "Classic hot towel shave in progress"},
]}
title="Our Signature Services"
description="From classic cuts to modern styles, our experienced barbers provide a full range of grooming services tailored to your needs."
@@ -233,23 +155,11 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
id: "alex",
name: "Alex",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg",
imageAlt: "Portrait of Alex, a skilled barber",
},
id: "alex", name: "Alex", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Portrait of Alex, a skilled barber"},
{
id: "sevan",
name: "Sevan",
imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-middle-aged-male-barber-uniform-grabbed-chin-isolated-purple-wall_141793-83564.jpg",
imageAlt: "Portrait of Sevan, the barber shop owner",
},
id: "sevan", name: "Sevan", imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-middle-aged-male-barber-uniform-grabbed-chin-isolated-purple-wall_141793-83564.jpg", imageAlt: "Portrait of Sevan, the barber shop owner"},
{
id: "mark",
name: "Mark",
imageSrc: "http://img.b2bpic.net/free-photo/man-model-sitting-chair_23-2148503630.jpg",
imageAlt: "Portrait of Mark, a barber",
},
id: "mark", name: "Mark", imageSrc: "http://img.b2bpic.net/free-photo/man-model-sitting-chair_23-2148503630.jpg", imageAlt: "Portrait of Mark, a barber"},
]}
memberVariant="card"
/>
@@ -262,52 +172,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "cut",
name: "Signature Haircut",
price: "$40",
features: [
"Precision Haircut",
"Consultation",
"Hot Towel Finish",
],
id: "cut", name: "Signature Haircut", price: "$40", features: [
"Precision Haircut", "Consultation", "Hot Towel Finish"],
buttons: [
{
text: "Book Haircut",
href: "#contact",
},
text: "Book Haircut", href: "#contact"},
],
},
{
id: "fade",
name: "Fade & Style",
price: "$45",
features: [
"Any Fade Style",
"Precision Haircut",
"Hot Towel Finish",
],
id: "fade", name: "Fade & Style", price: "$45", features: [
"Any Fade Style", "Precision Haircut", "Hot Towel Finish"],
buttons: [
{
text: "Book Fade",
href: "#contact",
},
text: "Book Fade", href: "#contact"},
],
badge: "Popular",
},
badge: "Popular"},
{
id: "beard",
name: "Beard Trim & Shape",
price: "$30",
features: [
"Expert Beard Trim",
"Shaping & Line-up",
"Beard Oil Application",
],
id: "beard", name: "Beard Trim & Shape", price: "$30", features: [
"Expert Beard Trim", "Shaping & Line-up", "Beard Oil Application"],
buttons: [
{
text: "Book Beard Trim",
href: "#contact",
},
text: "Book Beard Trim", href: "#contact"},
],
},
]}
@@ -320,52 +205,23 @@ export default function LandingPage() {
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "John Galluzzo",
handle: "@JohnGalluzzo",
testimonial: "Ive been having Alex cut my hair for many years now and have always left satisfied, and my wife is very complimentary of his work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
imageAlt: "Photo of John Galluzzo",
},
id: "1", name: "John Galluzzo", handle: "@JohnGalluzzo", testimonial: "Ive been having Alex cut my hair for many years now and have always left satisfied, and my wife is very complimentary of his work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", imageAlt: "Photo of John Galluzzo"},
{
id: "2",
name: "Balaji Jallipalli",
handle: "@BalajiJ",
testimonial: "Ive been getting my haircut from Alex at Sevan Barbershop for the past 13 years, and Ive always been extremely happy with his service and professionalism.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/son-father-looking-pictures-living-room_23-2148441028.jpg",
imageAlt: "Photo of Balaji Jallipalli",
},
id: "2", name: "Balaji Jallipalli", handle: "@BalajiJ", testimonial: "Ive been getting my haircut from Alex at Sevan Barbershop for the past 13 years, and Ive always been extremely happy with his service and professionalism.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/son-father-looking-pictures-living-room_23-2148441028.jpg", imageAlt: "Photo of Balaji Jallipalli"},
{
id: "3",
name: "Elmz",
handle: "@ElmzOfficial",
testimonial: "Sevan has been my barber for many years and he is really good. He is friendly and always made sure that you love the haircut every time. His shop is always clean and his haircut price is great.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg",
imageAlt: "Photo of Elmz",
},
id: "3", name: "Elmz", handle: "@ElmzOfficial", testimonial: "Sevan has been my barber for many years and he is really good. He is friendly and always made sure that you love the haircut every time. His shop is always clean and his haircut price is great.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Photo of Elmz"},
{
id: "4",
name: "Michael S.",
handle: "@MichaelS",
testimonial: "Always a perfect cut and an even better chat. The team here truly listens to what you want and delivers every single time. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artist-holding-his-brand-new-brushes-feels-very-inspired-about-creating-art_114579-54234.jpg",
imageAlt: "Photo of Michael S.",
},
id: "4", name: "Michael S.", handle: "@MichaelS", testimonial: "Always a perfect cut and an even better chat. The team here truly listens to what you want and delivers every single time. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artist-holding-his-brand-new-brushes-feels-very-inspired-about-creating-art_114579-54234.jpg", imageAlt: "Photo of Michael S."},
{
id: "5",
name: "David K.",
handle: "@DavidK",
testimonial: "The atmosphere is fantastic, very welcoming. I got the best fade I've ever had, and the attention to detail is unmatched. Will definitely be a regular here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-men-colleagues-office-using-computer_171337-6866.jpg",
imageAlt: "Photo of David K.",
},
id: "5", name: "David K.", handle: "@DavidK", testimonial: "The atmosphere is fantastic, very welcoming. I got the best fade I've ever had, and the attention to detail is unmatched. Will definitely be a regular here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-men-colleagues-office-using-computer_171337-6866.jpg", imageAlt: "Photo of David K."},
]}
showRating={true}
title="What Our Clients Say"
@@ -378,20 +234,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need an appointment?",
content: "While walk-ins are welcome, we highly recommend booking an appointment to ensure minimal wait times and secure your preferred barber and time slot.",
},
id: "q1", title: "Do I need an appointment?", content: "While walk-ins are welcome, we highly recommend booking an appointment to ensure minimal wait times and secure your preferred barber and time slot."},
{
id: "q2",
title: "What payment methods do you accept?",
content: "We accept cash, credit cards (Visa, Mastercard, Amex), and contactless payments.",
},
id: "q2", title: "What payment methods do you accept?", content: "We accept cash, credit cards (Visa, Mastercard, Amex), and contactless payments."},
{
id: "q3",
title: "Can I request a specific barber?",
content: "Yes, you can request your preferred barber when booking an appointment online or by phone, subject to their availability.",
},
id: "q3", title: "Can I request a specific barber?", content: "Yes, you can request your preferred barber when booking an appointment online or by phone, subject to their availability."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to the most common questions about our services, booking, and more."
@@ -403,8 +250,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Visit Sevan Barber"
description="We look forward to welcoming you to our shop at 190 Blaxland Rd, Ryde NSW 2112. Call us at 0417 020 502 to book your next appointment. We are open until 5:30 PM."
@@ -419,13 +265,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Sevan Barber"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>