Update src/app/templates/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function TemplatesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Templates", href: "/templates" },
|
||||
@@ -29,8 +28,7 @@ export default function TemplatesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -38,8 +36,7 @@ export default function TemplatesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -75,36 +72,22 @@ export default function TemplatesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Modern Professional Template",
|
||||
description: "Clean, minimalist design perfect for tech and corporate roles. ATS-optimized layout with strategic spacing and keyword placement.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-selection-screen-showing-1773148156314-dda4b739.png?_wi=3",
|
||||
imageAlt: "Modern Professional Resume Template",
|
||||
},
|
||||
title: "Modern Professional Template", description: "Clean, minimalist design perfect for tech and corporate roles. ATS-optimized layout with strategic spacing and keyword placement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-selection-screen-showing-1773148156314-dda4b739.png", imageAlt: "Modern Professional Resume Template"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Creative Executive Template",
|
||||
description: "Bold design for creative professionals and executives. Features subtle gradients and modern typography while maintaining ATS compatibility.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-builder-showing-sectiona-1773148154604-1ab2c564.png?_wi=3",
|
||||
imageAlt: "Creative Executive Resume Template",
|
||||
},
|
||||
title: "Creative Executive Template", description: "Bold design for creative professionals and executives. Features subtle gradients and modern typography while maintaining ATS compatibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/resume-template-builder-showing-sectiona-1773148154604-1ab2c564.png", imageAlt: "Creative Executive Resume Template"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Minimal Academic Template",
|
||||
description: "Perfect for researchers, educators, and academics. Emphasizes certifications, publications, and research experience with proper formatting.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/real-time-resume-preview-pane-showing-re-1773148153934-e7a03cb9.png?_wi=2",
|
||||
imageAlt: "Minimal Academic Resume Template",
|
||||
},
|
||||
title: "Minimal Academic Template", description: "Perfect for researchers, educators, and academics. Emphasizes certifications, publications, and research experience with proper formatting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/real-time-resume-preview-pane-showing-re-1773148153934-e7a03cb9.png", imageAlt: "Minimal Academic Resume Template"},
|
||||
]}
|
||||
title="Professional Resume Templates"
|
||||
description="Choose from 50+ industry-optimized templates designed for maximum ATS compatibility and visual impact."
|
||||
tag: "Template Library",
|
||||
tag="Template Library"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start with Templates",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Start with Templates", href: "/dashboard"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -122,7 +105,7 @@ export default function TemplatesPage() {
|
||||
description="Alex Martinez"
|
||||
subdescription="Product Manager at StartupXYZ"
|
||||
icon={Quote}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-young-male-pr-1773148153979-5c898677.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AksX9xdEmy9wqZV4leeHzUI9qb/professional-headshot-of-a-young-male-pr-1773148153979-5c898677.png"
|
||||
imageAlt="Alex Martinez profile"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -133,44 +116,24 @@ export default function TemplatesPage() {
|
||||
<PricingCardOne
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Get Started",
|
||||
badgeIcon: Zap,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for trying templates",
|
||||
features: [
|
||||
"5 basic templates",
|
||||
"Download as PDF",
|
||||
"Email support",
|
||||
"2 free analyses included",
|
||||
],
|
||||
id: "free", badge: "Get Started", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Perfect for trying templates", features: [
|
||||
"5 basic templates", "Download as PDF", "Email support", "2 free analyses included"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹69",
|
||||
subtitle: "All premium templates",
|
||||
features: [
|
||||
"50+ professional templates",
|
||||
"Unlimited customization",
|
||||
"Real-time preview",
|
||||
"Multiple format exports",
|
||||
"Priority support",
|
||||
"Unlimited analyses",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹69", subtitle: "All premium templates", features: [
|
||||
"50+ professional templates", "Unlimited customization", "Real-time preview", "Multiple format exports", "Priority support", "Unlimited analyses"],
|
||||
},
|
||||
]}
|
||||
title="Template Access Plans"
|
||||
description="Unlock all templates with premium membership and get unlimited resume analyses."
|
||||
tag: "Flexible Pricing",
|
||||
tag="Flexible Pricing"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "/pricing",
|
||||
},
|
||||
text: "Choose Plan", href: "/pricing"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user