diff --git a/src/app/page.tsx b/src/app/page.tsx index 59e14fc..626aeb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Zap, Star, MessageCircle, Target, Tesseract, BarChart2, Shield, HelpCircle } from "lucide-react"; +import { Sparkles, Zap, Star, MessageCircle, Target, BarChart2, Shield, HelpCircle, Library } from "lucide-react"; export default function Page() { return ( @@ -60,7 +60,6 @@ export default function Page() { { "imageSrc": "http://img.b2bpic.net/free-photo/futuristic-computer-generated-illustration-glowing-abstract-decoration-communicates-technology-generated-by-ai_188544-30470.jpg", "imageAlt": "AI Astrologer Interface" }, { "imageSrc": "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg", "imageAlt": "AI Video & Image Generator Interface" } ]} - useInvertedBackground={false} tag="Innovative GPTs" tagIcon={Sparkles} tagAnimation="slide-up" @@ -132,7 +131,7 @@ export default function Page() { { "id": "1", "value": "1.7M+", "title": "Conversations", "description": "Engaging in over a million interactions, fostering clarity and understanding.", "icon": MessageCircle }, { "id": "2", "value": "99.9%", "title": "Accuracy", "description": "Delivering exceptionally accurate and personalized insights across all tools.", "icon": Target }, { "id": "3", "value": "5-Star", "title": "Ratings", "description": "Consistently earning top ratings for quality and user satisfaction.", "icon": Star }, - { "id": "4", "value": "100+", "title": "Tools", "description": "A continuously expanding library of innovative AI solutions for every need.", "icon": Tesseract } + { "id": "4", "value": "100+", "title": "Tools", "description": "A continuously expanding library of innovative AI solutions for every need.", "icon": Library } ]} gridVariant="uniform-all-items-equal" animationType="depth-3d" @@ -232,7 +231,6 @@ export default function Page() { { "items": [{ "label": "Testimonials", "href": "#testimonials" }, { "label": "FAQ", "href": "#faq" }, { "label": "Contact", "href": "#contact" }] }, { "items": [{ "label": "Terms & Conditions", "href": "#" }, { "label": "Privacy Policy", "href": "#" }, { "label": "Support Us", "href": "#" }] } ]} - useInvertedBackground={false} ariaLabel="Site footer" />