Bob AI: On the first part of the website I want moving ima...
This commit is contained in:
@@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Award, BookOpen, Heart, Star, Trophy, Users, Zap } from 'lucide-react';
|
import { Award, BookOpen, Heart, Star, Trophy, Users, Zap } from 'lucide-react';
|
||||||
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
|
|
||||||
export default function SitePage() {
|
export default function SitePage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,24 +35,25 @@ export default function SitePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroBillboard
|
<HeroBillboardCarousel
|
||||||
title="Elevating Excellence: Athlete & Scholar"
|
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."
|
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' }}
|
background={{ variant: 'radial-gradient' }}
|
||||||
tag="College Recruiting Ready"
|
tag="College Recruiting Ready"
|
||||||
tagIcon={Trophy}
|
tagIcon={Trophy}
|
||||||
tagAnimation="slide-up"
|
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"
|
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"}]}
|
mediaItems={[
|
||||||
avatarText="2023 Academic All-American • 4.2 GPA"
|
{ 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/portrait-half-naked-healthy-sportsman-starting-run_171337-9443.jpg"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-training-outdoors_23-2150351926.jpg", imageAlt: "Professional athlete in training session" },
|
||||||
imageAlt="Professional portrait of athlete in uniform with academic achievements displayed"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/man-ready-sport-night_23-2149304841.jpg", imageAlt: "Athlete preparing for competition" },
|
||||||
mediaAnimation="slide-up"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-tying-shoelaces_23-2149142343.jpg", imageAlt: "Athlete focused on performance preparation" }
|
||||||
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}
|
ariaLabel="Hero carousel showcasing athletic excellence and training dedication"
|
||||||
showMarqueeCard={true}
|
|
||||||
ariaLabel="Hero section highlighting athletic and academic excellence"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user