Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg"
|
||||
imageAlt="ArtStar educational platform featuring diverse university students"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg"
|
||||
imageAlt="ArtStar team and community members"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -135,16 +135,16 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "50,000+", title: "Active Students", description: "Engaged learners across Synergy, RIU, KIU and beyond"
|
||||
id: "metric-1", value: "50,000+", title: "Active Students", description: "Engaged learners across Synergy, RIU, KIU and beyond", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Active students metric video"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "1,000+", title: "Courses & Resources", description: "Comprehensive educational content covering multiple disciplines"
|
||||
id: "metric-2", value: "1,000+", title: "Courses & Resources", description: "Comprehensive educational content covering multiple disciplines", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Courses and resources metric video"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "95%", title: "Satisfaction Rate", description: "Students consistently rate ArtStar highly for quality and support"
|
||||
id: "metric-3", value: "95%", title: "Satisfaction Rate", description: "Students consistently rate ArtStar highly for quality and support", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Satisfaction rate metric video"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "7 Years", title: "Industry Experience", description: "Proven track record since our founding in 2017"
|
||||
id: "metric-4", value: "7 Years", title: "Industry Experience", description: "Proven track record since our founding in 2017", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Industry experience metric video"
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interested-people-talking-each-other_23-2147655998.jpg"
|
||||
imageAlt="ArtStar community of students"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user