diff --git a/src/app/page.tsx b/src/app/page.tsx index 536de1a..69f2bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,13 +109,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Beginner Fundamentals", price: "Starting Journey", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-gym_23-2150930333.jpg", imageAlt: "Beginner Wing Chun class" + id: "1", name: "Beginner Fundamentals", price: "Enroll Now", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-gym_23-2150930333.jpg", imageAlt: "Beginner Wing Chun class" }, { - id: "2", name: "Intermediate Techniques", price: "Building Skills", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg?_wi=3", imageAlt: "Intermediate training session" + id: "2", name: "Intermediate Techniques", price: "Join Today", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg?_wi=3", imageAlt: "Intermediate training session" }, { - id: "3", name: "Advanced Chi Sau", price: "Mastery Level", imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall-with-copy-space_23-2148845929.jpg", imageAlt: "Advanced chi sau practice" + id: "3", name: "Advanced Chi Sau", price: "Enroll Now", imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall-with-copy-space_23-2148845929.jpg", imageAlt: "Advanced chi sau practice" } ]} />