diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 23c5ae6..79f1a7e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,22 +7,21 @@ 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 { Target, Users, Sparkles, Heart } from "lucide-react"; +import { Sparkles, Users, Heart } from "lucide-react"; export default function AboutPage() { const navItems = [ - { 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" }, + { name: "Home", id: "/" }, + { name: "Browse Notes", id: "/" }, + { name: "Sell Notes", id: "/" }, + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Notes", href: "/" }, { label: "Sell Notes", href: "/" }, { label: "Pricing", href: "/" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/" }, { label: "Press", href: "/" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "/" }, { label: "Contact Support", href: "/" }, { label: "Community Guidelines", href: "/" }, @@ -48,8 +45,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -77,118 +73,74 @@ export default function AboutPage() {
-
+
-
+
-

+

Get in Touch

-

- Have questions about Studify? We'd love to hear from you. Send us a message and we'll respond as soon as possible. +

+ Have questions about Studify? We'd love to hear from you. Reach out to our support team and we'll respond as soon as possible.

-
+
@@ -104,8 +100,8 @@ export default function ContactPage() { type="email" id="email" name="email" - className="w-full px-4 py-2 border border-background-accent/30 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-cta" - placeholder="your.email@example.com" + className="w-full px-4 py-2 border border-accent/30 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-cta" + placeholder="your@email.com" />
@@ -113,18 +109,13 @@ export default function ContactPage() { - + className="w-full px-4 py-2 border border-accent/30 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-cta" + placeholder="How can we help?" + />
@@ -134,21 +125,21 @@ export default function ContactPage() { + rows={5} + className="w-full px-4 py-2 border border-accent/30 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-cta resize-none" + placeholder="Tell us more about your inquiry..." + />
-
+

Email Support

support@studify.com

@@ -158,8 +149,8 @@ export default function ContactPage() {

Within 24 hours

-

Business Hours

-

Monday - Friday, 9AM - 5PM EST

+

Help Center

+

Available 24/7

diff --git a/src/app/page.tsx b/src/app/page.tsx index 2551d55..0c763b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,18 +15,17 @@ import { Sparkles, Zap, Award, BookOpen, DollarSign, Heart, HelpCircle } from "l export default function HomePage() { const navItems = [ - { 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" }, + { name: "Home", id: "/" }, + { name: "Browse Notes", id: "/" }, + { name: "Sell Notes", id: "/" }, + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Notes", href: "/" }, { label: "Sell Notes", href: "/" }, { label: "Pricing", href: "/" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/" }, { label: "Press", href: "/" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "/" }, { label: "Contact Support", href: "/" }, { label: "Community Guidelines", href: "/" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -98,8 +94,8 @@ export default function HomePage() { ]} enableKpiAnimation={true} mediaAnimation="blur-reveal" - background="radial-gradient" - imageSrc="http://img.b2bpic.net/free-photo/look-this-data_1098-14958.jpg?_wi=1" + background={{ variant: "radial-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg?_wi=1" imageAlt="students studying together notes marketplace" />
@@ -116,48 +112,20 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "browse", - label: "Browse", - title: "Discover Quality Notes", - items: [ - "Search by course, subject, or university", - "Filter by rating and price", - "Preview note summaries before purchase", - "Read peer reviews from verified students", - ], + id: "browse", label: "Browse", title: "Discover Quality Notes", items: [ + "Search by course, subject, or university", "Filter by rating and price", "Preview note summaries before purchase", "Read peer reviews from verified students"], }, { - id: "purchase", - label: "Purchase", - title: "Easy & Secure Checkout", - items: [ - "Quick payment processing", - "Instant digital delivery", - "Buyer protection guarantee", - "Download notes immediately", - ], + id: "purchase", label: "Purchase", title: "Easy & Secure Checkout", items: [ + "Quick payment processing", "Instant digital delivery", "Buyer protection guarantee", "Download notes immediately"], }, { - id: "sell", - label: "Sell", - title: "Start Earning Today", - items: [ - "Upload your best notes in minutes", - "Set your own price", - "Receive earnings directly to your account", - "Build your seller reputation", - ], + id: "sell", label: "Sell", title: "Start Earning Today", items: [ + "Upload your best notes in minutes", "Set your own price", "Receive earnings directly to your account", "Build your seller reputation"], }, { - id: "earn", - label: "Earn", - title: "Monetize Your Work", - items: [ - "Commission-based payouts (80% to seller)", - "No listing fees or subscriptions", - "Weekly payment settlements", - "Unlock premium seller badges", - ], + id: "earn", label: "Earn", title: "Monetize Your Work", items: [ + "Commission-based payouts (80% to seller)", "No listing fees or subscriptions", "Weekly payment settlements", "Unlock premium seller badges"], }, ]} /> @@ -171,25 +139,9 @@ export default function HomePage() { tagIcon={Award} tagAnimation="slide-up" names={[ - "Harvard University", - "Stanford University", - "MIT", - "Yale University", - "Princeton University", - "UC Berkeley", - "Columbia University", - "University of Cambridge", - ]} + "Harvard University", "Stanford University", "MIT", "Yale University", "Princeton University", "UC Berkeley", "Columbia University", "University of Cambridge"]} logos={[ - "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", - ]} + "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"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -211,30 +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-working-with-solutions_140725-19398.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-with-ed-solutions-working-with-them-yellow-space-chemistry-job_140725-28915.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/desk-artist-with-lots-stationery-objects_93675-133199.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/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, initialQuantity: 1, }, { - 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, + 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, initialQuantity: 1, }, ]} @@ -253,57 +190,22 @@ export default function HomePage() { animationType="slide-up" plans={[ { - id: "buyer", - title: "For Buyers", - price: "Free", - period: "Forever", - features: [ - "Browse unlimited notes", - "Filter by subject and rating", - "Read verified reviews", - "Instant download access", - "Buyer protection guarantee", - ], + id: "buyer", title: "For Buyers", price: "Free", period: "Forever", features: [ + "Browse unlimited notes", "Filter by subject and rating", "Read verified reviews", "Instant download access", "Buyer protection guarantee"], button: { - text: "Start Browsing", - href: "/", - }, + text: "Start Browsing", href: "/"}, }, { - id: "seller", - title: "For Sellers", - price: "80%", - period: "Commission to You", - features: [ - "Upload notes in any format", - "Set your own prices", - "Weekly payouts to bank account", - "Build seller reputation", - "Access to premium seller tools", - "No listing or subscription fees", - ], + id: "seller", title: "For Sellers", price: "80%", period: "Commission to You", features: [ + "Upload notes in any format", "Set your own prices", "Weekly payouts to bank account", "Build seller reputation", "Access to premium seller tools", "No listing or subscription fees"], button: { - text: "Become a Seller", - href: "/", - }, + text: "Become a Seller", href: "/"}, }, { - id: "premium-seller", - title: "Premium Seller", - price: "$9.99", - period: "Per Month", - features: [ - "All Seller features included", - "Featured placement on marketplace", - "Advanced analytics dashboard", - "Priority seller support", - "Bulk upload capabilities", - "Custom seller profile", - ], + id: "premium-seller", title: "Premium Seller", price: "$9.99", period: "Per Month", features: [ + "All Seller features included", "Featured placement on marketplace", "Advanced analytics dashboard", "Priority seller support", "Bulk upload capabilities", "Custom seller profile"], button: { - text: "Upgrade to Premium", - href: "/", - }, + text: "Upgrade to Premium", href: "/"}, }, ]} /> @@ -313,29 +215,13 @@ export default function HomePage() {
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f9d76cd..7dd2894 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -4,55 +4,50 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { DollarSign, HelpCircle } from "lucide-react"; +import { DollarSign } from "lucide-react"; export default function PricingPage() { const navItems = [ - { 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" }, + { name: "Home", id: "/" }, + { name: "Browse Notes", id: "/" }, + { name: "Sell Notes", id: "/" }, + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Platform", - items: [ - { label: "Browse Notes", href: "#browse" }, - { label: "Sell Notes", href: "#sell" }, + title: "Platform", items: [ + { label: "Browse Notes", href: "/" }, + { label: "Sell Notes", href: "/" }, { label: "Pricing", href: "/pricing" }, - { label: "How It Works", href: "#how-it-works" }, + { label: "How It Works", href: "/" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, - { label: "Blog", href: "#blog" }, - { label: "Press", href: "#press" }, - { label: "Careers", href: "#careers" }, + { label: "Blog", href: "/" }, + { label: "Press", href: "/" }, + { label: "Careers", href: "/" }, ], }, { - title: "Resources", - items: [ - { label: "Help Center", href: "#help" }, + title: "Resources", items: [ + { label: "Help Center", href: "/" }, { label: "Contact Support", href: "/contact" }, - { label: "Community Guidelines", href: "#guidelines" }, - { label: "API Documentation", href: "#api" }, + { label: "Community Guidelines", href: "/" }, + { label: "API Documentation", href: "/" }, ], }, { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#privacy" }, - { label: "Terms of Service", href: "#terms" }, - { label: "Cookie Policy", href: "#cookies" }, - { label: "Accessibility", href: "#accessibility" }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "/" }, + { label: "Terms of Service", href: "/" }, + { label: "Cookie Policy", href: "/" }, + { label: "Accessibility", href: "/" }, ], }, ]; @@ -74,7 +69,7 @@ export default function PricingPage() { -
+
-
- -
-