diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a117d7..2d0dff3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,69 +31,29 @@ export default function LandingPage() {
@@ -104,30 +64,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Information Overload",
- description: "Too many strategies from too many courses leaving you confused.",
- bentoComponent: "reveal-icon",
- icon: AlertCircle,
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850977.jpg",
- imageAlt: "Vintage style people working in an office with computers",
- },
- {
- title: "Stagnant Scores",
- description: "Putting in the hours but not seeing the point increase you need.",
- bentoComponent: "reveal-icon",
- icon: TrendingDown,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15833.jpg?_wi=2",
- imageAlt: "Vintage style people working in an office with computers",
- },
- {
- title: "Test Day Anxiety",
- description: "The feeling that you're running out of time before the big day.",
- bentoComponent: "reveal-icon",
- icon: Clock,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=1",
- imageAlt: "Vintage style people working in an office with computers",
- },
+ { title: "Information Overload", description: "Too many strategies from too many courses leaving you confused.", bentoComponent: "reveal-icon", icon: AlertCircle },
+ { title: "Stagnant Scores", description: "Putting in the hours but not seeing the point increase you need.", bentoComponent: "reveal-icon", icon: TrendingDown },
+ { title: "Test Day Anxiety", description: "The feeling that you're running out of time before the big day.", bentoComponent: "reveal-icon", icon: Clock }
]}
title="The LSAT Isn't Just Another Test—It's Your Gatekeeper"
description="Many smart students stall their careers because they try to 'wing' the LSAT. It's not about how smart you are; it's about mastering a specific game."
@@ -140,30 +79,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "1. Personalized Blueprint",
- description: "Every student gets a custom plan, high-impact homework, and curated materials.",
- bentoComponent: "reveal-icon",
- icon: Target,
- imageSrc: "http://img.b2bpic.net/free-photo/student-woman-studying-library_1303-15787.jpg",
- imageAlt: "Student woman studying at the library",
- },
- {
- title: "2. High-Efficiency Lessons",
- description: "Direct, one-on-one sessions that target your specific weaknesses and accelerate your logic.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15833.jpg?_wi=3",
- imageAlt: "Student woman studying at the library",
- },
- {
- title: "3. Application Mastery",
- description: "Beyond the score, I help enhance your overall profile, personal statements, and applications.",
- bentoComponent: "reveal-icon",
- icon: Award,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=2",
- imageAlt: "Student woman studying at the library",
- },
+ { title: "1. Personalized Blueprint", description: "Every student gets a custom plan, high-impact homework, and curated materials.", bentoComponent: "reveal-icon", icon: Target },
+ { title: "2. High-Efficiency Lessons", description: "Direct, one-on-one sessions that target your specific weaknesses and accelerate your logic.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "3. Application Mastery", description: "Beyond the score, I help enhance your overall profile, personal statements, and applications.", bentoComponent: "reveal-icon", icon: Award }
]}
title="A Proven Path to Law School Success"
description="My process is simple, direct, and entirely focused on your score growth."
@@ -178,7 +96,7 @@ export default function LandingPage() {
description="I am a U of T law graduate and former Bay St. litigator. Having taught for major prep companies, I've spent my career since 2006 exclusively helping thousands of students master the LSAT."
subdescription="Whether in-person in Toronto or via Zoom anywhere in the world, I act as your mentor, trainer, and strategist. I teach you the strategies I used to score 177 on my own exam."
icon={User}
- imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-studying_23-2149204773.jpg"
mediaAnimation="slide-up"
/>
@@ -189,25 +107,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "tutoring",
- name: "One-on-One Tutoring",
- price: "$125/hr",
- features: [
- "Customized Study Schedule",
- "Access to Google Classroom",
- "Supplementary Prep Materials",
- "High-Impact Homework",
- "Application & Personal Statement Help",
- "In-Person (Toronto) or Zoom (Global)",
- ],
- buttons: [
- {
- text: "Book Session",
- href: "#contact",
- },
- ],
- },
+ { id: "tutoring", name: "One-on-One Tutoring", price: "$125/hr", features: ["Customized Study Schedule", "Access to Google Classroom", "Supplementary Prep Materials", "High-Impact Homework", "Application & Personal Statement Help", "In-Person (Toronto) or Zoom (Global)"], buttons: [{ text: "Book Session", href: "#contact" }] }
]}
title="Dedicated LSAT Tutoring & Coaching"
description="Direct, one-on-one mentorship at $125/hr. Typically held in 2-hour sessions for maximum focus."
@@ -218,31 +118,11 @@ export default function LandingPage() {
@@ -322,4 +168,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file