diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bf031e..4898faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Elite Equestrian" + brandName="Dream Horse Riding Academy" button={{ text: "Join Academy", href: "#contact" }} /> @@ -43,16 +43,13 @@ export default function LandingPage() {
@@ -62,12 +59,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - title="Academy Programs" - description="Comprehensive training pathways designed for all skill levels." + title="Our Programs" + description="Expertly crafted training pathways for every aspiring equestrian." features={[ - { id: "prog1", title: "Foundation Riding", tags: ["Beginner", "Kids"], imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-with-horse-countryside_23-2148200876.jpg", imageAlt: "Foundation riding program" }, - { id: "prog2", title: "Advanced Dressage", tags: ["Advanced", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trains-horseback-riding-arena-young-caucasian-woman-formal-clothing-horseback-riding-across-sandy-arena-pedigree-horse-equestrian-sport-sportswoman-horse_1321-3528.jpg", imageAlt: "Advanced dressage training" }, - { id: "prog3", title: "Summer Camp", tags: ["Teens", "Activities"], imageSrc: "http://img.b2bpic.net/free-photo/female-equestrian-instructor-with-horse_23-2150460612.jpg", imageAlt: "Summer equestrian camp" } + { id: "p1", title: "Beginner Basics", tags: ["Core", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-with-horse-countryside_23-2148200876.jpg" }, + { id: "p2", title: "Dressage Excellence", tags: ["Advanced", "Artistry"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trains-horseback-riding-arena-young-caucasian-woman-formal-clothing-horseback-riding-across-sandy-arena-pedigree-horse-equestrian-sport-sportswoman-horse_1321-3528.jpg" }, + { id: "p3", title: "Youth Summer Camp", tags: ["Adventure", "Camp"], imageSrc: "http://img.b2bpic.net/free-photo/female-equestrian-instructor-with-horse_23-2150460612.jpg" } ]} /> @@ -78,52 +75,50 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - title="Expert Instructors" - description="Learn from the best in the industry with decades of experience." + title="Meet Our Mentors" + description="Dedicated professional equestrians here to help you achieve your riding dreams." members={[ - { id: "m1", name: "Sarah Jenkins", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-farm-wiith-horse_1157-38116.jpg", imageAlt: "Coach Sarah" }, - { id: "m2", name: "Michael Reed", role: "Dressage Specialist", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-standing-horse-ranch_1157-25256.jpg", imageAlt: "Instructor Michael" }, - { id: "m3", name: "Emily Chen", role: "Junior Instructor", imageSrc: "http://img.b2bpic.net/free-photo/back-view-children-learning-ride-horses_23-2150542002.jpg", imageAlt: "Coach Emily" } + { id: "m1", name: "Master Instructor", role: "Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/elegant-girl-farm-wiith-horse_1157-38116.jpg" }, + { id: "m2", name: "Senior Coach", role: "Dressage Lead", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-standing-horse-ranch_1157-25256.jpg" }, + { id: "m3", name: "Junior Guide", role: "Beginner Lead", imageSrc: "http://img.b2bpic.net/free-photo/back-view-children-learning-ride-horses_23-2150542002.jpg" } ]} />
@@ -131,7 +126,7 @@ export default function LandingPage() {