diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8062ad7..eb3ffdc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,127 +41,46 @@ export default function LandingPage() {
-
+
@@ -181,50 +88,26 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- features={[
- {
- id: 1,
- title: "Marketplace",
- description: "Trade textbooks effortlessly with members.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg?_wi=1",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg?_wi=2",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/girl-studying-from-notebook-alone-group-study_23-2149211110.jpg?_wi=3",
- imageAlt: "student library study notes laptop",
- },
- {
- id: 2,
- title: "Notes Sharing",
- description: "Upload, organize, and access study notes.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-34886.jpg?_wi=1",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-34886.jpg?_wi=2",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952348.jpg?_wi=3",
- imageAlt: "community book discussion group bright",
- },
- {
- id: 3,
- title: "Community Forums",
- description: "Engage in topic-specific discussions.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg?_wi=3",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg?_wi=4",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-children-s-desk-with-notebook_23-2149025147.jpg?_wi=3",
- imageAlt: "handwritten notes study high quality",
- },
- ]}
showStepNumbers={true}
title="Everything You Need to Succeed"
description="Seamlessly bridge the gap between learning materials and community interaction."
+ features={[
+ {
+ id: 1,
+ title: "Marketplace", description: "Trade textbooks effortlessly with members.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg" }
+ },
+ {
+ id: 2,
+ title: "Notes Sharing", description: "Upload, organize, and access study notes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-34886.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-34886.jpg" }
+ },
+ {
+ id: 3,
+ title: "Community Forums", description: "Engage in topic-specific discussions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-bokeh-background_1017-3401.jpg" }
+ }
+ ]}
/>
@@ -232,26 +115,12 @@ export default function LandingPage() {
@@ -295,50 +149,33 @@ export default function LandingPage() {