Merge version_1 into main #3
@@ -4,11 +4,46 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Sparkles, Zap, FileText, Lock, Zap as ZapIcon } from "lucide-react";
|
||||
import { Sparkles, Zap, Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function DashboardPage() {
|
||||
const navItems = [
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Templates", href: "/templates" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Press", href: "/press" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Support", href: "/support" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -16,7 +51,7 @@ export default function DashboardPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="glowing-orb"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -24,13 +59,7 @@ export default function DashboardPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
navItems={navItems}
|
||||
brandName="ResumeMatch"
|
||||
bottomLeftText="AI-Powered ATS Optimization"
|
||||
bottomRightText="contact@resumematch.io"
|
||||
@@ -40,56 +69,26 @@ export default function DashboardPage() {
|
||||
<div id="dashboard-hero" data-section="dashboard-hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Welcome to Your Resume Dashboard"
|
||||
description="Upload your resume and job description to start your free analysis. Track your progress, compare versions, and get instant feedback on ATS compatibility. No credit card required—2 free analyses included."
|
||||
description="Upload, analyze, and optimize your resume in real-time. Track your progress and see how your resume stacks up against job descriptions."
|
||||
tag="Dashboard"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png?_wi=2",
|
||||
imageAlt: "Resume analysis dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-optimization-interface-showing-m-1773148155057-09f1c821.png?_wi=2",
|
||||
imageAlt: "Keyword optimization interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/ats-score-visualization-dashboard-with-c-1773148155151-7a9c7cbd.png?_wi=2",
|
||||
imageAlt: "ATS score visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-selection-screen-showing-1773148156314-dda4b739.png?_wi=2",
|
||||
imageAlt: "Template selection screen",
|
||||
},
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 1" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 2" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 3" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 4" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/match-score-indicators-showing-real-time-1773148154966-c8d9dfa7.png?_wi=2",
|
||||
imageAlt: "Match score indicators",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/grammar-and-formatting-check-interface-s-1773148156165-1b6fda27.png?_wi=2",
|
||||
imageAlt: "Grammar and formatting check",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/skills-alignment-report-showing-a-detail-1773148155199-f8f154f0.png?_wi=2",
|
||||
imageAlt: "Skills alignment report",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-optimized-resume-interface-showin-1773148156527-fc8c4ec8.png?_wi=2",
|
||||
imageAlt: "Export optimized resume",
|
||||
},
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 5" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 6" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 7" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 8" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Upload Resume",
|
||||
href: "#upload",
|
||||
},
|
||||
{
|
||||
text: "View Tutorials",
|
||||
href: "https://youtube.com",
|
||||
},
|
||||
{ text: "Start Analysis", href: "/dashboard" },
|
||||
{ text: "View Templates", href: "/templates" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselPosition="right"
|
||||
@@ -98,167 +97,36 @@ export default function DashboardPage() {
|
||||
|
||||
<div id="dashboard-features" data-section="dashboard-features">
|
||||
<FeatureCardSeven
|
||||
title="Your Dashboard Features"
|
||||
description="Everything you need to analyze, optimize, and track your resume improvement journey with our comprehensive dashboard tools."
|
||||
tag="Dashboard Tools"
|
||||
tagIcon={ZapIcon}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
features={[
|
||||
{
|
||||
text: "Start Analysis",
|
||||
href: "#upload",
|
||||
},
|
||||
id: "1", title: "Upload Your Resume", description: "Drag and drop your resume file (PDF, DOCX, or DOC) to start the analysis process instantly.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Upload interface"},
|
||||
{
|
||||
id: "2", title: "Add Job Description", description: "Paste the job description or upload it directly to compare with your resume.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Job description interface"},
|
||||
{
|
||||
id: "3", title: "Get Instant Analysis", description: "Receive a detailed accuracy score, keyword matching, and improvement suggestions.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analysis results"},
|
||||
{
|
||||
id: "4", title: "Optimize in Real-time", description: "Edit your resume and watch the ATS compatibility score update instantly as you type.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Real-time editor"},
|
||||
{
|
||||
id: "5", title: "Track Your Progress", description: "View your analysis history and compare improvement across multiple resume versions.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Progress tracking"},
|
||||
{
|
||||
id: "6", title: "Export Your Resume", description: "Download your optimized resume as PDF, DOCX, or sync directly to your email.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Export options"},
|
||||
]}
|
||||
title="Dashboard Features"
|
||||
description="Everything you need to optimize your resume and land interviews faster."
|
||||
tag="Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Get Started", href: "/dashboard" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Resume Upload & Analysis",
|
||||
description: "Quickly upload your resume and job description. Get instant AI-powered analysis with detailed accuracy scores, missing keywords, and actionable recommendations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png?_wi=3",
|
||||
imageAlt: "Resume upload interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Template Library Access",
|
||||
description: "Choose from 50+ professional ATS-optimized resume templates. Each template is industry-specific and pre-formatted for maximum compatibility with applicant tracking systems.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-builder-showing-sectiona-1773148154604-1ab2c564.png?_wi=2",
|
||||
imageAlt: "Template library",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Version History Tracking",
|
||||
description: "Maintain a complete history of all your resume versions and analyses. Compare different versions side-by-side and track your improvement metrics over time.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-and-version-tracking-interface-sh-1773148155212-524c97cc.png?_wi=2",
|
||||
imageAlt: "Version tracking",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="dashboard-pricing" data-section="dashboard-pricing">
|
||||
<PricingCardOne
|
||||
title="Upgrade Your Dashboard Experience"
|
||||
description="Unlock unlimited analyses and premium features to maximize your hiring potential with ResumeMatch Pro."
|
||||
tag="Plans Available"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Plans",
|
||||
href: "/#pricing",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Current Plan",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Get started with our essentials",
|
||||
features: [
|
||||
"2 free resume analyses",
|
||||
"Basic accuracy scoring",
|
||||
"Keyword suggestions",
|
||||
"PDF export",
|
||||
"Mobile access",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹69",
|
||||
subtitle: "Unlimited power for serious job seekers",
|
||||
features: [
|
||||
"Unlimited resume analyses",
|
||||
"Advanced accuracy scoring",
|
||||
"Real-time keyword optimization",
|
||||
"50+ professional templates",
|
||||
"Grammar & sentence checking",
|
||||
"Priority email support",
|
||||
"Version history & comparison",
|
||||
"Advanced export options",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/#pricing",
|
||||
},
|
||||
{
|
||||
label: "Templates",
|
||||
href: "/templates",
|
||||
},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
{
|
||||
label: "Press",
|
||||
href: "/press",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={footerColumns}
|
||||
copyrightText="© 2025 ResumeMatch | AI-Powered ATS Optimization"
|
||||
/>
|
||||
</div>
|
||||
|
||||
417
src/app/page.tsx
417
src/app/page.tsx
@@ -9,34 +9,38 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Sparkles, Zap, Award, Quote, TrendingUp, Users, FileText, Heart, Rocket } from "lucide-react";
|
||||
import { Sparkles, Zap, Award, TrendingUp, Users, FileText, Heart, Rocket, Quote } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="solid"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
navItems={navItems}
|
||||
brandName="ResumeMatch"
|
||||
bottomLeftText="AI-Powered ATS Optimization"
|
||||
bottomLeftText="AI-Powered Matching"
|
||||
bottomRightText="contact@resumematch.io"
|
||||
/>
|
||||
</div>
|
||||
@@ -48,52 +52,22 @@ export default function HomePage() {
|
||||
tag="AI-Powered Matching"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png?_wi=1",
|
||||
imageAlt: "Resume analysis dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-optimization-interface-showing-m-1773148155057-09f1c821.png?_wi=1",
|
||||
imageAlt: "Keyword optimization interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/ats-score-visualization-dashboard-with-c-1773148155151-7a9c7cbd.png?_wi=1",
|
||||
imageAlt: "ATS score visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-selection-screen-showing-1773148156314-dda4b739.png?_wi=1",
|
||||
imageAlt: "Template selection screen",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png", imageAlt: "Modern resume analysis dashboard showing accuracy score, keyword matches, and ATS compatibility perc" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-optimization-interface-showing-m-1773148155057-09f1c821.png", imageAlt: "Keyword optimization interface showing missing keywords from job description highlighted in red, rep" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/ats-score-visualization-dashboard-with-c-1773148155151-7a9c7cbd.png", imageAlt: "ATS score visualization dashboard with circular progress indicators, percentage scores, skill matchi" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-selection-screen-showing-1773148156314-dda4b739.png", imageAlt: "Resume template selection screen showing 12+ professional resume templates in a grid layout. Each te" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/match-score-indicators-showing-real-time-1773148154966-c8d9dfa7.png?_wi=1",
|
||||
imageAlt: "Match score indicators",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/grammar-and-formatting-check-interface-s-1773148156165-1b6fda27.png?_wi=1",
|
||||
imageAlt: "Grammar and formatting check",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/skills-alignment-report-showing-a-detail-1773148155199-f8f154f0.png?_wi=1",
|
||||
imageAlt: "Skills alignment report",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-optimized-resume-interface-showin-1773148156527-fc8c4ec8.png?_wi=1",
|
||||
imageAlt: "Export optimized resume",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/match-score-indicators-showing-real-time-1773148154966-c8d9dfa7.png", imageAlt: "Match score indicators showing real-time accuracy percentages. Multiple circular progress indicators" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/grammar-and-formatting-check-interface-s-1773148156165-1b6fda27.png", imageAlt: "Grammar and formatting check interface showing before and after text comparisons. Spelling errors hi" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/skills-alignment-report-showing-a-detail-1773148155199-f8f154f0.png", imageAlt: "Skills alignment report showing a detailed matrix of user skills vs. required job skills. Visual ind" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-optimized-resume-interface-showin-1773148156527-fc8c4ec8.png", imageAlt: "Export optimized resume interface showing download options for PDF, DOCX, and Google Docs. Preview o" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Analysis",
|
||||
href: "/dashboard",
|
||||
},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "https://youtube.com",
|
||||
},
|
||||
{ text: "Start Free Analysis", href: "/dashboard" },
|
||||
{ text: "Watch Demo", href: "https://youtube.com" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselPosition="right"
|
||||
@@ -102,69 +76,34 @@ export default function HomePage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Accuracy Score Analysis", description: "Get an instant percentage score showing how well your resume matches the job description. See exactly what's missing and what needs improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/large-accuracy-score-display-showing-89--1773148153947-5aa8da28.png", imageAlt: "Large accuracy score display showing 89% match with detailed breakdown: 95% keyword match, 87% exper"},
|
||||
{
|
||||
id: "2", title: "Keyword Optimization", description: "Discover critical keywords from the JD that are missing from your resume. Automatically get replacement suggestions for weak phrases and better wording.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-suggestion-panel-showing-missing-1773148153641-9d0c24f1.png", imageAlt: "Keyword suggestion panel showing missing keywords like 'Agile Methodology', 'Cloud Architecture', 'T"},
|
||||
{
|
||||
id: "3", title: "Sentence Formation Check", description: "Our grammar and AI engine reviews sentence structure, tone, and professionalism. Improve readability and impact with actionable suggestions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/grammar-checking-interface-highlighting--1773148156351-e4eee74e.png", imageAlt: "Grammar checking interface highlighting text improvements. Shows original weak sentence: 'I did work"},
|
||||
{
|
||||
id: "4", title: "Professional Templates", description: "Choose from 15+ ATS-optimized resume templates. Fill in section-wise fields (education, experience, skills) and we'll auto-populate matching content.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-builder-showing-sectiona-1773148154604-1ab2c564.png", imageAlt: "Resume template builder showing sectional input fields. Fields visible for: 'Education', 'Work Exper"},
|
||||
{
|
||||
id: "5", title: "Real-time Formatting", description: "Watch your resume rebuild in real-time as you edit. Ensure perfect ATS compatibility with no hidden formatting or PDF issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/real-time-resume-preview-pane-showing-re-1773148153934-e7a03cb9.png", imageAlt: "Real-time resume preview pane showing resume being rebuilt as user edits. Left side shows form input"},
|
||||
{
|
||||
id: "6", title: "Export & Track Progress", description: "Export your optimized resume as PDF or DOCX. Track your improvement over multiple analyses and compare different versions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-and-version-tracking-interface-sh-1773148155212-524c97cc.png", imageAlt: "Export and version tracking interface showing multiple resume versions saved in a timeline. Current "},
|
||||
]}
|
||||
title="Comprehensive Resume Analysis Engine"
|
||||
description="Our AI-powered system analyzes every aspect of your resume against job descriptions to maximize your ATS score and hiring chances."
|
||||
tag="Smart Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/dashboard",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "/dashboard" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Accuracy Score Analysis",
|
||||
description: "Get an instant percentage score showing how well your resume matches the job description. See exactly what's missing and what needs improvement.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/large-accuracy-score-display-showing-89--1773148153947-5aa8da28.png",
|
||||
imageAlt: "Accuracy score display",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Keyword Optimization",
|
||||
description: "Discover critical keywords from the JD that are missing from your resume. Automatically get replacement suggestions for weak phrases and better wording.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/keyword-suggestion-panel-showing-missing-1773148153641-9d0c24f1.png",
|
||||
imageAlt: "Keyword suggestion panel",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Sentence Formation Check",
|
||||
description: "Our grammar and AI engine reviews sentence structure, tone, and professionalism. Improve readability and impact with actionable suggestions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/grammar-checking-interface-highlighting--1773148156351-e4eee74e.png",
|
||||
imageAlt: "Grammar checking interface",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Professional Templates",
|
||||
description: "Choose from 15+ ATS-optimized resume templates. Fill in section-wise fields (education, experience, skills) and we'll auto-populate matching content.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-builder-showing-sectiona-1773148154604-1ab2c564.png?_wi=1",
|
||||
imageAlt: "Resume template builder",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Real-time Formatting",
|
||||
description: "Watch your resume rebuild in real-time as you edit. Ensure perfect ATS compatibility with no hidden formatting or PDF issues.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/real-time-resume-preview-pane-showing-re-1773148153934-e7a03cb9.png?_wi=1",
|
||||
imageAlt: "Real-time resume preview",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Export & Track Progress",
|
||||
description: "Export your optimized resume as PDF or DOCX. Track your improvement over multiple analyses and compare different versions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/export-and-version-tracking-interface-sh-1773148155212-524c97cc.png?_wi=1",
|
||||
imageAlt: "Export and version tracking",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Success Story"
|
||||
tagIcon={Award}
|
||||
@@ -174,14 +113,28 @@ export default function HomePage() {
|
||||
subdescription="Software Engineer at TechCorp, India"
|
||||
icon={Quote}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-young-indian--1773148152884-dba2721a.png"
|
||||
imageAlt="Priya Sharma profile"
|
||||
imageAlt="Professional headshot of a young Indian female professional, wearing corporate business attire, smil"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="impact-metrics" data-section="impact-metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10000", title: "Active Users", description: "Professionals using ResumeMatch monthly", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2", value: "87", title: "% ATS Pass Rate", description: "Average improvement after optimization", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3", value: "2", title: "Week Average", description: "Time to first interview after using our tool", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "4", value: "50", title: "+ Resume Templates", description: "Industry-specific optimized designs", icon: FileText,
|
||||
},
|
||||
]}
|
||||
title="Why ResumeMatch Works"
|
||||
description="Proven results from our community of job seekers worldwide"
|
||||
tag="Impact Metrics"
|
||||
@@ -191,86 +144,33 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10000",
|
||||
title: "Active Users",
|
||||
description: "Professionals using ResumeMatch monthly",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "87",
|
||||
title: "% ATS Pass Rate",
|
||||
description: "Average improvement after optimization",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2",
|
||||
title: "Week Average",
|
||||
description: "Time to first interview after using our tool",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "+ Resume Templates",
|
||||
description: "Industry-specific optimized designs",
|
||||
icon: FileText,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
plans={[
|
||||
{
|
||||
id: "free", badge: "Get Started", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Perfect for trying ResumeMatch", features: [
|
||||
"2 free resume analyses", "Basic accuracy score", "Keyword suggestions", "Download as PDF"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹69", subtitle: "Unlimited analyses and premium features", features: [
|
||||
"Unlimited resume analyses", "Advanced accuracy scoring", "Real-time keyword optimization", "50+ professional templates", "Grammar & sentence checking", "Priority email support"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Start free with 2 resume analyses. Upgrade for unlimited access and premium features."
|
||||
tag="Value Plans"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "/pricing",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Choose Plan", href: "/pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Get Started",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for trying ResumeMatch",
|
||||
features: [
|
||||
"2 free resume analyses",
|
||||
"Basic accuracy score",
|
||||
"Keyword suggestions",
|
||||
"Download as PDF",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹69",
|
||||
subtitle: "Unlimited analyses and premium features",
|
||||
features: [
|
||||
"Unlimited resume analyses",
|
||||
"Advanced accuracy scoring",
|
||||
"Real-time keyword optimization",
|
||||
"50+ professional templates",
|
||||
"Grammar & sentence checking",
|
||||
"Priority email support",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -278,41 +178,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amit Patel",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-young-male-pr-1773148153979-5c898677.png?_wi=1",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "1", name: "Amit Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-young-male-pr-1773148153979-5c898677.png", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-woman-with-we-1773148153630-73d81065.png",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-woman-with-we-1773148153630-73d81065.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-indian-male--1773148153612-320bad54.png",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "3", name: "Rajesh Kumar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-indian-male--1773148153612-320bad54.png", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Wilson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-woman-with-bl-1773148156556-41e9490c.png",
|
||||
imageAlt: "Emma Wilson",
|
||||
},
|
||||
id: "4", name: "Emma Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-woman-with-bl-1773148156556-41e9490c.png", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nikhil Gupta",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-indian-male--1773148153967-6c9986d0.png",
|
||||
imageAlt: "Nikhil Gupta",
|
||||
},
|
||||
id: "5", name: "Nikhil Gupta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-indian-male--1773148153967-6c9986d0.png", imageAlt: "Nikhil Gupta"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-asian-female-1773148152974-c0705bfc.png",
|
||||
imageAlt: "Lisa Chen",
|
||||
},
|
||||
id: "6", name: "Lisa Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-an-asian-female-1773148152974-c0705bfc.png", imageAlt: "Lisa Chen"},
|
||||
]}
|
||||
cardTitle="Join 10,000+ professionals who've optimized their resumes with ResumeMatch"
|
||||
cardTag="See what they say"
|
||||
@@ -328,35 +204,17 @@ export default function HomePage() {
|
||||
sideDescription="Everything you need to know about using ResumeMatch to optimize your resume for ATS systems."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need to pay for the first analysis?",
|
||||
content: "No! Every new user gets 2 free resume analyses to try out our platform. After that, you can upgrade to our Premium plan at just ₹69 for unlimited analyses.",
|
||||
},
|
||||
id: "1", title: "Do I need to pay for the first analysis?", content: "No! Every new user gets 2 free resume analyses to try out our platform. After that, you can upgrade to our Premium plan at just ₹69 for unlimited analyses."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How does the resume accuracy score work?",
|
||||
content: "Our AI compares your resume against the job description you provide. It checks for matching keywords, required skills, experience levels, and formatting compatibility. You'll get a percentage score showing alignment and specific improvement suggestions.",
|
||||
},
|
||||
id: "2", title: "How does the resume accuracy score work?", content: "Our AI compares your resume against the job description you provide. It checks for matching keywords, required skills, experience levels, and formatting compatibility. You'll get a percentage score showing alignment and specific improvement suggestions."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I use your templates to create a resume from scratch?",
|
||||
content: "Yes! Our 50+ professional templates let you build a resume section by section. Fill in fields like education, experience, skills, and certifications. The template automatically formats everything to be ATS-compliant and saves your content securely.",
|
||||
},
|
||||
id: "3", title: "Can I use your templates to create a resume from scratch?", content: "Yes! Our 50+ professional templates let you build a resume section by section. Fill in fields like education, experience, skills, and certifications. The template automatically formats everything to be ATS-compliant and saves your content securely."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Will ResumeMatch guarantee I get an interview?",
|
||||
content: "While we can't guarantee interviews, our data shows that users who implement our suggestions see an 87% improvement in ATS compatibility and get called for interviews 2-3 weeks faster on average. ATS optimization significantly improves your chances.",
|
||||
},
|
||||
id: "4", title: "Will ResumeMatch guarantee I get an interview?", content: "While we can't guarantee interviews, our data shows that users who implement our suggestions see an 87% improvement in ATS compatibility and get called for interviews 2-3 weeks faster on average. ATS optimization significantly improves your chances."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What file formats can I upload?",
|
||||
content: "We support PDF, DOCX, and DOC formats. Simply upload your current resume and the job description in PDF or text format. Our AI handles the analysis and exports your optimized version in multiple formats.",
|
||||
},
|
||||
id: "5", title: "What file formats can I upload?", content: "We support PDF, DOCX, and DOC formats. Simply upload your current resume and the job description in PDF or text format. Our AI handles the analysis and exports your optimized version in multiple formats."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is my data secure?",
|
||||
content: "Absolutely. We use enterprise-grade encryption and never share your resume or personal data with third parties. You can delete your analyses anytime from your dashboard.",
|
||||
},
|
||||
id: "6", title: "Is my data secure?", content: "Absolutely. We use enterprise-grade encryption and never share your resume or personal data with third parties. You can delete your analyses anytime from your dashboard."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
@@ -367,32 +225,20 @@ export default function HomePage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I reset my password?", content: "Go to the login page and click 'Forgot Password'. Enter your email and we'll send a reset link within minutes."},
|
||||
{
|
||||
id: "2", title: "Can I upgrade or downgrade anytime?", content: "Yes! You can upgrade to Premium or downgrade back to Free anytime from your account settings. Changes take effect immediately."},
|
||||
{
|
||||
id: "3", title: "Do you offer refunds?", content: "We offer a 30-day money-back guarantee on Premium subscriptions. If you're not satisfied, contact support@resumematch.io for a full refund."},
|
||||
]}
|
||||
ctaTitle="Ready to optimize your resume?"
|
||||
ctaDescription="Start with 2 free analyses today. No credit card required. Join thousands of professionals getting hired faster."
|
||||
ctaButton={{
|
||||
text: "Get Started Free",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
ctaButton={{ text: "Get Started Free", href: "/dashboard" }}
|
||||
ctaIcon={Rocket}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I reset my password?",
|
||||
content: "Go to the login page and click 'Forgot Password'. Enter your email and we'll send a reset link within minutes.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I upgrade or downgrade anytime?",
|
||||
content: "Yes! You can upgrade to Premium or downgrade back to Free anytime from your account settings. Changes take effect immediately.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer a 30-day money-back guarantee on Premium subscriptions. If you're not satisfied, contact support@resumematch.io for a full refund.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -400,66 +246,27 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "Templates",
|
||||
href: "/templates",
|
||||
},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Templates", href: "/templates" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
{
|
||||
label: "Press",
|
||||
href: "/press",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
{ label: "Press", href: "/press" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Support", href: "/support" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user