Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-22 18:06:17 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, BookOpen, Clock, GraduationCap, Smile, Users } from "lucide-react";
import { Award, BookOpen, Clock, GraduationCap, Smile, Users, Zap, Atom, PenTool, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Akademiya Pervykh"
/>
@@ -63,32 +53,20 @@ export default function LandingPage() {
description="Providing quality educational pathways and personalized learning experiences for every student in our community."
buttons={[
{
text: "Enroll Now",
href: "#contact",
},
text: "Enroll Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/opened-book-table_23-2147663422.jpg",
alt: "student portrait",
},
src: "http://img.b2bpic.net/free-photo/opened-book-table_23-2147663422.jpg", alt: "student portrait"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-yellow-folder_23-2147880559.jpg",
alt: "student portrait",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-yellow-folder_23-2147880559.jpg", alt: "student portrait"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-reddish-curly-man_158595-3840.jpg",
alt: "student portrait",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-reddish-curly-man_158595-3840.jpg", alt: "student portrait"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-student-holding-books_23-2149204738.jpg",
alt: "student portrait",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-student-holding-books_23-2149204738.jpg", alt: "student portrait"},
{
src: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201907.jpg",
alt: "student portrait",
},
src: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201907.jpg", alt: "student portrait"},
]}
avatarText="Join 5000+ satisfied learners"
/>
@@ -101,19 +79,13 @@ export default function LandingPage() {
metrics={[
{
icon: BookOpen,
label: "Students Taught",
value: "5000+",
},
label: "Students Taught", value: "5000+"},
{
icon: Users,
label: "Certified Tutors",
value: "120+",
},
label: "Certified Tutors", value: "120+"},
{
icon: Award,
label: "Programs Offered",
value: "45",
},
label: "Programs Offered", value: "45"},
]}
metricsAnimation="slide-up"
/>
@@ -125,33 +97,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Early Development",
description: "Laying the foundations for lifelong learning.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brainstorm-blocks-open-page_23-2147865462.jpg?_wi=1",
imageAlt: "education icon",
},
title: "Early Development", description: "Laying the foundations for lifelong learning.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brainstorm-blocks-open-page_23-2147865462.jpg", imageAlt: "education icon"},
{
title: "Math & Science",
description: "Excel in STEM fields with expert guidance.",
buttonIcon: "Atom",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg?_wi=2",
imageAlt: "education icon",
},
title: "Math & Science", description: "Excel in STEM fields with expert guidance.", buttonIcon: Atom,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg", imageAlt: "education icon"},
{
title: "Language Arts",
description: "Mastering communication and literature.",
buttonIcon: "PenTool",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-headset-computer_482257-121987.jpg?_wi=1",
imageAlt: "education icon",
},
title: "Language Arts", description: "Mastering communication and literature.", buttonIcon: PenTool,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-headset-computer_482257-121987.jpg", imageAlt: "education icon"},
{
title: "Career Coaching",
description: "Preparing students for future challenges.",
buttonIcon: "Target",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023759.jpg?_wi=1",
imageAlt: "education icon",
},
title: "Career Coaching", description: "Preparing students for future challenges.", buttonIcon: Target,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023759.jpg", imageAlt: "education icon"},
]}
title="Core Educational Services"
description="Comprehensive academic support tailored to the individual needs of each student."
@@ -166,47 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Mathematics Intensive",
price: "$150",
variant: "Course",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-library_23-2149204735.jpg",
},
id: "p1", name: "Mathematics Intensive", price: "$150", variant: "Course", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-library_23-2149204735.jpg"},
{
id: "p2",
name: "Programming 101",
price: "$200",
variant: "Course",
imageSrc: "http://img.b2bpic.net/free-photo/serious-mature-students-working-with-laptop-public-library_74855-1591.jpg",
},
id: "p2", name: "Programming 101", price: "$200", variant: "Course", imageSrc: "http://img.b2bpic.net/free-photo/serious-mature-students-working-with-laptop-public-library_74855-1591.jpg"},
{
id: "p3",
name: "Literary Mastery",
price: "$180",
variant: "Workshop",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg",
},
id: "p3", name: "Literary Mastery", price: "$180", variant: "Workshop", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-group-study_23-2149211084.jpg"},
{
id: "p4",
name: "Biology Advanced",
price: "$250",
variant: "Full Course",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-adult-students-working-computer-classroom_74855-1766.jpg",
},
id: "p4", name: "Biology Advanced", price: "$250", variant: "Full Course", imageSrc: "http://img.b2bpic.net/free-photo/diverse-adult-students-working-computer-classroom_74855-1766.jpg"},
{
id: "p5",
name: "Public Speaking",
price: "$120",
variant: "Seminar",
imageSrc: "http://img.b2bpic.net/free-photo/some-interesting-information-group-young-people-casual-clothes-working-modern-office_146671-16470.jpg",
},
id: "p5", name: "Public Speaking", price: "$120", variant: "Seminar", imageSrc: "http://img.b2bpic.net/free-photo/some-interesting-information-group-young-people-casual-clothes-working-modern-office_146671-16470.jpg"},
{
id: "p6",
name: "Coding Bootcamp",
price: "$500",
variant: "Certification",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-adults-studying-together_23-2150331677.jpg",
},
id: "p6", name: "Coding Bootcamp", price: "$500", variant: "Certification", imageSrc: "http://img.b2bpic.net/free-photo/side-view-adults-studying-together_23-2150331677.jpg"},
]}
title="Featured Learning Paths"
description="Explore our specialized courses and certification programs."
@@ -219,60 +145,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Anna S.",
date: "Jan 2024",
title: "Parent",
quote: "Fantastic teaching standards!",
tag: "Trusted",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-casual-african-american-student-girl-denim-jacket-with-book-thoughtfully-studying-outdoor_574295-2981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg?_wi=3",
imageAlt: "student portrait",
},
id: "t1", name: "Anna S.", date: "Jan 2024", title: "Parent", quote: "Fantastic teaching standards!", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-casual-african-american-student-girl-denim-jacket-with-book-thoughtfully-studying-outdoor_574295-2981.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-students-desks_23-2148950518.jpg", imageAlt: "student portrait"},
{
id: "t2",
name: "Boris V.",
date: "Dec 2023",
title: "Student",
quote: "Found my passion for programming here.",
tag: "Happy",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-143280.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brainstorm-blocks-open-page_23-2147865462.jpg?_wi=2",
imageAlt: "student portrait",
},
id: "t2", name: "Boris V.", date: "Dec 2023", title: "Student", quote: "Found my passion for programming here.", tag: "Happy", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-143280.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brainstorm-blocks-open-page_23-2147865462.jpg", imageAlt: "student portrait"},
{
id: "t3",
name: "Elena K.",
date: "Nov 2023",
title: "Parent",
quote: "Supportive and caring staff.",
tag: "Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-headset-computer_482257-121987.jpg?_wi=2",
imageAlt: "student portrait",
},
id: "t3", name: "Elena K.", date: "Nov 2023", title: "Parent", quote: "Supportive and caring staff.", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-headset-computer_482257-121987.jpg", imageAlt: "student portrait"},
{
id: "t4",
name: "Dmitry P.",
date: "Oct 2023",
title: "Alumni",
quote: "Gave me the head start I needed.",
tag: "Successful",
avatarSrc: "http://img.b2bpic.net/free-photo/university-colleagues-posing-university_23-2148844672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023759.jpg?_wi=2",
imageAlt: "student portrait",
},
id: "t4", name: "Dmitry P.", date: "Oct 2023", title: "Alumni", quote: "Gave me the head start I needed.", tag: "Successful", avatarSrc: "http://img.b2bpic.net/free-photo/university-colleagues-posing-university_23-2148844672.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023759.jpg", imageAlt: "student portrait"},
{
id: "t5",
name: "Maria L.",
date: "Sep 2023",
title: "Student",
quote: "Great environment to study.",
tag: "Learning",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-different-beautiful-people_23-2148529068.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908109.jpg",
imageAlt: "student portrait",
},
id: "t5", name: "Maria L.", date: "Sep 2023", title: "Student", quote: "Great environment to study.", tag: "Learning", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-different-beautiful-people_23-2148529068.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908109.jpg", imageAlt: "student portrait"},
]}
title="Community Voices"
description="What our students and parents say about us."
@@ -286,23 +167,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: GraduationCap,
title: "Graduates",
value: "2000+",
},
id: "m1", icon: GraduationCap,
title: "Graduates", value: "2000+"},
{
id: "m2",
icon: Clock,
title: "Learning Hours",
value: "1M+",
},
id: "m2", icon: Clock,
title: "Learning Hours", value: "1M+"},
{
id: "m3",
icon: Smile,
title: "Happy Families",
value: "99%",
},
id: "m3", icon: Smile,
title: "Happy Families", value: "99%"},
]}
title="Impact at a Glance"
description="Our reach and quality metrics."
@@ -314,20 +186,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How to enroll?",
content: "Contact us via form or visit our center.",
},
id: "q1", title: "How to enroll?", content: "Contact us via form or visit our center."},
{
id: "q2",
title: "What subjects?",
content: "We offer STEM, languages, and development courses.",
},
id: "q2", title: "What subjects?", content: "We offer STEM, languages, and development courses."},
{
id: "q3",
title: "Are tutors certified?",
content: "All our staff hold university degrees and specialized credentials.",
},
id: "q3", title: "Are tutors certified?", content: "All our staff hold university degrees and specialized credentials."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -338,16 +201,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Let's Connect"
title="Start Your Educational Journey"
description="Join thousands of learners in achieving their potential."
buttons={[
{
text: "Contact Us Now",
href: "mailto:info@akademiyapervykh.ru",
},
text: "Contact Us Now", href: "mailto:info@akademiyapervykh.ru"},
]}
/>
</div>
@@ -358,25 +218,17 @@ export default function LandingPage() {
logoText="Akademiya Pervykh"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}