Merge version_1 into main #3
@@ -59,9 +59,9 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-planning-financial-strategy-looking-computer-working-together-start-up-company-officet_482257-2082.jpg", imageAlt: "student study dashboard learning productive" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-alarm-clock_53876-31264.jpg", imageAlt: "timer focus productivity study clock" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg", imageAlt: "progress chart graph analytics achievement" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg", imageAlt: "planner homework checklist tasks organization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg", imageAlt: "notes writing notebook pen document" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg?_wi=1", imageAlt: "progress chart graph analytics achievement" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg?_wi=1", imageAlt: "planner homework checklist tasks organization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg?_wi=1", imageAlt: "notes writing notebook pen document" }
|
||||
]}
|
||||
className="hero-section"
|
||||
/>
|
||||
@@ -99,13 +99,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "homework", name: "Homework Planner", price: "Free", variant: "Track & organize assignments", imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg", imageAlt: "planner homework checklist tasks organization"
|
||||
id: "homework", name: "Homework Planner", price: "Free", variant: "Track & organize assignments", imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg?_wi=2", imageAlt: "planner homework checklist tasks organization"
|
||||
},
|
||||
{
|
||||
id: "exam", name: "Exam Countdown", price: "Free", variant: "Visualize deadlines", imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-watch-arrangement_23-2149204231.jpg", imageAlt: "exam countdown calendar deadline test"
|
||||
},
|
||||
{
|
||||
id: "notes", name: "Note-Taking Area", price: "Free", variant: "Quick & easy notes", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg", imageAlt: "notes writing notebook pen document"
|
||||
id: "notes", name: "Note-Taking Area", price: "Free", variant: "Quick & easy notes", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg?_wi=2", imageAlt: "notes writing notebook pen document"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
description="StudySprint combines time management, organization, and motivation into one beautifully simple app. Designed specifically for teenage students who want to unlock their full academic potential."
|
||||
tag="Why StudySprint"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg?_wi=2"
|
||||
imageAlt="progress chart graph analytics achievement"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user