diff --git a/src/app/page.tsx b/src/app/page.tsx index 4536fbf..64caeeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Clock, Shield, Zap, Globe, Heart, Users, Briefcase, Home, MessageSquare } from 'lucide-react'; +import { Sparkles, Clock, Shield, Zap, Globe, Heart, Users, Briefcase, Home, MessageSquare, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Astrology Guidance Hub", logoIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-golden-mandala-purple-background_23-2147635107.jpg?_wi=1", buttons: [ + imageSrc: "http://img.b2bpic.net/free-vector/elegant-golden-mandala-purple-background_23-2147635107.jpg", buttons: [ { text: "📞 Call Now", href: "tel:+91" }, { text: "Book Consultation", href: "#contact" } ], @@ -66,9 +66,9 @@ export default function LandingPage() { { icon: Briefcase } ], stats: [ - { title: "Happy Clients", values: ["12500", "18750", "25000"], valueSuffix: "+", description: "Satisfied customers worldwide." }, - { title: "Years Experience", values: ["8", "12", "15"], valueSuffix: "+", description: "Expert Vedic knowledge." }, - { title: "Success Rate", values: ["85", "92", "100"], valuePrefix: "", valueSuffix: "%", description: "Proven effective remedies." } + { title: "Happy Clients", values: [12500, 18750, 25000], valueSuffix: "+", description: "Satisfied customers worldwide." }, + { title: "Years Experience", values: [8, 12, 15], valueSuffix: "+", description: "Expert Vedic knowledge." }, + { title: "Success Rate", values: [85, 92, 100], valuePrefix: "", valueSuffix: "%", description: "Proven effective remedies." } ], chartTitle: "Client Growth", chartData: [ { value: 60 }, @@ -132,7 +132,7 @@ export default function LandingPage() { title: "Vashikaran Specialist", description: "Powerful mantra remedies for relationship stability and attracting positive influences.", bentoComponent: "orbiting-icons", centerIcon: Sparkles, items: [ { icon: Heart, ring: 1 }, - { icon: Sparkles, ring: 2 }, + { icon: Star, ring: 2 }, { icon: Zap, ring: 1 } ] } @@ -232,7 +232,7 @@ export default function LandingPage() { description="Don't let problems control your destiny. Take guidance today and step into a brighter, more positive future. Our expert astrologers are here to help you 24/7." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/elegant-golden-mandala-purple-background_23-2147635107.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/elegant-golden-mandala-purple-background_23-2147635107.jpg" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email"