Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 23:14:42 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
title="Elite Test Prep Proven Results Your Competitive Edge"
description="The Corngold Strategy combines personalized diagnostic analysis with proprietary methodologies to unlock your highest test scores. Join hundreds of students accepted to top-tier universities."
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"
imageSrc="http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=1"
imageAlt="Corngold Strategy Test Prep Dashboard"
buttons={[
{ text: "Start Your Free Strategy Session", href: "#contact" },
@@ -88,29 +88,29 @@ export default function LandingPage() {
{
title: "Personalized Diagnostic Analysis", description: "We begin with comprehensive testing to identify your unique strengths and opportunities for growth.", icon: BarChart3,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16269.jpg", imageAlt: "Diagnostic analysis and assessment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "Personalized tutoring session" }
{ imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16269.jpg?_wi=1", imageAlt: "Diagnostic analysis and assessment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg?_wi=1", imageAlt: "Personalized tutoring session" }
]
},
{
title: "Proprietary Methodologies", description: "Access our exclusive test-taking strategies and techniques refined over years of elite student success.", icon: Lightbulb,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", imageAlt: "Advanced study methodology" },
{ imageSrc: "http://img.b2bpic.net/free-photo/final-exam-results-test-reading-books-words-concept_53876-133558.jpg", imageAlt: "Score improvement tracking" }
{ imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=2", imageAlt: "Advanced study methodology" },
{ imageSrc: "http://img.b2bpic.net/free-photo/final-exam-results-test-reading-books-words-concept_53876-133558.jpg?_wi=1", imageAlt: "Score improvement tracking" }
]
},
{
title: "Expert Instructors", description: "Learn from top-tier educators with decades of combined experience and proven track records of student success.", icon: BookOpen,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "Expert instruction and coaching" },
{ imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", imageAlt: "Advanced teaching methodology" }
{ imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg?_wi=2", imageAlt: "Expert instruction and coaching" },
{ imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=3", imageAlt: "Advanced teaching methodology" }
]
},
{
title: "Score Improvement Guarantee", description: "We're confident in our results. If you don't achieve your target score, we'll work with you until you do.", icon: CheckCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/final-exam-results-test-reading-books-words-concept_53876-133558.jpg", imageAlt: "Guaranteed score improvement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16269.jpg", imageAlt: "Performance metrics and tracking" }
{ imageSrc: "http://img.b2bpic.net/free-photo/final-exam-results-test-reading-books-words-concept_53876-133558.jpg?_wi=2", imageAlt: "Guaranteed score improvement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16269.jpg?_wi=2", imageAlt: "Performance metrics and tracking" }
]
}
]}