Merge version_1 into main #2
@@ -102,18 +102,19 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="two-items-per-row"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Recommendations",
|
||||
description: "Our smart algorithm learns your interests to suggest events you'll love, ensuring you never miss an opportunity that aligns with your passions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148634710.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148634710.jpg",
|
||||
imageAlt: "Student viewing personalized event recommendations on a smartphone",
|
||||
},
|
||||
{
|
||||
title: "Categorized Browsing",
|
||||
description: "Easily filter events by categories like sports, networking, arts, or social gatherings. Find exactly what you're looking for with a tap.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-screen-business-chart-copy-space-business-concept-v_1150-2248.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-screen-business-chart-copy-space-business-concept-v_1150-2248.jpg",
|
||||
imageAlt: "Interface showing event categories for browsing",
|
||||
},
|
||||
]}
|
||||
@@ -126,18 +127,19 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="two-items-per-row"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Recommendations",
|
||||
description: "Our smart algorithm learns your interests to suggest events you'll love, ensuring you never miss an opportunity that aligns with your passions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148634710.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148634710.jpg",
|
||||
imageAlt: "Student viewing personalized event recommendations on a smartphone",
|
||||
},
|
||||
{
|
||||
title: "Categorized Browsing",
|
||||
description: "Easily filter events by categories like sports, networking, arts, or social gatherings. Find exactly what you're looking for with a tap.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-screen-business-chart-copy-space-business-concept-v_1150-2248.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-blank-screen-business-chart-copy-space-business-concept-v_1150-2248.jpg",
|
||||
imageAlt: "Interface showing event categories for browsing",
|
||||
},
|
||||
]}
|
||||
@@ -226,11 +228,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891249.jpg"
|
||||
imageAlt="Students collaborating and discussing"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about using SJTU Connect and maximizing your campus experience."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,7 +263,7 @@ export default function LandingPage() {
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-finger-cheek-isolated-white-wall_141793-94406.jpg"
|
||||
imageAlt="Campus support desk"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user