diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90a9b8a..770dbab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,47 +45,24 @@ export default function LandingPage() {
@@ -106,24 +75,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Verified Student Discounts",
- description: "Exclusive pricing and deals verified for all enrolled students.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-house_23-2147917103.jpg",
- },
- {
- id: "f2",
- title: "Community-Driven Reviews",
- description: "Learn from peers about the tools that actually help during exams.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-teens-wearing-y2k-fashion_23-2150759602.jpg",
- },
- {
- id: "f3",
- title: "Seamless Support",
- description: "Dedicated customer success team that understands student schedules.",
- imageSrc: "http://img.b2bpic.net/free-photo/marketing-customer-management-concept-with-wooden-figures-wooden-grunge-background-side-view_176474-7795.jpg",
- },
+ { id: "f1", title: "Verified Student Discounts", description: "Exclusive pricing and deals verified for all enrolled students.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-house_23-2147917103.jpg" },
+ { id: "f2", title: "Community-Driven Reviews", description: "Learn from peers about the tools that actually help during exams.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-teens-wearing-y2k-fashion_23-2150759602.jpg" },
+ { id: "f3", title: "Seamless Support", description: "Dedicated customer success team that understands student schedules.", imageSrc: "http://img.b2bpic.net/free-photo/marketing-customer-management-concept-with-wooden-figures-wooden-grunge-background-side-view_176474-7795.jpg" },
]}
title="Why UniMarket?"
description="We are build for the academic lifestyle, bringing you technology and tools that matter."
@@ -132,46 +86,17 @@ export default function LandingPage() {
@@ -212,26 +123,11 @@ export default function LandingPage() {
rating={5}
author="Alex R., Engineering Student"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg",
- alt: "Student 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/thoughtful-millennial-female-with-dark-curly-hair-strolls-street-modern-city-holds-portable-touch-pad-stylus-enjoys-view-urban-buildings-uses-technologies-woman-with-digital-tablet-computer_273609-60587.jpg",
- alt: "Student 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-lady-looking-camera-t-shirt-jacket-looking-confident-front-view_176474-85493.jpg",
- alt: "Student 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/front-view-young-girl-red-blouse-with-cute-hair-just-standing-yellow-background-child-color-kid-girl-youth-innocence_140725-98776.jpg",
- alt: "Student 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/children-expressions_23-2148010400.jpg",
- alt: "Student 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/dreamy-cute-smiling-woman-glasses-exhange-student-walking-along-campus-holding-totebag-looking-camera-carefree-joyful-concept-youth-modern-generation-career_197531-30538.jpg", alt: "Student 1" },
+ { src: "http://img.b2bpic.net/free-photo/thoughtful-millennial-female-with-dark-curly-hair-strolls-street-modern-city-holds-portable-touch-pad-stylus-enjoys-view-urban-buildings-uses-technologies-woman-with-digital-tablet-computer_273609-60587.jpg", alt: "Student 2" },
+ { src: "http://img.b2bpic.net/free-photo/young-lady-looking-camera-t-shirt-jacket-looking-confident-front-view_176474-85493.jpg", alt: "Student 3" },
+ { src: "http://img.b2bpic.net/free-photo/front-view-young-girl-red-blouse-with-cute-hair-just-standing-yellow-background-child-color-kid-girl-youth-innocence_140725-98776.jpg", alt: "Student 4" },
+ { src: "http://img.b2bpic.net/free-photo/children-expressions_23-2148010400.jpg", alt: "Student 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -245,22 +141,14 @@ export default function LandingPage() {
description="Have questions or want to partner with us? Reach out and we'll get back to you within 24 hours."
inputs={[
{
- name: "fullName",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Student Email",
- required: true,
+ name: "email", type: "email", placeholder: "Student Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help you?",
- rows: 4,
+ name: "message", placeholder: "How can we help you?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/minimalistic-creative-place-studies-with-yellow-photo-frame_23-2147878270.jpg"
mediaAnimation="slide-up"
@@ -271,50 +159,31 @@ export default function LandingPage() {