diff --git a/src/app/page.tsx b/src/app/page.tsx index 4131757..2d34c24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Book Free Trial", href: "#contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13306.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13306.jpg?_wi=1" imageAlt="Karate action training" frameStyle="card" buttonAnimation="slide-up" @@ -156,7 +156,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" products={[ { id: "1", name: "Signature Kick", price: "Training in Progress", imageSrc: "http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13310.jpg", imageAlt: "Powerful karate kick technique" }, - { id: "2", name: "Perfect Form", price: "Technique Mastery", imageSrc: "http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13306.jpg", imageAlt: "Karate punch technique demonstration" }, + { id: "2", name: "Perfect Form", price: "Technique Mastery", imageSrc: "http://img.b2bpic.net/free-photo/two-judo-wrestlers-showing-their-technical-skills-fight-club_613910-13306.jpg?_wi=2", imageAlt: "Karate punch technique demonstration" }, { id: "3", name: "Belt Achievement", price: "Milestone Moment", imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753741.jpg", imageAlt: "Karate belt advancement celebration" }, { id: "4", name: "Team Spirit", price: "Community Strength", imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753742.jpg", imageAlt: "Group karate training class" } ]}