Merge version_1 into main #1
191
src/app/page.tsx
191
src/app/page.tsx
@@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Zap, Award, BookOpen, Globe } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="CURINC"
|
||||
/>
|
||||
@@ -58,26 +47,11 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bv4NDQlqXNFiboVQUNlZUmszev/uploaded-1775356252964-z3n9wmrq.png"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-66653.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-papers_23-2147953176.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg", alt: "Student 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-66653.jpg", alt: "Student 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg", alt: "Student 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg", alt: "Student 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-holding-papers_23-2147953176.jpg", alt: "Student 5" },
|
||||
]}
|
||||
avatarText="Join 500+ successful alumni"
|
||||
/>
|
||||
@@ -90,18 +64,9 @@ export default function LandingPage() {
|
||||
title="Excellence in Academic Guidance"
|
||||
description="With a proven track record of placing students in HYSPMC institutions, CURINC Consulting bridges the gap between potential and achievement."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Data-Driven Strategy",
|
||||
description: "Analyzing thousands of successful admissions for custom roadmaps.",
|
||||
},
|
||||
{
|
||||
title: "Elite Global Network",
|
||||
description: "Direct access to mentors and alumni from top world institutions.",
|
||||
},
|
||||
{
|
||||
title: "Holistic Development",
|
||||
description: "Beyond grades, we cultivate the profile that institutions truly seek.",
|
||||
},
|
||||
{ title: "Data-Driven Strategy", description: "Analyzing thousands of successful admissions for custom roadmaps." },
|
||||
{ title: "Elite Global Network", description: "Direct access to mentors and alumni from top world institutions." },
|
||||
{ title: "Holistic Development", description: "Beyond grades, we cultivate the profile that institutions truly seek." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bv4NDQlqXNFiboVQUNlZUmszev/uploaded-1775356252965-opyng0a8.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -113,30 +78,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Undergraduate Admissions",
|
||||
description: "End-to-end support for top tier university applications.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-sitting-with-her-colleague_23-2147955056.jpg",
|
||||
},
|
||||
{
|
||||
title: "STEM Competitions",
|
||||
description: "Training for ISEF, USACO, and global innovation prizes.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-explaining-work_1098-21741.jpg",
|
||||
},
|
||||
{
|
||||
title: "Research & Essays",
|
||||
description: "Expert critique and guidance on personal statements and papers.",
|
||||
buttonIcon: "BookOpen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg",
|
||||
},
|
||||
{
|
||||
title: "Global Summer Institutes",
|
||||
description: "Access to elite summer programs at Cornell, RISD, and more.",
|
||||
buttonIcon: "Globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-student-working-with-vr-simulator-library_74855-2042.jpg",
|
||||
},
|
||||
{ title: "Undergraduate Admissions", description: "End-to-end support for top tier university applications.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-sitting-with-her-colleague_23-2147955056.jpg" },
|
||||
{ title: "STEM Competitions", description: "Training for ISEF, USACO, and global innovation prizes.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/business-lady-explaining-work_1098-21741.jpg" },
|
||||
{ title: "Research & Essays", description: "Expert critique and guidance on personal statements and papers.", buttonIcon: BookOpen, imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg" },
|
||||
{ title: "Global Summer Institutes", description: "Access to elite summer programs at Cornell, RISD, and more.", buttonIcon: Globe, imageSrc: "http://img.b2bpic.net/free-photo/male-student-working-with-vr-simulator-library_74855-2042.jpg" },
|
||||
]}
|
||||
title="Our Specialized Consulting Services"
|
||||
description="Comprehensive support tailored to your unique aspirations."
|
||||
@@ -150,26 +95,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "28+",
|
||||
description: "HYSPMC Admissions",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Combined Programs Entry",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "45%",
|
||||
description: "Early Decision I Success",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "5+",
|
||||
description: "Direct BS/MD Admissions",
|
||||
},
|
||||
{ id: "m1", value: "28+", description: "HYSPMC Admissions" },
|
||||
{ id: "m2", value: "100%", description: "Combined Programs Entry" },
|
||||
{ id: "m3", value: "45%", description: "Early Decision I Success" },
|
||||
{ id: "m4", value: "5+", description: "Direct BS/MD Admissions" },
|
||||
]}
|
||||
title="Unmatched Admission Results"
|
||||
description="Proven results that define our consulting success."
|
||||
@@ -180,31 +109,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Park",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-66653.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-papers_23-2147953176.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Kim", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dressed-formally-office_273609-4634.jpg" },
|
||||
{ id: "t2", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-66653.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg" },
|
||||
{ id: "t4", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg" },
|
||||
{ id: "t5", name: "Chloe Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-papers_23-2147953176.jpg" },
|
||||
]}
|
||||
cardTitle="Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -217,21 +126,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "When should I start?",
|
||||
content: "The earlier the better. Ideally 2-3 years prior to application.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you help with essays?",
|
||||
content: "Yes, we provide exhaustive support for every part of your personal statement.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you work remotely?",
|
||||
content: "We work with students across the globe via digital platforms.",
|
||||
},
|
||||
{ id: "q1", title: "When should I start?", content: "The earlier the better. Ideally 2-3 years prior to application." },
|
||||
{ id: "q2", title: "Do you help with essays?", content: "Yes, we provide exhaustive support for every part of your personal statement." },
|
||||
{ id: "q3", title: "Do you work remotely?", content: "We work with students across the globe via digital platforms." },
|
||||
]}
|
||||
title="Common Admissions Questions"
|
||||
description="Find answers about our process and consulting philosophy."
|
||||
@@ -242,9 +139,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Consultation"
|
||||
title="Start Your Journey"
|
||||
description="Schedule a consultation with our experts to secure your future."
|
||||
@@ -255,29 +150,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Results", href: "#results" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user