Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-14 21:27:02 +00:00

View File

@@ -45,16 +45,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "plain" }}
title="Hollywood Beauty"
description="Premium hair, nail, and makeup services in a luxury setting. Redefine your style with our expert team."
tag="Luxury Salon Experience"
title="Expert Hair & Salon Care"
description="Transform your look with precision cuts, luxury coloring, and professional styling at Hollywood Beauty. Experience world-class hair expertise in a premium setting."
tag="Hair Services Specialist"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", imageAlt: "hair salon interior modern" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829675.jpg", imageAlt: "manicure nail art station" }
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg", imageAlt: "professional hair styling session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-of-smiling-professional-hairdresser-holding-hair-dryer-at-salon_23-2148784869.jpg", imageAlt: "hair stylist with tools" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Rated 5 stars by our happy clients"
ratingText="Loved by thousands for our hair styling"
/>
</div>
@@ -206,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}