diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 0a2370c..a7becc5 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -19,13 +19,9 @@ export default function HomePage() {
title="Student life, all in one loop"
description="Buy, borrow, and belong—UniLoop brings your scattered campus WhatsApp groups into one trusted, beautifully designed space. Connect with your hostel, discover events, and simplify every exchange."
primaryButton={{
- text: "Join Your Campus",
- href: "#contact",
- }}
+ text: "Join Your Campus", href: "#contact"}}
secondaryButton={{
- text: "Learn More",
- href: "#about",
- }}
+ text: "Learn More", href: "#about"}}
imageSrc="http://img.b2bpic.net/free-photo/returning-item-online_23-2151952966.jpg"
/>
@@ -36,9 +32,7 @@ export default function HomePage() {
@@ -52,19 +46,13 @@ export default function HomePage() {
features={[
{
icon: ShoppingBag,
- title: "Trusted Marketplace",
- description: "Buy and sell essentials safely within your college community.",
- },
+ title: "Trusted Marketplace", description: "Buy and sell essentials safely within your college community."},
{
icon: Users,
- title: "Community Connection",
- description: "Connect with peers, find events, and build authentic relationships.",
- },
+ title: "Community Connection", description: "Connect with peers, find events, and build authentic relationships."},
{
icon: BookOpen,
- title: "Resource Sharing",
- description: "Borrow books or equipment from verified hostel residents instantly.",
- },
+ title: "Resource Sharing", description: "Borrow books or equipment from verified hostel residents instantly."},
]}
/>
@@ -78,40 +66,19 @@ export default function HomePage() {
description="Built mobile-first to keep up with your busy schedule."
items={[
{
- title: "Verified Sellers",
- description: "Only verified campus students.",
- imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg",
- },
+ title: "Verified Sellers", description: "Only verified campus students.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg"},
{
- title: "Secure Messaging",
- description: "Built-in peer-to-peer chat.",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg",
- },
+ title: "Secure Messaging", description: "Built-in peer-to-peer chat.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg"},
{
- title: "Hostel Feeds",
- description: "Real-time updates near you.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-students-outdoors_23-2150405221.jpg",
- },
+ title: "Hostel Feeds", description: "Real-time updates near you.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-students-outdoors_23-2150405221.jpg"},
{
- title: "Event Discovery",
- description: "Never miss campus events.",
- imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg",
- },
+ title: "Event Discovery", description: "Never miss campus events.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg"},
{
- title: "Smart Search",
- description: "Find items in your building.",
- imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040210.jpg",
- },
+ title: "Smart Search", description: "Find items in your building.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040210.jpg"},
{
- title: "Profile Stats",
- description: "Track your campus trust score.",
- imageSrc: "http://img.b2bpic.net/free-vector/simple-best-sports-beginners-landscape-tier-list_742173-8978.jpg",
- },
+ title: "Profile Stats", description: "Track your campus trust score.", imageSrc: "http://img.b2bpic.net/free-vector/simple-best-sports-beginners-landscape-tier-list_742173-8978.jpg"},
{
- title: "Fast Liquidation",
- description: "Sell in seconds, hassle-free.",
- imageSrc: "http://img.b2bpic.net/free-vector/infographic-horizontal-banners-with-round-buttons-colorful-rings-world-icon-percent-rates-isolated_1284-45134.jpg",
- },
+ title: "Fast Liquidation", description: "Sell in seconds, hassle-free.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-horizontal-banners-with-round-buttons-colorful-rings-world-icon-percent-rates-isolated_1284-45134.jpg"},
]}
/>
@@ -125,20 +92,11 @@ export default function HomePage() {
description="UniLoop is built to simplify the lives of thousands of students."
metrics={[
{
- icon: Users,
- title: "Students onboarded",
- value: "15,000+",
- },
+ icon: "Users", title: "Students onboarded", value: "15,000+"},
{
- icon: ShieldCheck,
- title: "Items exchanged",
- value: "24,000+",
- },
+ icon: "ShieldCheck", title: "Items exchanged", value: "24,000+"},
{
- icon: Zap,
- title: "Events discovered",
- value: "1,200+",
- },
+ icon: "Zap", title: "Events discovered", value: "1,200+"},
]}
/>
@@ -149,37 +107,18 @@ export default function HomePage() {
@@ -190,31 +129,22 @@ export default function HomePage() {