9 Commits

Author SHA1 Message Date
bdb05ec094 Update src/app/page.tsx 2026-03-10 13:37:23 +00:00
aeb7b72e94 Update src/app/page.tsx 2026-03-10 13:34:25 +00:00
8ce3cda361 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:29:56 +00:00
b048400d37 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:28:37 +00:00
7a96faced4 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:19:00 +00:00
105bcfdef4 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:15:49 +00:00
5167318b52 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:14:00 +00:00
7744e4eef8 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:11:50 +00:00
9649b28a9f Merge version_1 into main
Merge version_1 into main
2026-03-10 13:10:30 +00:00

View File

@@ -9,9 +9,9 @@ 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, TrendingUp, Users, FileText, Heart, Rocket, Quote } from "lucide-react";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles, Zap, Award, TrendingUp, Users, FileText, Heart, Rocket, Quote, Mail } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -54,7 +54,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
leftCarouselItems={[
{ 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/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png?_wi=1", 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" },
@@ -250,29 +250,25 @@ export default function HomePage() {
</div>
<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" }}
ctaIcon={Rocket}
<ContactCenter
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to optimize your resume?"
description="Start with 2 free analyses today. No credit card required. Join thousands of professionals getting hired faster with AI-powered resume optimization."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
animationType="slide-up"
inputPlaceholder="Enter your email address"
buttonText="Get Started Free"
termsText="We respect your privacy. Unsubscribe at any time. By signing up, you agree to our Terms of Service."
onSubmit={(email) => console.log("Email submitted:", email)}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/modern-resume-analysis-dashboard-showing-1773148155179-f5943066.png?_wi=2"
imageAlt="ResumeMatch Platform Overview"
columns={[
{
title: "Product", items: [
@@ -299,6 +295,7 @@ export default function HomePage() {
],
},
]}
logoText="ResumeMatch"
copyrightText="© 2025 ResumeMatch | AI-Powered ATS Optimization"
/>
</div>