Merge version_1 into main #3
@@ -52,14 +52,14 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg", imageAlt: "Rahul Patel - Vedic Astrology Expert"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/zodiac-wheel-space-background_23-2148194302.jpg", imageAlt: "Astrological Birth Chart"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/zodiac-wheel-space-background_23-2148194302.jpg?_wi=1", imageAlt: "Astrological Birth Chart"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg", imageAlt: "Vedic Remedies & Healing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg?_wi=1", imageAlt: "Vedic Remedies & Healing"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Reading", href: "#contact" },
|
||||
{ text: "Book Free Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "birth-chart", title: "Birth Chart Reading", price: "₹5,000", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/zodiac-wheel-space-background_23-2148194302.jpg", imageAlt: "Birth Chart Analysis", button: { text: "Book Now", href: "#contact" },
|
||||
id: "birth-chart", title: "Birth Chart Reading", price: "₹5,000", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/zodiac-wheel-space-background_23-2148194302.jpg?_wi=2", imageAlt: "Birth Chart Analysis", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Complete natal chart analysis", "Planetary position interpretation", "Strength & weakness assessment", "Life path guidance"
|
||||
]
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "remedies", title: "Vedic Remedies Package", price: "₹8,000", period: "complete", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg", imageAlt: "Vedic Healing Remedies", button: { text: "Book Now", href: "#contact" },
|
||||
id: "remedies", title: "Vedic Remedies Package", price: "₹8,000", period: "complete", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg?_wi=2", imageAlt: "Vedic Healing Remedies", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Personalized remedy recommendations", "Gemstone guidance & timing", "Ritual & mantra prescription", "3 months progress tracking"
|
||||
]
|
||||
@@ -123,9 +123,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20 md:py-32"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
descriptionClassName="text-lg text-purple-200 mb-12"
|
||||
tagClassName="text-purple-300"
|
||||
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-purple-200 mb-12"
|
||||
textBoxTagClassName="text-purple-300"
|
||||
planTitleClassName="text-2xl font-bold text-white"
|
||||
planPriceClassName="text-4xl font-extrabold text-white"
|
||||
featureItemClassName="flex items-start gap-3 text-purple-100"
|
||||
@@ -153,8 +153,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20 md:py-32 bg-gradient-to-b from-purple-900/20 to-transparent"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
descriptionClassName="text-lg text-purple-200 mb-12"
|
||||
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-purple-200 mb-12"
|
||||
valueClassName="text-6xl md:text-7xl font-extrabold text-white"
|
||||
metricDescriptionClassName="text-purple-200 font-semibold text-lg"
|
||||
/>
|
||||
@@ -193,9 +193,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20 md:py-32"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
descriptionClassName="text-lg text-purple-200 mb-12"
|
||||
tagClassName="text-purple-300"
|
||||
textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-purple-200 mb-12"
|
||||
textBoxTagClassName="text-purple-300"
|
||||
testimonialClassName="text-purple-100 italic"
|
||||
nameClassName="text-white font-bold text-lg"
|
||||
handleClassName="text-purple-300 text-sm"
|
||||
@@ -256,4 +256,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user