diff --git a/src/app/page.tsx b/src/app/page.tsx index f04b29f..21f610e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Activity, Award, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Share2, Smile, Sparkles, Ticket, Trending Up, Users, Zap } from "lucide-react"; +import { Activity, Award, Heart, HelpCircle, Mail, MapPin, MessageSquare, Phone, Share2, Smile, Sparkles, Ticket, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -53,10 +53,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg?_wi=1", imageAlt: "Pickleball players on outdoor court" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg", imageAlt: "Pickleball players on outdoor court" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=1", imageAlt: "Church community gathering" + imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg", imageAlt: "Church community gathering" } ]} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function LandingPage() { tag="Event Overview" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg" imageAlt="People enjoying recreational pickleball" buttons={[ { text: "See Event Details", href: "#details" } @@ -92,7 +92,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Fun & Active Recreation", description: "Enjoy an afternoon of exciting pickleball competition in a supportive, welcoming environment. Whether you're competitive or just here for laughs, there's a place for you.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg?_wi=2", imageAlt: "People laughing playing recreational sport" + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg", imageAlt: "People laughing playing recreational sport" }, items: [ { icon: Smile, text: "Laughter and good times" }, @@ -142,7 +142,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "participant", title: "Tournament Participant", price: "$25", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg?_wi=2", imageAlt: "Pickleball players competing", button: { + id: "participant", title: "Tournament Participant", price: "$25", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg", imageAlt: "Pickleball players competing", button: { text: "Register Now", href: "#contact" }, features: [ @@ -238,7 +238,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg" imageAlt="Church community gathering" mediaAnimation="slide-up" mediaPosition="right"