3 Commits

Author SHA1 Message Date
1889a54c47 Update src/app/page.tsx 2026-03-12 11:13:36 +00:00
9e481693aa Merge version_1 into main
Merge version_1 into main
2026-03-12 11:08:51 +00:00
3f4a88aa4d Merge version_1 into main
Merge version_1 into main
2026-03-12 11:08:26 +00:00

View File

@@ -121,6 +121,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaPosition="left"
buttonAnimation="blur-reveal"
tagAnimation="blur-reveal"
/>
</div>
@@ -129,7 +130,7 @@ export default function LandingPage() {
title="Engineering the Impossible Beauty Experience"
description="We combine innovation, precision, and luxury to create transformative beauty moments. Every detail is carefully orchestrated for your satisfaction."
textboxLayout="default"
animationType="slide-up"
animationType="scale-rotate"
useInvertedBackground={false}
metrics={[
{
@@ -145,6 +146,8 @@ export default function LandingPage() {
id: "4", value: "100%", title: "Personalized Care Guarantee", items: ["Individual consultation", "Tailored treatments", "Follow-up support"]
}
]}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -153,7 +156,7 @@ export default function LandingPage() {
title="Our Transformations"
description="Explore our portfolio of stunning beauty transformations and premium salon experiences."
textboxLayout="default"
animationType="slide-up"
animationType="blur-reveal"
useInvertedBackground={false}
carouselMode="buttons"
blogs={[
@@ -170,6 +173,8 @@ export default function LandingPage() {
id: "4", category: "Wellness Retreat", title: "Ultimate Wellness Experience", excerpt: "Immersive spa and wellness treatments that nurture body, mind, and spirit.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-massaged-spa_23-2149871246.jpg", imageAlt: "Luxury spa and wellness retreat", authorName: "James Robertson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", date: "Holistic Wellness"
}
]}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -178,7 +183,7 @@ export default function LandingPage() {
title="What Our Clients Say"
description="Real stories from people whose lives have been transformed by our beauty and wellness services."
textboxLayout="default"
animationType="slide-up"
animationType="depth-3d"
useInvertedBackground={false}
showRating={true}
carouselMode="buttons"
@@ -208,6 +213,8 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-front-view_23-2150100185.jpg"
}
]}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -217,7 +224,7 @@ export default function LandingPage() {
description="Find answers to frequently asked questions about our services, booking, and beauty philosophy."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
animationType="smooth"
faqs={[
{
@@ -233,6 +240,8 @@ export default function LandingPage() {
id: "4", title: "What's your cancellation policy?", content: "We ask for 48 hours notice for cancellations. Cancellations made within 24 hours may incur a service fee. We understand that life happens—just reach out as soon as possible if your plans change."
}
]}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>