321 lines
16 KiB
TypeScript
321 lines
16 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
import { Award, Sparkles, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="elastic-effect"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="medium"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="fluid"
|
|
cardStyle="gradient-bordered"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "#home"},
|
|
{
|
|
name: "Features", id: "#features"},
|
|
{
|
|
name: "Jobs", id: "#jobs"},
|
|
{
|
|
name: "Companies", id: "#companies"},
|
|
{
|
|
name: "Pricing", id: "#pricing"},
|
|
{
|
|
name: "Reviews", id: "#testimonials"},
|
|
{
|
|
name: "FAQ", id: "#faq"},
|
|
]}
|
|
brandName="JobGeorgia"
|
|
button={{
|
|
text: "Get Started", href: "#pricing"}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="home" data-section="home">
|
|
<HeroCarouselLogo
|
|
logoText="JobGeorgia"
|
|
description="Your premier platform for connecting top talent with leading companies in Georgia. Discover AI-powered job matching, advanced applicant management, and seamless recruitment services."
|
|
buttons={[
|
|
{
|
|
text: "Find Your Dream Job", href: "#jobs"},
|
|
{
|
|
text: "Post a Job", href: "#pricing"},
|
|
]}
|
|
slides={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg", imageAlt: "Futuristic job search dashboard"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-worried-young-business-men-looking-laptop_171337-7311.jpg", imageAlt: "Professionals collaborating in a modern office"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-125148.jpg", imageAlt: "AI resume analysis dashboard"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg", imageAlt: "Job seeker profile dashboard"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-designer-drawing-office_171337-15542.jpg", imageAlt: "Employer applicant tracking system"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/little-break-fresh-air_329181-2794.jpg", imageAlt: "Diverse group of Georgian professionals"},
|
|
]}
|
|
autoplayDelay={5000}
|
|
showDimOverlay={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardNine
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
title: "AI Resume Builder & Analyzer", description: "Generate professional CVs automatically and receive instant ATS scores with improvement suggestions to stand out.", phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440907.jpg", imageAlt: "AI Resume Builder"},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/face-id-authentication-access-granted_23-2152004044.jpg", imageAlt: "AI Resume Analyzer"},
|
|
|
|
},
|
|
{
|
|
title: "Smart Job Matching & Cover Letters", description: "Get highly personalized job recommendations and effortlessly generate tailored cover letters using our advanced AI algorithms.", phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-typing-his-phone-desk_1150-170.jpg", imageAlt: "AI Job Matching"},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg", imageAlt: "AI Cover Letter Generator"},
|
|
|
|
},
|
|
{
|
|
title: "Comprehensive Applicant & Messaging System", description: "Employers can manage applicants, schedule interviews, and communicate directly with candidates through our real-time messaging platform.", phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116604.jpg", imageAlt: "Applicant Management"},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461348.jpg", imageAlt: "Internal Messaging"},
|
|
|
|
},
|
|
]}
|
|
showStepNumbers={true}
|
|
title="Unlocking Opportunities with Intelligent Tools"
|
|
description="Experience the future of recruitment and career advancement with JobGeorgia's innovative AI-powered features and robust management systems."
|
|
/>
|
|
</div>
|
|
|
|
<div id="jobs" data-section="jobs">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="asymmetric-60-wide-40-narrow"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "job-1", name: "Senior Software Engineer", price: "$120,000 - $150,000", variant: "Full-Time | Remote", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-man-working-his-computer_329181-10275.jpg", imageAlt: "Senior Software Engineer job"},
|
|
{
|
|
id: "job-2", name: "Lead UX/UI Designer", price: "$90,000 - $110,000", variant: "Full-Time | Hybrid", imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2151037129.jpg", imageAlt: "Lead UX/UI Designer job"},
|
|
{
|
|
id: "job-3", name: "Digital Marketing Manager", price: "$70,000 - $90,000", variant: "Full-Time | On-Site", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg", imageAlt: "Digital Marketing Manager job"},
|
|
{
|
|
id: "job-4", name: "Senior Financial Analyst", price: "$80,000 - $100,000", variant: "Full-Time | On-Site", imageSrc: "http://img.b2bpic.net/free-photo/people-office-analyzing-checking-finance-graphs_23-2150377145.jpg", imageAlt: "Senior Financial Analyst job"},
|
|
{
|
|
id: "job-5", name: "Remote Project Manager", price: "$95,000 - $115,000", variant: "Full-Time | Remote", imageSrc: "http://img.b2bpic.net/free-photo/asian-manager-virtual-meeting-night_482257-124219.jpg", imageAlt: "Remote Project Manager job"},
|
|
{
|
|
id: "job-6", name: "Cybersecurity Engineer", price: "$100,000 - $130,000", variant: "Full-Time | Hybrid", imageSrc: "http://img.b2bpic.net/free-photo/engineer-coding-workstation-solar-panel-manufacturing-plant_482257-125829.jpg", imageAlt: "Cybersecurity Engineer job"},
|
|
]}
|
|
title="Featured Jobs & Latest Opportunities"
|
|
description="Explore a curated selection of top job openings and the newest additions to the JobGeorgia marketplace, connecting you with leading employers."
|
|
/>
|
|
</div>
|
|
|
|
<div id="companies" data-section="companies">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
names={[
|
|
"Georgian Tech Solutions", "Innovate Georgia Inc.", "Caucasus Capital Group", "Digital Edge Studio", "Tbilisi Talent Hub", "Silk Road Logistics", "Horizon Healthcare GA", "Green Earth Agri", "Future Finance Group", "Urban Development Co.", "Creative Media House"]}
|
|
title="Join the Ranks of Georgia's Leading Employers"
|
|
description="JobGeorgia proudly partners with top companies across various industries, connecting them with the best talent in the region."
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
animationType="depth-3d"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "m1", value: "100K+", title: "Active Users", items: [
|
|
"Job Seekers", "Employers", "Recruiters"],
|
|
},
|
|
{
|
|
id: "m2", value: "25K+", title: "Applications Processed", items: [
|
|
"Monthly average", "High success rate"],
|
|
},
|
|
{
|
|
id: "m3", value: "15%", title: "Average Salary Growth", items: [
|
|
"Year-over-year", "Across all sectors"],
|
|
},
|
|
]}
|
|
title="JobGeorgia: Impact & Growth in Numbers"
|
|
description="See how JobGeorgia is transforming the employment landscape in Georgia, connecting more talent and driving economic growth."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
plans={[
|
|
{
|
|
id: "basic", badge: "Start", badgeIcon: Sparkles,
|
|
price: "$99", subtitle: "Per month", buttons: [
|
|
{
|
|
text: "Get Started"},
|
|
],
|
|
features: [
|
|
"1 Job Posting", "30 Days Live", "Basic Applicant Tracking", "Email Notifications"],
|
|
},
|
|
{
|
|
id: "business", badge: "Popular", badgeIcon: Award,
|
|
price: "$299", subtitle: "Per month", buttons: [
|
|
{
|
|
text: "Choose Business"},
|
|
],
|
|
features: [
|
|
"5 Job Postings", "Featured Badge", "30 Days Live", "Advanced Applicant Tracking", "In-App Messaging"],
|
|
},
|
|
{
|
|
id: "premium", badge: "Enterprise", badgeIcon: Zap,
|
|
price: "$699", subtitle: "Per month", buttons: [
|
|
{
|
|
text: "Go Premium"},
|
|
],
|
|
features: [
|
|
"Unlimited Job Postings", "Featured Placement", "Homepage Visibility", "Priority Search Ranking", "Full Analytics Access", "Dedicated Support"],
|
|
},
|
|
]}
|
|
title="Flexible Plans for Every Employer & Recruiter"
|
|
description="Choose the perfect subscription to maximize your hiring efforts, from single job postings to unlimited premium access with advanced analytics."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFifteen
|
|
useInvertedBackground={false}
|
|
testimonial="“JobGeorgia has been a game-changer for my career. The AI job matching is incredibly accurate, and the resume analyzer helped me land my dream job faster than I ever thought possible. Highly recommend it to all job seekers in Georgia!”"
|
|
rating={5}
|
|
author="Nino Kapanadze, Senior Software Engineer"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg", alt: "Nino Kapanadze"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/old-woman-relaxing-couch-holding-cup-coffee_482257-6494.jpg", alt: "Giorgi Lomidze"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/side-view-man-using-tablet-outdoors_23-2150747672.jpg", alt: "Mariam Davitashvili"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/looking-camera-young-pretty-female-office-worker-sitting-desk-with-office-tools-putting-hand-chin-isolated-olive-background_141793-63178.jpg", alt: "Davit Gabunia"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-serious-man-looking-laptop-screen-caf_23-2147891949.jpg", alt: "Ana Japaridze"},
|
|
]}
|
|
ratingAnimation="blur-reveal"
|
|
avatarsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "q1", title: "How does AI Job Matching work?", content: "Our AI analyzes your skills, experience, and preferences from your profile and resume to suggest jobs that are the best fit, ensuring highly relevant recommendations."},
|
|
{
|
|
id: "q2", title: "What are the benefits of a Premium Employer Account?", content: "Premium accounts offer unlimited job postings, featured placement, homepage visibility, priority search ranking, and full access to applicant analytics for optimized hiring."},
|
|
{
|
|
id: "q3", title: "Is my data and privacy secure on JobGeorgia?", content: "Absolutely. We implement robust security measures including JWT, Role-Based Access Control, password hashing, and advanced protections against common web vulnerabilities to keep your data safe."},
|
|
{
|
|
id: "q4", title: "Can I integrate my existing HR software?", content: "JobGeorgia is built with a flexible API, allowing for potential integrations with existing HR and applicant tracking systems. Please contact our support team for custom integration solutions."},
|
|
{
|
|
id: "q5", title: "How does JobGeorgia ensure platform reliability and scalability for high user volumes?", content: "JobGeorgia undergoes rigorous testing, including unit and integration tests, and regular security audits. Our production readiness involves comprehensive load testing and a robust scaling strategy designed to support over 100,000 active users, ensuring a stable and performant experience for everyone."}
|
|
]}
|
|
title="Frequently Asked Questions"
|
|
description="Find quick answers to the most common questions about JobGeorgia, our features, and how to get started on your career journey."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseReveal
|
|
logoText="JobGeorgia"
|
|
columns={[
|
|
{
|
|
title: "Platform", items: [
|
|
{
|
|
label: "Job Seekers", href: "#features"},
|
|
{
|
|
label: "Employers", href: "#features"},
|
|
{
|
|
label: "Recruiters", href: "#features"},
|
|
{
|
|
label: "AI Features", href: "#features"},
|
|
],
|
|
},
|
|
{
|
|
title: "Resources", items: [
|
|
{
|
|
label: "Featured Jobs", href: "#jobs"},
|
|
{
|
|
label: "Featured Companies", href: "#companies"},
|
|
{
|
|
label: "Pricing Plans", href: "#pricing"},
|
|
{
|
|
label: "FAQ", href: "#faq"},
|
|
],
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{
|
|
label: "About Us", href: "#"},
|
|
{
|
|
label: "Contact Us", href: "#"},
|
|
{
|
|
label: "Blog", href: "#"},
|
|
{
|
|
label: "Careers", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal", items: [
|
|
{
|
|
label: "Privacy Policy", href: "#"},
|
|
{
|
|
label: "Terms of Service", href: "#"},
|
|
{
|
|
label: "Cookie Policy", href: "#"},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2024 JobGeorgia. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|