Update src/app/page.tsx
This commit is contained in:
294
src/app/page.tsx
294
src/app/page.tsx
@@ -34,17 +34,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Demo",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Demo", id: "#contact"},
|
||||
]}
|
||||
brandName="RewardArchitect"
|
||||
/>
|
||||
@@ -53,51 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Architecting the Future of Total Rewards"
|
||||
variant: "plain"}}
|
||||
title="Automate Your Entire Compensation Strategy"
|
||||
description="Standardize salary structures, automate merit and bonus calculations, and maintain a seamless employee compensation registry on one enterprise platform."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "View Demo",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Demo", href: "#features"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg",
|
||||
imageAlt: "Compensation Dashboard",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Compensation Dashboard"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg",
|
||||
imageAlt: "Merit Matrix",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", imageAlt: "Merit Matrix"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/promotion-fare-deal-sale-special-offer_53876-124939.jpg",
|
||||
imageAlt: "Bonus Calculator",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/promotion-fare-deal-sale-special-offer_53876-124939.jpg", imageAlt: "Bonus Calculator"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/telephone-directory-old-phone-arrangement_23-2149854973.jpg",
|
||||
imageAlt: "Employee Registry",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/telephone-directory-old-phone-arrangement_23-2149854973.jpg", imageAlt: "Employee Registry"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reading-essay_1098-14072.jpg",
|
||||
imageAlt: "Allowances Calculator",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/reading-essay_1098-14072.jpg", imageAlt: "Allowances Calculator"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-healthcare-claim-form-keyboard_181624-29187.jpg",
|
||||
imageAlt: "Reward Summary",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-healthcare-claim-form-keyboard_181624-29187.jpg", imageAlt: "Reward Summary"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,34 +81,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Salary Structures",
|
||||
description: "Auto-generate grade ranges, midpoints, and spreads with configurable progression logic.",
|
||||
},
|
||||
title: "Salary Structures", description: "Auto-generate grade ranges, midpoints, and spreads with configurable progression logic."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Bonus Planning",
|
||||
description: "Run complex bonus scenarios using performance multipliers and business impact factors.",
|
||||
},
|
||||
title: "Bonus Planning", description: "Run complex bonus scenarios using performance multipliers and business impact factors."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Merit Increase Planner",
|
||||
description: "Configure merit matrices and automate salary increase recommendations based on performance.",
|
||||
},
|
||||
title: "Merit Increase Planner", description: "Configure merit matrices and automate salary increase recommendations based on performance."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Allowance Management",
|
||||
description: "Assign configurable allowances like housing, transport, and mobile in one click.",
|
||||
},
|
||||
title: "Allowance Management", description: "Assign configurable allowances like housing, transport, and mobile in one click."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Employee Registry",
|
||||
description: "Maintain a centralized record of every employee's compensation history and profile.",
|
||||
},
|
||||
title: "Employee Registry", description: "Maintain a centralized record of every employee's compensation history and profile."},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Advanced Reporting",
|
||||
description: "Export audit-ready compensation reports for payroll and executive stakeholders.",
|
||||
},
|
||||
title: "Advanced Reporting", description: "Export audit-ready compensation reports for payroll and executive stakeholders."},
|
||||
]}
|
||||
title="Core Modules for Modern Compensation"
|
||||
description="Powerful tools designed to replace manual spreadsheets and automate HR workflows."
|
||||
@@ -152,41 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Structure Builder",
|
||||
price: "High Precision",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119656.jpg",
|
||||
},
|
||||
id: "p1", name: "Structure Builder", price: "High Precision", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119656.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Merit Matrix",
|
||||
price: "Formula-Driven",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg",
|
||||
},
|
||||
id: "p2", name: "Merit Matrix", price: "Formula-Driven", imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-right-side_187299-45688.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bonus Scenario",
|
||||
price: "Configurable",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/leaderboard-with-abstract-background_23-2148762983.jpg",
|
||||
},
|
||||
id: "p3", name: "Bonus Scenario", price: "Configurable", imageSrc: "http://img.b2bpic.net/free-vector/leaderboard-with-abstract-background_23-2148762983.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Employee Registry",
|
||||
price: "Centralized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
|
||||
},
|
||||
id: "p4", name: "Employee Registry", price: "Centralized", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Allowance Calculator",
|
||||
price: "Policy-Based",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg",
|
||||
},
|
||||
id: "p5", name: "Allowance Calculator", price: "Policy-Based", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Total Rewards Report",
|
||||
price: "Export Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065383.jpg",
|
||||
},
|
||||
id: "p6", name: "Total Rewards Report", price: "Export Ready", imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065383.jpg"},
|
||||
]}
|
||||
title="Platform Preview"
|
||||
description="Visualizing your data across modules."
|
||||
@@ -200,26 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Formula Accuracy",
|
||||
description: "Eliminate manual spreadsheet errors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/invoice-payment-concept_23-2151988047.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Formula Accuracy", description: "Eliminate manual spreadsheet errors.", imageSrc: "http://img.b2bpic.net/free-psd/invoice-payment-concept_23-2151988047.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5x",
|
||||
title: "Efficiency",
|
||||
description: "Generate structures in minutes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-121255.jpg",
|
||||
},
|
||||
id: "m2", value: "5x", title: "Efficiency", description: "Generate structures in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-121255.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Global",
|
||||
title: "Currency Support",
|
||||
description: "Manage multi-region rewards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/statistic-bars_23-2148148335.jpg",
|
||||
},
|
||||
id: "m3", value: "Global", title: "Currency Support", description: "Manage multi-region rewards.", imageSrc: "http://img.b2bpic.net/free-photo/statistic-bars_23-2148148335.jpg"},
|
||||
]}
|
||||
title="Platform Impact"
|
||||
description="Empowering total rewards professionals with reliable, repeatable data."
|
||||
@@ -233,35 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Total Rewards Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Total Rewards Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
role: "Comp Analyst",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
|
||||
},
|
||||
id: "t2", name: "James Chen", role: "Comp Analyst", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "HR Ops Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", role: "HR Ops Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-desk-front-view_23-2149741202.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus Thorne",
|
||||
role: "Global Comp Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg",
|
||||
},
|
||||
id: "t4", name: "Marcus Thorne", role: "Global Comp Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Wu",
|
||||
role: "HR Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda Wu", role: "HR Director", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"},
|
||||
]}
|
||||
title="Built for HR Professionals"
|
||||
description="Designed by compensation veterans for global HR operations."
|
||||
@@ -276,45 +176,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Director",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Director", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Manager",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Manager", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Specialist",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Specialist", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Wilson",
|
||||
role: "Rewards",
|
||||
company: "Enterprise",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah Wilson", role: "Rewards", company: "Enterprise", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg"},
|
||||
]}
|
||||
title="Trusted by HR Teams"
|
||||
description="See why compensation managers are switching to RewardArchitect."
|
||||
@@ -327,25 +202,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Does this work for different countries?",
|
||||
content: "Yes, we support multi-currency and regional policy configuration.",
|
||||
},
|
||||
id: "f1", title: "Does this work for different countries?", content: "Yes, we support multi-currency and regional policy configuration."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I import existing data?",
|
||||
content: "Yes, you can import employee records via CSV in the registry section.",
|
||||
},
|
||||
id: "f2", title: "Can I import existing data?", content: "Yes, you can import employee records via CSV in the registry section."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the formula logic customizable?",
|
||||
content: "Absolutely. You can define custom formulas for bonus and merit calculations.",
|
||||
},
|
||||
id: "f3", title: "Is the formula logic customizable?", content: "Absolutely. You can define custom formulas for bonus and merit calculations."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is data secure?",
|
||||
content: "We use bank-grade encryption to ensure your compensation data stays private.",
|
||||
},
|
||||
id: "f4", title: "Is data secure?", content: "We use bank-grade encryption to ensure your compensation data stays private."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our platform and features."
|
||||
@@ -358,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"Oracle",
|
||||
"SAP",
|
||||
"Workday",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "Oracle", "SAP", "Workday"]}
|
||||
title="Supporting Global Organizations"
|
||||
description="Join leading HR teams using modern rewards systems."
|
||||
/>
|
||||
@@ -378,28 +234,17 @@ export default function LandingPage() {
|
||||
description="Request a demo or start your free trial today to modernize your HR workflows."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Company Name", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your compensation needs",
|
||||
required: true,
|
||||
name: "message", placeholder: "Tell us about your compensation needs", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780692.jpg"
|
||||
/>
|
||||
@@ -411,42 +256,27 @@ export default function LandingPage() {
|
||||
logoText="RewardArchitect"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -455,4 +285,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user