diff --git a/src/app/page.tsx b/src/app/page.tsx index 97a34c3..681ea5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -50,8 +50,8 @@ export default function LandingPage() { tagAnimation="slide-up" 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: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=1" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg" 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?_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" } + { 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" } ] }, { 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?_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" } + { 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" } ] }, { 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?_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" } + { 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" } ] }, { 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?_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" } + { 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" } ] } ]} @@ -222,7 +222,7 @@ export default function LandingPage() {