diff --git a/src/app/page.tsx b/src/app/page.tsx index cd7753b..2ad6dce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Star, Folders, CheckCircle, BookOpen, Users, Shield } from "lucide-react"; +import { Star, Folders, CheckCircle, BookOpen, Users, Shield, MessageSquare } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Materials Library", href: "/materials" }, { label: "Categories", href: "/categories" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Account", - items: [ + title: "Account", items: [ { label: "My Account", href: "/account" }, { label: "My Downloads", href: "/account/downloads" }, { label: "Purchases", href: "/account/purchases" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -90,7 +86,7 @@ export default function HomePage() { { text: "Upload Material", href: "/upload" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg" imageAlt="Modern educational marketplace platform interface" mediaAnimation="slide-up" frameStyle="browser" @@ -106,26 +102,11 @@ export default function HomePage() { tagIcon={Star} products={[ { - id: "1", - name: "Advanced Biology Slides 2025", - price: "2,500 сум", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg?_wi=1", - imageAlt: "Advanced Biology presentation slides", - }, + id: "1", name: "Advanced Biology Slides 2025", price: "2,500 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg", imageAlt: "Advanced Biology presentation slides"}, { - id: "2", - name: "Business Strategy Presentation", - price: "3,000 сум", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg?_wi=1", - imageAlt: "Business strategy presentation materials", - }, + id: "2", name: "Business Strategy Presentation", price: "3,000 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg", imageAlt: "Business strategy presentation materials"}, { - id: "3", - name: "Complete Economics Coursework", - price: "4,500 сум", - imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg?_wi=1", - imageAlt: "Economics coursework complete package", - }, + id: "3", name: "Complete Economics Coursework", price: "4,500 сум", imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg", imageAlt: "Economics coursework complete package"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -143,28 +124,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Slides & Presentations", - description: "Professional presentation slides and lecture materials from expert educators. Covers diverse subjects and education levels.", - imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg?_wi=1", - }, + title: "Slides & Presentations", description: "Professional presentation slides and lecture materials from expert educators. Covers diverse subjects and education levels.", imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg"}, { id: 2, - title: "Course Works", - description: "Comprehensive coursework assignments, projects, and study guides. Perfect reference materials for academic success.", - imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg?_wi=1", - }, + title: "Course Works", description: "Comprehensive coursework assignments, projects, and study guides. Perfect reference materials for academic success.", imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg"}, { id: 3, - title: "Presentations", - description: "Business and academic presentations with professional designs. Ready-to-use templates and completed materials.", - imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg?_wi=1", - }, + title: "Presentations", description: "Business and academic presentations with professional designs. Ready-to-use templates and completed materials.", imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg"}, { id: 4, - title: "Diploma Works", - description: "Thesis and diploma project examples, research papers, and academic writing samples for higher education.", - imageSrc: "http://img.b2bpic.net/free-vector/modern-education-concept-with-flat-design_23-2147915761.jpg?_wi=1", - }, + title: "Diploma Works", description: "Thesis and diploma project examples, research papers, and academic writing samples for higher education.", imageSrc: "http://img.b2bpic.net/free-vector/modern-education-concept-with-flat-design_23-2147915761.jpg"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -180,32 +149,16 @@ export default function HomePage() { tagIcon={CheckCircle} metrics={[ { - id: "1", - value: "50000", - title: "Materials", - description: "Comprehensive collection of quality educational resources", - icon: BookOpen, + id: "1", value: "50000", title: "Materials", description: "Comprehensive collection of quality educational resources", icon: BookOpen, }, { - id: "2", - value: "25000", - title: "Active Users", - description: "Students and teachers using our platform daily", - icon: Users, + id: "2", value: "25000", title: "Active Users", description: "Students and teachers using our platform daily", icon: Users, }, { - id: "3", - value: "4.8", - title: "Rating", - description: "Average platform satisfaction from user reviews", - icon: Star, + id: "3", value: "4.8", title: "Rating", description: "Average platform satisfaction from user reviews", icon: Star, }, { - id: "4", - value: "99", - title: "% Secure", - description: "Encrypted payments and protected user data", - icon: Shield, + id: "4", value: "99", title: "% Secure", description: "Encrypted payments and protected user data", icon: Shield, }, ]} gridVariant="uniform-all-items-equal" @@ -220,56 +173,20 @@ export default function HomePage() { title="Student & Teacher Reviews" description="Hear from our community members about their experience with EduShare" tag="Testimonials" - tagIcon={undefined} + tagIcon={MessageSquare} testimonials={[ { - id: "1", - name: "Alexei Petrov", - handle: "@alexei_study", - testimonial: "EduShare completely changed how I prepare for exams. The quality of materials is outstanding and prices are very reasonable.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", - imageAlt: "Alexei Petrov student", - }, + id: "1", name: "Alexei Petrov", handle: "@alexei_study", testimonial: "EduShare completely changed how I prepare for exams. The quality of materials is outstanding and prices are very reasonable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Alexei Petrov student"}, { - id: "2", - name: "Marina Sokolova", - handle: "@prof_marina", - testimonial: "As a teacher, I use EduShare to share my course materials with students. The platform is intuitive and secure for transactions.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-woman-glasses-holding-book_171337-19316.jpg", - imageAlt: "Marina Sokolova teacher", - }, + id: "2", name: "Marina Sokolova", handle: "@prof_marina", testimonial: "As a teacher, I use EduShare to share my course materials with students. The platform is intuitive and secure for transactions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-woman-glasses-holding-book_171337-19316.jpg", imageAlt: "Marina Sokolova teacher"}, { - id: "3", - name: "Dmitri Volkov", - handle: "@dmitri_learn", - testimonial: "The search system is powerful and fast. I found exactly what I needed for my diploma project in minutes. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", - imageAlt: "Dmitri Volkov student", - }, + id: "3", name: "Dmitri Volkov", handle: "@dmitri_learn", testimonial: "The search system is powerful and fast. I found exactly what I needed for my diploma project in minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", imageAlt: "Dmitri Volkov student"}, { - id: "4", - name: "Ekaterina Dmitriyeva", - handle: "@kate_educator", - testimonial: "Best platform for academic resource sharing. The rating system ensures only quality materials are promoted. Great community!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg", - imageAlt: "Ekaterina Dmitriyeva educator", - }, + id: "4", name: "Ekaterina Dmitriyeva", handle: "@kate_educator", testimonial: "Best platform for academic resource sharing. The rating system ensures only quality materials are promoted. Great community!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg", imageAlt: "Ekaterina Dmitriyeva educator"}, { - id: "5", - name: "Ivan Nikolaev", - handle: "@ivan_success", - testimonial: "Purchased several coursework guides and they helped me tremendously. Excellent value for money and quick downloads.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-attractive-caucasian-girl-jacket-standing-university-library-with-worksheets-books-smiling-happy-look-away-dreamy-studying-project-courses-pose-hall_197531-30586.jpg", - imageAlt: "Ivan Nikolaev student", - }, + id: "5", name: "Ivan Nikolaev", handle: "@ivan_success", testimonial: "Purchased several coursework guides and they helped me tremendously. Excellent value for money and quick downloads.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-attractive-caucasian-girl-jacket-standing-university-library-with-worksheets-books-smiling-happy-look-away-dreamy-studying-project-courses-pose-hall_197531-30586.jpg", imageAlt: "Ivan Nikolaev student"}, { - id: "6", - name: "Olga Smirnova", - handle: "@olga_teaching", - testimonial: "The payment integration with Click and Payme is smooth. My students find it easy to purchase materials. Very satisfied with the service.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-holding-books-hand-looking-camera_23-2148066806.jpg", - imageAlt: "Olga Smirnova teacher", - }, + id: "6", name: "Olga Smirnova", handle: "@olga_teaching", testimonial: "The payment integration with Click and Payme is smooth. My students find it easy to purchase materials. Very satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-holding-books-hand-looking-camera_23-2148066806.jpg", imageAlt: "Olga Smirnova teacher"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -286,7 +203,7 @@ export default function HomePage() { { text: "Start Exploring", href: "/materials" }, { text: "Become Creator", href: "/upload" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />