Merge version_2 into main #2
@@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, BookOpen, Heart, Star, Trophy, Users, Zap } from 'lucide-react';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
|
||||
export default function SitePage() {
|
||||
return (
|
||||
@@ -34,24 +35,25 @@ export default function SitePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero-section" data-section="hero-section">
|
||||
<HeroBillboard
|
||||
<HeroBillboardCarousel
|
||||
title="Elevating Excellence: Athlete & Scholar"
|
||||
description="Dedicated to achieving greatness both on the field and in the classroom. Committed to academic rigor and athletic prowess, ready to contribute to your institution's legacy of excellence."
|
||||
background={{ variant: 'radial-gradient' }}
|
||||
tag="College Recruiting Ready"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{text:"View Achievements",href:"#achievements-section"},{text:"Contact Me",href:"#contact-section"}]}
|
||||
buttons={[
|
||||
{ text: "View Achievements", href: "#achievements-section", dataWebildId: "btn_view_achievements" },
|
||||
{ text: "Contact Me", href: "#contact-section", dataWebildId: "btn_contact_me" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[{src:"http://img.b2bpic.net/free-photo/portrait-smiling-young-male-athlete-standing-race-track_23-2148162079.jpg",alt:"Athletic Performance Metric"},{src:"http://img.b2bpic.net/free-photo/two-female-sprinter-athletes-running-treadmill-race-training-athletics-stadium_613910-19085.jpg",alt:"Academic Excellence Indicator"}]}
|
||||
avatarText="2023 Academic All-American • 4.2 GPA"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-half-naked-healthy-sportsman-starting-run_171337-9443.jpg"
|
||||
imageAlt="Professional portrait of athlete in uniform with academic achievements displayed"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[{type: 'text-icon', text:"National Championship Participant",icon:Award},{type: 'text-icon', text:"Dean's List Recipient",icon:BookOpen},{type: 'text-icon', text:"Team Captain",icon:Users}]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
ariaLabel="Hero section highlighting athletic and academic excellence"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shirtless-man-practicing-parkour-outdoors_52683-114636.jpg", imageAlt: "Athlete training outdoors with intensity" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-training-outdoors_23-2150351926.jpg", imageAlt: "Professional athlete in training session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-ready-sport-night_23-2149304841.jpg", imageAlt: "Athlete preparing for competition" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-tying-shoelaces_23-2149142343.jpg", imageAlt: "Athlete focused on performance preparation" }
|
||||
]}
|
||||
ariaLabel="Hero carousel showcasing athletic excellence and training dedication"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user