Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 05:51:04 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Crafting Excellence since Day One"
description="At The HeadMasters (हेड मास्टर), we believe in professional care, warm service, and attention to detail. Whether it's a sharp fade or a refreshing salon experience, our masters are here for you."
useInvertedBackground={false}
/>
</div>
@@ -73,7 +73,8 @@ export default function LandingPage() {
{ id: "s2", title: "Salon Styling", content: "Blowouts, treatments, and professional hair care styling." },
{ id: "s3", title: "Signature Shaves", content: "Classic hot towel shaves with premium grooming products." }
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg"
videoSrc="https://www.w3schools.com/howto/movie.mp4"
useInvertedBackground={false}
/>
</div>
@@ -84,6 +85,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Signature Pomade", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669105.jpg" },
{ id: "p2", name: "Hydrating Oil", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-anti-dandruff-hair-products_23-2149345772.jpg" },
@@ -98,6 +100,7 @@ export default function LandingPage() {
description="Skilled professionals dedicated to your perfect look."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
team={[
{ id: "t1", name: "James", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754690.jpg" },
{ id: "t2", name: "Elena", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg" }
@@ -110,6 +113,7 @@ export default function LandingPage() {
cardTitle="Loved by Clients"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "test-1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-elegant-mature-woman-red-blazer-makeup-smiling-happy-camera-standing-white_1258-154525.jpg" },
{ id: "test-2", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg" }
@@ -123,6 +127,7 @@ export default function LandingPage() {
description="Find answers to your questions about our salon."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Is appointment required?", content: "We recommend booking in advance to ensure availability." },
{ id: "f2", title: "Do you serve all?", content: "Yes, The HeadMasters is a fully inclusive unisex salon." }
@@ -136,6 +141,7 @@ export default function LandingPage() {
title="Book Your Session"
description="Take the first step towards a refreshed, professional style."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>