Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 12:08:09 +00:00

View File

@@ -42,8 +42,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
title="Enhancing Your Natural Beauty"
description="Professional hair, nail, and beauty services in Sharjah—designed to help you look and feel your best every day."
tag="Dazzle Queens Beauty Salon"
@@ -52,10 +51,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:0561987577" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108845.jpg", imageAlt: "elegant beauty salon interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "perfect manicure nail art"}
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108845.jpg", imageAlt: "elegant beauty salon interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "perfect manicure nail art" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -103,7 +100,6 @@ export default function LandingPage() {
title="Our Work Highlights"
description="A glimpse of our work—real results, happy clients, and styles we love creating every day."
faqsAnimation="slide-up"
textboxLayout="split"
/>
</div>
@@ -137,15 +133,13 @@ export default function LandingPage() {
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fitness-girl-activewear-doing-yoga-home-stretching-working-out-massaging-her-neck-with_1258-200240.jpg"
mediaAnimation="slide-up"
textboxLayout="split"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Visit Us in Sharjah"
description="Call us at 056 198 7577 or visit us today. WhatsApp to book your appointment بسهولة."
@@ -156,10 +150,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Dazzle Queens"
leftLink={{
text: "Open daily: 10 AM 10 PM", href: "#"}}
rightLink={{
text: "Follow us on Instagram", href: "https://instagram.com"}}
leftLink={{ text: "Open daily: 10 AM 10 PM", href: "#" }}
rightLink={{ text: "Follow us on Instagram", href: "https://instagram.com" }}
/>
</div>
</ReactLenis>