From 704b265e75b18aa83200f402b7b7859d6404b8c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:52:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 +++++++++++++++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbbb037..1c8e216 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,14 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - 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-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?_wi=1", imageAlt: "Astrological Birth Chart"}, + imageSrc: "http://img.b2bpic.net/free-vector/zodiac-wheel-space-background_23-2148194302.jpg", imageAlt: "Astrological Birth Chart" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg?_wi=1", imageAlt: "Vedic Remedies & Healing"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg", imageAlt: "Vedic Remedies & Healing" + }, ]} buttons={[ { text: "Book Your Reading", href: "#contact" }, @@ -73,7 +76,8 @@ export default function LandingPage() { @@ -202,17 +214,23 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "What information do you need for a reading?", content: "For an accurate reading, I need your birth date (including exact time if possible), birth location, and your current timezone. Even without exact birth time, I can provide meaningful insights using noon calculation methods."}, + id: "1", title: "What information do you need for a reading?", content: "For an accurate reading, I need your birth date (including exact time if possible), birth location, and your current timezone. Even without exact birth time, I can provide meaningful insights using noon calculation methods." + }, { - id: "2", title: "How accurate is Vedic astrology?", content: "Vedic astrology has been refined over thousands of years and has proven remarkably accurate for countless individuals. With precise birth information, accuracy rates can exceed 95%. However, astrology is a guide, not destiny—free will always plays a role."}, + id: "2", title: "How accurate is Vedic astrology?", content: "Vedic astrology has been refined over thousands of years and has proven remarkably accurate for countless individuals. With precise birth information, accuracy rates can exceed 95%. However, astrology is a guide, not destiny—free will always plays a role." + }, { - id: "3", title: "What should I expect in a consultation?", content: "In a typical session, we'll discuss your birth chart, current planetary influences, life areas of concern, and practical guidance. Sessions are conversational and personalized. Most clients find clarity, confidence, and actionable insights to move forward."}, + id: "3", title: "What should I expect in a consultation?", content: "In a typical session, we'll discuss your birth chart, current planetary influences, life areas of concern, and practical guidance. Sessions are conversational and personalized. Most clients find clarity, confidence, and actionable insights to move forward." + }, { - id: "4", title: "How often should I get readings?", content: "A comprehensive birth chart reading lasts years in relevance. However, during transitional periods or challenging planetary phases, follow-up consultations every 6-12 months can provide timely guidance and course corrections."}, + id: "4", title: "How often should I get readings?", content: "A comprehensive birth chart reading lasts years in relevance. However, during transitional periods or challenging planetary phases, follow-up consultations every 6-12 months can provide timely guidance and course corrections." + }, { - id: "5", title: "Can astrology predict the future?", content: "Astrology reveals potential outcomes and timing of events based on planetary cycles. It shows opportunities and challenges ahead, but your choices and actions ultimately shape your destiny. Astrology empowers informed decision-making."}, + id: "5", title: "Can astrology predict the future?", content: "Astrology reveals potential outcomes and timing of events based on planetary cycles. It shows opportunities and challenges ahead, but your choices and actions ultimately shape your destiny. Astrology empowers informed decision-making." + }, { - id: "6", title: "What payment methods do you accept?", content: "I accept bank transfers, digital wallets (PayTM, Google Pay, PhonePe), and international payments via Wise or PayPal. After booking, detailed payment instructions are provided. Full confidentiality is guaranteed."}, + id: "6", title: "What payment methods do you accept?", content: "I accept bank transfers, digital wallets (PayTM, Google Pay, PhonePe), and international payments via Wise or PayPal. After booking, detailed payment instructions are provided. Full confidentiality is guaranteed." + }, ]} className="py-20 md:py-32 bg-gradient-to-b from-transparent to-purple-900/20" containerClassName="max-w-6xl mx-auto" -- 2.49.1