Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-08 03:21:09 +00:00

View File

@@ -67,19 +67,19 @@ export default function LandingPage() {
},
{
name: "John D.", handle: "@johndbyron", testimonial: "The cut was amazing, and the team made me feel right at home. Truly a five-star experience!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg?_wi=1", imageAlt: "John D. happy with his new haircut"
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg", imageAlt: "John D. happy with his new haircut"
}
]}
testimonialRotationInterval={8000}
useInvertedBackground={false}
tag="Your Byron Bay Hair Destination"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Book an Appointment", href: "#contact" },
{ text: "Explore Services", href: "#services" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", alt: "Happy client 1" },
{ src: "http://img.b2bpic.net/free-photo/cropped-view-smiling-business-leader_1262-4965.jpg", alt: "Happy client 2" },
@@ -89,7 +89,7 @@ export default function LandingPage() {
avatarText="Join our growing family of happy clients!"
imageSrc="http://img.b2bpic.net/free-photo/profile-shot-funny-carefree-blond-woman-hold-smartphone-raised-open-mouth-wide-yelling-recording-vid_1258-136492.jpg"
imageAlt="A stylish woman with perfectly styled hair in a modern salon setting"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
imagePosition="right"
fixedMediaHeight={true}
/>
@@ -99,14 +99,14 @@ export default function LandingPage() {
<TestimonialAboutCard
tag="Our Story"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Where Artistry Meets Coastal Charm"
description="The Laneway Studio is Byron Bay's premier destination for exquisite hair design. Founded on a passion for beauty and a commitment to client satisfaction, we blend the latest techniques with a relaxed, welcoming atmosphere."
subdescription="Our team of expert stylists are dedicated to continuous learning, bringing you innovative cuts, stunning colours, and bespoke treatments tailored to your individual style and the Byron Bay lifestyle."
icon={Scissors}
imageSrc="http://img.b2bpic.net/free-photo/apartment-decor-new-interior-table_1203-4386.jpg"
imageAlt="Hairdresser meticulously styling a client's hair in a sunlit salon"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -131,12 +131,12 @@ export default function LandingPage() {
title: "Bridal & Special Occasions", description: "Look radiant on your big day or special event with our exquisite bridal hairstyling and glamorous up-dos."
}
]}
animationType="entrance-slide"
animationType="slide-up"
title="Crafting Your Perfect Hair Story"
description="At The Laneway Studio, we offer a comprehensive range of hair services designed to make you look and feel your absolute best."
tag="Our Signature Services"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -166,12 +166,12 @@ export default function LandingPage() {
]}
carouselMode="buttons"
gridVariant="three-columns-all-equal-width"
animationType="entrance-slide"
animationType="slide-up"
title="Gallery of Our Creations"
description="Explore a selection of our recent work, showcasing the diverse styles and stunning transformations we create for our cherished clients."
tag="Inspired Looks"
tagIcon={Image}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -184,7 +184,7 @@ export default function LandingPage() {
id: "t-1", name: "Olivia R.", role: "Local Entrepreneur", testimonial: "The Laneway Studio consistently delivers. My cuts are always perfect, and I always leave feeling refreshed and confident. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-smiling-looking-camera_197531-33823.jpg", imageAlt: "Olivia R. smiling with perfectly styled hair", icon: Sparkles
},
{
id: "t-2", name: "James K.", role: "Byron Bay Resident", testimonial: "I've been going to The Laneway Studio for years. They truly understand what I want and the colour work is simply incredible. Best salon in town!", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg?_wi=2", imageAlt: "James K. with his new modern haircut", icon: Brush
id: "t-2", name: "James K.", role: "Byron Bay Resident", testimonial: "I've been going to The Laneway Studio for years. They truly understand what I want and the colour work is simply incredible. Best salon in town!", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg", imageAlt: "James K. with his new modern haircut", icon: Brush
},
{
id: "t-3", name: "Chloe L.", role: "Freelance Artist", testimonial: "Such a lovely and relaxing experience every time. The team is so warm and welcoming, and my hair has never looked healthier. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-young-woman-sleeping-lounger-with-orchid-flower-her-head_23-2147867941.jpg", imageAlt: "Chloe L. enjoying her salon experience", icon: Palette
@@ -197,12 +197,12 @@ export default function LandingPage() {
}
]}
carouselMode="buttons"
animationType="entrance-slide"
animationType="slide-up"
title="What Our Clients Say"
description="Don't just take our word for it hear what our wonderful clients have to say about their experience at The Laneway Studio."
tag="Rave Reviews"
tagIcon={Quote}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -243,7 +243,7 @@ export default function LandingPage() {
featuresTitle: "Includes:", features: ["Initial Consultation & Trial", "Custom Bridal Hairstyle", "Veil/Accessory Placement", "On-site Styling Available", "Pre-wedding Hair Care Advice"]
}
]}
animationType="entrance-slide"
animationType="slide-up"
title="Our Hair Services & Pricing"
description="Find the perfect service for your hair needs, from essential cuts to luxurious colour and bespoke bridal styling."
textboxLayout="default"
@@ -271,7 +271,7 @@ export default function LandingPage() {
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg"
imageAlt="Inviting reception area of a modern hair salon with warm lighting"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
mediaPosition="left"
buttonText="Send Inquiry"
/>