diff --git a/src/app/page.tsx b/src/app/page.tsx index 23e517a..a7c48a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/appointment-booking-beauty-salon_23-2148580577.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/appointment-booking-beauty-salon_23-2148580577.jpg" imageAlt="Modern video chat platform interface" showBlur={true} ariaLabel="Hero section for ChatConnect platform" @@ -71,11 +71,11 @@ export default function LandingPage() { features={[ { id: "smart-matching", title: "Smart Matching System", tags: ["AI-Powered", "Personalized"], - imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg?_wi=1", imageAlt: "Smart matching algorithm visualization" + imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg", imageAlt: "Smart matching algorithm visualization" }, { id: "advanced-security", title: "Advanced Security", tags: ["AI Moderation", "Safe Environment"], - imageSrc: "http://img.b2bpic.net/free-vector/flat-safer-internet-day-background_23-2151164080.jpg?_wi=1", imageAlt: "Security protection and encryption" + imageSrc: "http://img.b2bpic.net/free-vector/flat-safer-internet-day-background_23-2151164080.jpg", imageAlt: "Security protection and encryption" }, { id: "user-profiles", title: "User Profiles", tags: ["Optional", "Control Privacy"], @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "mobile-responsive", title: "Mobile Responsive", tags: ["Phone", "Tablet", "Desktop"], - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-application-template_23-2148570035.jpg?_wi=1", imageAlt: "Cross-platform responsive design" + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-application-template_23-2148570035.jpg", imageAlt: "Cross-platform responsive design" } ]} animationType="slide-up" @@ -111,7 +111,7 @@ export default function LandingPage() { description="We've implemented cutting-edge security measures to ensure every conversation is safe, respectful, and moderated. Our AI-powered system works 24/7 to detect and prevent inappropriate content." subdescription="With advanced moderation, user verification, and privacy controls, ChatConnect is the safest way to meet people online." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-vector/flat-safer-internet-day-background_23-2151164080.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/flat-safer-internet-day-background_23-2151164080.jpg" imageAlt="Security and safety features" mediaAnimation="slide-up" useInvertedBackground={false} @@ -132,13 +132,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "step1", name: "1. Join Instantly", price: "No Sign-Up", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-beauty-salon_23-2148580577.jpg?_wi=2", imageAlt: "Join the platform instantly" + id: "step1", name: "1. Join Instantly", price: "No Sign-Up", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-beauty-salon_23-2148580577.jpg", imageAlt: "Join the platform instantly" }, { - id: "step2", name: "2. Get Matched", price: "Seconds", imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg?_wi=2", imageAlt: "Smart matching process" + id: "step2", name: "2. Get Matched", price: "Seconds", imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg", imageAlt: "Smart matching process" }, { - id: "step3", name: "3. Start Chatting", price: "Instantly", imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-application-template_23-2148570035.jpg?_wi=2", imageAlt: "Begin conversations" + id: "step3", name: "3. Start Chatting", price: "Instantly", imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-application-template_23-2148570035.jpg", imageAlt: "Begin conversations" } ]} buttons={[ @@ -244,7 +244,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Call to action section" />