Merge version_1 into main #3
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
{ text: "View Templates", href: "features" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip", imageAlt: "resume builder dashboard interface modern" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz", imageAlt: "professional resume template design" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip&_wi=1", imageAlt: "resume builder dashboard interface modern" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz&_wi=1", imageAlt: "professional resume template design" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gv4nt9", imageAlt: "modern cv template colorful" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -71,11 +71,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Professional Templates", description: "Handpicked resume designs trusted by recruiters. Clean, modern layouts that make your qualifications shine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz", imageAlt: "Professional template showcase"
|
||||
title: "Professional Templates", description: "Handpicked resume designs trusted by recruiters. Clean, modern layouts that make your qualifications shine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz&_wi=2", imageAlt: "Professional template showcase"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Download PDF", description: "Export your resume instantly as a polished PDF. Share with employers or print for in-person interviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kpqzhx", imageAlt: "PDF download feature"
|
||||
title: "Download PDF", description: "Export your resume instantly as a polished PDF. Share with employers or print for in-person interviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kpqzhx&_wi=1", imageAlt: "PDF download feature"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Save & Edit Anytime", description: "Your resume is always saved. Come back anytime to update your skills, experience, or switch templates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip", imageAlt: "Resume editor interface"
|
||||
title: "Save & Edit Anytime", description: "Your resume is always saved. Come back anytime to update your skills, experience, or switch templates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip&_wi=2", imageAlt: "Resume editor interface"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Choose Your Template", price: "Step 1", variant: "Browse 50+ professional designs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz", imageAlt: "Template selection interface"
|
||||
id: "1", name: "Choose Your Template", price: "Step 1", variant: "Browse 50+ professional designs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2djrcz&_wi=3", imageAlt: "Template selection interface"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fill in Your Information", price: "Step 2", variant: "Add education, experience, skills & projects", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip", imageAlt: "Resume editor interface"
|
||||
id: "2", name: "Fill in Your Information", price: "Step 2", variant: "Add education, experience, skills & projects", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjf7ip&_wi=3", imageAlt: "Resume editor interface"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Download & Share", price: "Step 3", variant: "Export as PDF and send to employers instantly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kpqzhx", imageAlt: "Download feature"
|
||||
id: "3", name: "Download & Share", price: "Step 3", variant: "Export as PDF and send to employers instantly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kpqzhx&_wi=2", imageAlt: "Download feature"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user