@@ -73,128 +265,86 @@ export default function LandingPage() {
({
+ title: item.title,
+ description: item.description,
+ imageSrc: [
+ "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163327.jpg", "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg", "http://img.b2bpic.net/free-photo/colorful-crystals-flowers-assortment_23-2149324181.jpg", "http://img.b2bpic.net/free-photo/senior-couple-is-doing-yoga-outdoors-stretching-park-sunrise-brunette-white-t-shirt_1157-39675.jpg", "http://img.b2bpic.net/free-photo/full-shot-woman-yoga-mat_23-2148898576.jpg", "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg"
+ ][index],
+ imageAlt: item.title,
+ buttonIcon: [Sparkles, Heart, Zap, Shield, Wifi, BookOpen][index]
+ }))
+ }
textboxLayout="default"
useInvertedBackground={false}
- tag="Holistic Services"
+ tag={t.services.tag}
tagAnimation="slide-up"
/>
({
+ id: `${idx + 1}`,
+ price: plan.price,
+ name: plan.name,
+ ...(plan.badge && { badge: plan.badge, badgeIcon: Heart }),
+ buttons: [
+ { text: plan.bookBtn, href: "#contact" },
+ { text: plan.learnBtn, href: "#" }
+ ],
+ features: plan.features
+ }))}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
- tag="Transparent Pricing"
+ tag={t.pricing.tag}
tagAnimation="slide-up"
/>