diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79f1a7e..cfbe902 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,16 +7,16 @@ import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Sparkles, Users, Heart } from "lucide-react"; +import { Target, Users, Sparkles, Heart } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "Browse Notes", id: "/" }, - { name: "Sell Notes", id: "/" }, - { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" }, + { name: "Home", id: "home" }, + { name: "Browse Notes", id: "browse" }, + { name: "Sell Notes", id: "sell" }, + { name: "About", id: "about" }, + { name: "Pricing", id: "pricing" }, + { name: "Contact", id: "contact" }, ]; const footerColumns = [ @@ -73,74 +73,74 @@ export default function AboutPage() {
-
+
@@ -141,7 +141,7 @@ export default function HomePage() { names={[ "Harvard University", "Stanford University", "MIT", "Yale University", "Princeton University", "UC Berkeley", "Columbia University", "University of Cambridge"]} logos={[ - "http://img.b2bpic.net/free-vector/four-college-badges-vintage-style_23-2147566538.jpg", "http://img.b2bpic.net/free-vector/american-badges-collection_23-2147524591.jpg", "http://img.b2bpic.net/free-vector/collection-heraldic-shields-with-golden-details_23-2147610338.jpg", "http://img.b2bpic.net/free-vector/emblematic-shields-vintage-design_23-2147570211.jpg", "http://img.b2bpic.net/free-vector/gradient-gold-crown-logo-template_23-2150970168.jpg", "http://img.b2bpic.net/free-vector/retro-graduation-background_23-2147632304.jpg", "http://img.b2bpic.net/free-vector/summer-camp-festival-label_23-2147512207.jpg", "http://img.b2bpic.net/free-vector/flat-4th-july-independence-day-badge-collection_23-2148961690.jpg"]} + "http://img.b2bpic.net/free-vector/pack-vintage-college-badges_23-2147566495.jpg", "http://img.b2bpic.net/free-vector/gradient-9-11-patriot-day-badges-collection_23-2149048478.jpg", "http://img.b2bpic.net/free-vector/back-school-labels-collection-with-elements_23-2147858156.jpg", "http://img.b2bpic.net/free-vector/independence-day-badges-style_23-2148545185.jpg", "http://img.b2bpic.net/free-vector/book-logo-template_23-2149676776.jpg", "http://img.b2bpic.net/free-vector/usa-independance-day-badge-collection_23-2147631473.jpg", "http://img.b2bpic.net/free-vector/set-train-stickers-vintage-design_23-2147625359.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148069838.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -163,15 +163,15 @@ export default function HomePage() { carouselMode="buttons" products={[ { - id: "org-chem-notes", name: "Organic Chemistry Complete Notes", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-chemist-white-suit-front-table-with-ed-solutions-working-with-them-yellow-space-chemistry-job_140725-28915.jpg", imageAlt: "organic chemistry student notes study", isFavorited: false, + id: "org-chem-notes", name: "Organic Chemistry Complete Notes", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-chemist-white-suit-front-table-working-with-solutions_140725-19398.jpg", imageAlt: "organic chemistry student notes study", isFavorited: false, initialQuantity: 1, }, { - id: "calc-study-guide", name: "Calculus III Study Guide with Solutions", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-geometry-teacher-wearing-glasses-standing-front-chalkboard-classroom-reading-book-pointing-finger-it_141793-119739.jpg", imageAlt: "calculus mathematics study guide notebook", isFavorited: false, + id: "calc-study-guide", name: "Calculus III Study Guide with Solutions", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/desk-artist-with-lots-stationery-objects_93675-133199.jpg", imageAlt: "calculus mathematics study guide notebook", isFavorited: false, initialQuantity: 1, }, { - id: "bio-exam-prep", name: "Biology Exam Prep - All Topics Covered", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-study-items_23-2148785014.jpg", imageAlt: "biology exam preparation student notes", isFavorited: false, + id: "bio-exam-prep", name: "Biology Exam Prep - All Topics Covered", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement-with-copy-space_23-2149112688.jpg", imageAlt: "biology exam preparation student notes", isFavorited: false, initialQuantity: 1, }, ]} @@ -215,13 +215,13 @@ export default function HomePage() {