Merge version_2 into main #2
@@ -11,7 +11,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Shield, Sparkles, Award, Leaf, Waves, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,6 +44,7 @@ export default function LandingPage() {
|
||||
title="Inner Peace in the Heart of Aerocity"
|
||||
description="Discover a sanctuary of relaxation. Our expert therapists offer bespoke treatments designed to harmonize mind, body, and spirit."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
enableKpiAnimation={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7551.jpg"
|
||||
kpis={[
|
||||
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
||||
description="From deep tissue therapy to soothing aromatic rituals, find your perfect escape."
|
||||
animationType="slide-up"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "s1", name: "Signature Swedish", price: "₹2,500", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-spa-with-face-mask-treatment_23-2149871947.jpg" },
|
||||
@@ -89,6 +90,7 @@ export default function LandingPage() {
|
||||
title="Wellness Memberships"
|
||||
description="Invest in your health with our carefully curated spa packages."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Essential", price: "₹2,500", subtitle: "Quick Recharge", buttons: [{ text: "Select" }], features: ["60 min massage", "Complimentary tea"] },
|
||||
@@ -104,6 +106,7 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg", alt: "Sarah" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,6 +121,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,6 +130,7 @@ export default function LandingPage() {
|
||||
title="Begin Your Wellness Journey"
|
||||
description="Drop us a message and our team will get back to you immediately to confirm your appointment."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user