From 3dc51780d2aa4550e87d57955fd2bf1e2a4a8669 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:11:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7f5e77..6e4838a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -33,64 +33,42 @@ export default function LandingPage() {
@@ -104,19 +82,13 @@ export default function LandingPage() { features={[ { icon: Users, - title: "Collaborative Help", - description: "Connect with peers securely for assignment support.", - }, + title: "Collaborative Help", description: "Connect with peers securely for assignment support."}, { icon: DollarSign, - title: "Bounty System", - description: "Set prices for tasks to ensure quality help.", - }, + title: "Bounty System", description: "Set prices for tasks to ensure quality help."}, { icon: ShieldCheck, - title: "Confidential", - description: "Your studies, your secrets, kept totally private.", - }, + title: "Confidential", description: "Your studies, your secrets, kept totally private."}, ]} title="Academic Assistance, Reimagined" description="Built for collaboration and efficiency in a high-pressure school environment." @@ -141,25 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "12k+", - title: "Active Students", - description: "Joining forces daily.", - icon: User, + id: "1", value: "12k+", title: "Active Students", description: "Joining forces daily.", icon: User, }, { - id: "2", - value: "50k+", - title: "Tasks Completed", - description: "Supporting academic goals.", - icon: CheckCircle, + id: "2", value: "50k+", title: "Tasks Completed", description: "Supporting academic goals.", icon: CheckCircle, }, { - id: "3", - value: "99%", - title: "Security Score", - description: "Safe, private, anonymous.", - icon: Shield, + id: "3", value: "99%", title: "Security Score", description: "Safe, private, anonymous.", icon: Shield, }, ]} title="The Network Effect" @@ -174,25 +134,12 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "free", - badge: "Core", - price: "$0", - subtitle: "Basic access to help", - features: [ - "Task browsing", - "Peer messaging", - ], + id: "free", badge: "Core", price: "$0", subtitle: "Basic access to help", features: [ + "Task browsing", "Peer messaging"], }, { - id: "pro", - badge: "Pro", - price: "$9", - subtitle: "Priority help & tasks", - features: [ - "Unlimited bounties", - "Anonymous profile", - "Direct mentor access", - ], + id: "pro", badge: "Pro", price: "$9", subtitle: "Priority help & tasks", features: [ + "Unlimited bounties", "Anonymous profile", "Direct mentor access"], }, ]} title="Join the Inner Circle" @@ -207,40 +154,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex", - role: "Grade 11", - testimonial: "Changed how I handle tough subjects.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-t-shirt-jacket-looking-camera-looking-cheerful-front-view_176474-85411.jpg", - }, + id: "1", name: "Alex", role: "Grade 11", testimonial: "Changed how I handle tough subjects.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-t-shirt-jacket-looking-camera-looking-cheerful-front-view_176474-85411.jpg"}, { - id: "2", - name: "Sam", - role: "Grade 12", - testimonial: "Bounty system is genius for quick help.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses_141793-89510.jpg", - }, + id: "2", name: "Sam", role: "Grade 12", testimonial: "Bounty system is genius for quick help.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses_141793-89510.jpg"}, { - id: "3", - name: "Jordan", - role: "Grade 10", - testimonial: "Very discreet and easy to use.", - imageSrc: "http://img.b2bpic.net/free-photo/responsible-student_23-2147650755.jpg", - }, + id: "3", name: "Jordan", role: "Grade 10", testimonial: "Very discreet and easy to use.", imageSrc: "http://img.b2bpic.net/free-photo/responsible-student_23-2147650755.jpg"}, { - id: "4", - name: "Taylor", - role: "Grade 12", - testimonial: "Finally found help that is actually useful.", - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-caucasian-female-with-blonde-straight-hair-wearing-glasses-denim-shirt-smiles-happily-has-good-mood-after-successful-day-university-glad-pleased-pose_176420-13174.jpg", - }, + id: "4", name: "Taylor", role: "Grade 12", testimonial: "Finally found help that is actually useful.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-caucasian-female-with-blonde-straight-hair-wearing-glasses-denim-shirt-smiles-happily-has-good-mood-after-successful-day-university-glad-pleased-pose_176420-13174.jpg"}, { - id: "5", - name: "Riley", - role: "Grade 11", - testimonial: "Qwazar feels like a secret academic tool.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", - }, + id: "5", name: "Riley", role: "Grade 11", testimonial: "Qwazar feels like a secret academic tool.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"}, ]} title="Student Feedback" description="Voices from the Qwazar community." @@ -248,76 +170,61 @@ export default function LandingPage() {
-
-