Merge version_1 into main #2
155
src/app/page.tsx
155
src/app/page.tsx
@@ -106,7 +106,6 @@ export default function HomePage() {
|
||||
imageAlt="Students using CampusHub marketplace"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,25 +120,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Smart Product Discovery",
|
||||
description: "Browse products by category, campus location, or price. Advanced filters help you find exactly what you're looking for in seconds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-line-job-search_169016-38606.jpg",
|
||||
imageAlt: "Product discovery interface",
|
||||
},
|
||||
title: "Smart Product Discovery", description: "Browse products by category, campus location, or price. Advanced filters help you find exactly what you're looking for in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-line-job-search_169016-38606.jpg", imageAlt: "Product discovery interface"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Direct In-App Messaging",
|
||||
description: "Chat directly with buyers and sellers without sharing personal contact info. Negotiate prices and arrange meetups safely within the app.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface_23-2148524231.jpg",
|
||||
imageAlt: "In-app chat interface",
|
||||
},
|
||||
title: "Direct In-App Messaging", description: "Chat directly with buyers and sellers without sharing personal contact info. Negotiate prices and arrange meetups safely within the app.", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface_23-2148524231.jpg", imageAlt: "In-app chat interface"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Verified Student Profiles",
|
||||
description: "Every seller is verified as a university student. View ratings, reviews, and transaction history to build confidence in every purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pack-retro-labor-day-logos_23-2147656547.jpg",
|
||||
imageAlt: "Verified seller profiles",
|
||||
},
|
||||
title: "Verified Student Profiles", description: "Every seller is verified as a university student. View ratings, reviews, and transaction history to build confidence in every purchase.", imageSrc: "http://img.b2bpic.net/free-vector/pack-retro-labor-day-logos_23-2147656547.jpg", imageAlt: "Verified seller profiles"},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#how-it-works" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -158,65 +145,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Textbooks",
|
||||
name: "Advanced Calculus Textbook",
|
||||
price: "$35.00",
|
||||
rating: 5,
|
||||
reviewCount: "47",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1",
|
||||
imageAlt: "Calculus textbook",
|
||||
},
|
||||
id: "1", brand: "Textbooks", name: "Advanced Calculus Textbook", price: "$35.00", rating: 5,
|
||||
reviewCount: "47", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Calculus textbook"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Electronics",
|
||||
name: "Wireless Bluetooth Headphones",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2",
|
||||
imageAlt: "Bluetooth headphones",
|
||||
},
|
||||
id: "2", brand: "Electronics", name: "Wireless Bluetooth Headphones", price: "$45.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Bluetooth headphones"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Furniture",
|
||||
name: "Compact Desk Lamp",
|
||||
price: "$22.00",
|
||||
rating: 4,
|
||||
reviewCount: "34",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3",
|
||||
imageAlt: "LED desk lamp",
|
||||
},
|
||||
id: "3", brand: "Furniture", name: "Compact Desk Lamp", price: "$22.00", rating: 4,
|
||||
reviewCount: "34", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "LED desk lamp"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Fashion",
|
||||
name: "College Hoodie Bundle",
|
||||
price: "$28.00",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4",
|
||||
imageAlt: "University hoodie",
|
||||
},
|
||||
id: "4", brand: "Fashion", name: "College Hoodie Bundle", price: "$28.00", rating: 5,
|
||||
reviewCount: "156", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "University hoodie"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Sports Gear",
|
||||
name: "Portable Water Bottle",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5",
|
||||
imageAlt: "Sports water bottle",
|
||||
},
|
||||
id: "5", brand: "Sports Gear", name: "Portable Water Bottle", price: "$18.00", rating: 5,
|
||||
reviewCount: "72", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sports water bottle"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Room Essentials",
|
||||
name: "Thermal Insulated Mug",
|
||||
price: "$16.00",
|
||||
rating: 4,
|
||||
reviewCount: "44",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6",
|
||||
imageAlt: "Insulated coffee mug",
|
||||
},
|
||||
id: "6", brand: "Room Essentials", name: "Thermal Insulated Mug", price: "$16.00", rating: 4,
|
||||
reviewCount: "44", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Insulated coffee mug"},
|
||||
]}
|
||||
buttons={[{ text: "See All Products", href: "/products" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -234,32 +179,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Create Your Profile",
|
||||
description: "Sign up with your university email to get verified. Set up your profile and let other students know who you are.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/users-agreement-terms-conditions-rule-policy-regulation-concept_53876-147700.jpg",
|
||||
imageAlt: "Account creation step",
|
||||
},
|
||||
title: "Create Your Profile", description: "Sign up with your university email to get verified. Set up your profile and let other students know who you are.", imageSrc: "http://img.b2bpic.net/free-photo/users-agreement-terms-conditions-rule-policy-regulation-concept_53876-147700.jpg", imageAlt: "Account creation step"},
|
||||
{
|
||||
id: 2,
|
||||
title: "List Your Products",
|
||||
description: "Add photos, descriptions, and prices for items you want to sell. Your products go live instantly to the marketplace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-engaged-subject-photography-photo-studio_185193-163991.jpg",
|
||||
imageAlt: "Product listing step",
|
||||
},
|
||||
title: "List Your Products", description: "Add photos, descriptions, and prices for items you want to sell. Your products go live instantly to the marketplace.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-engaged-subject-photography-photo-studio_185193-163991.jpg", imageAlt: "Product listing step"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Browse & Discover",
|
||||
description: "Explore products from verified student sellers. Use filters to find exactly what you're looking for quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developers-data-center-workspace-use-laptop-calibrate-energy-usage_482257-117870.jpg",
|
||||
imageAlt: "Product browsing step",
|
||||
},
|
||||
title: "Browse & Discover", description: "Explore products from verified student sellers. Use filters to find exactly what you're looking for quickly.", imageSrc: "http://img.b2bpic.net/free-photo/software-developers-data-center-workspace-use-laptop-calibrate-energy-usage_482257-117870.jpg", imageAlt: "Product browsing step"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Chat & Complete",
|
||||
description: "Message sellers directly to negotiate or ask questions. Arrange meetups on campus and complete transactions safely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149535696.jpg",
|
||||
imageAlt: "Chat and completion step",
|
||||
},
|
||||
title: "Chat & Complete", description: "Message sellers directly to negotiate or ask questions. Arrange meetups on campus and complete transactions safely.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149535696.jpg", imageAlt: "Chat and completion step"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -268,41 +197,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-female-student-inviting-people-join-language-courses-recommend-education-center-youth-pointing-thumb-left-smiling-camera-looking-upbeat-recommend-awesome-place_197531-22145.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/cute-female-student-inviting-people-join-language-courses-recommend-education-center-youth-pointing-thumb-left-smiling-camera-looking-upbeat-recommend-awesome-place_197531-22145.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-blonde-girl-student-with-lot-notebooks-dressed-up-jeans_231208-4414.jpg",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-blonde-girl-student-with-lot-notebooks-dressed-up-jeans_231208-4414.jpg", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064532.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064532.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-students-outdoors_23-2150405203.jpg",
|
||||
imageAlt: "David Patel",
|
||||
},
|
||||
id: "4", name: "David Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-students-outdoors_23-2150405203.jpg", imageAlt: "David Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-dressed-gardening-clothes_23-2148396885.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-dressed-gardening-clothes_23-2148396885.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "6", name: "Alex Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg", imageAlt: "Alex Thompson"},
|
||||
]}
|
||||
cardTitle="Trusted by over 15,000 university students across campus"
|
||||
cardTag="Student Testimonials"
|
||||
@@ -321,15 +226,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Harvard University",
|
||||
"Stanford University",
|
||||
"MIT",
|
||||
"Yale University",
|
||||
"Princeton University",
|
||||
"Columbia University",
|
||||
"University of Chicago",
|
||||
"Northwestern University",
|
||||
]}
|
||||
"Harvard University", "Stanford University", "MIT", "Yale University", "Princeton University", "Columbia University", "University of Chicago", "Northwestern University"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user