diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx
index 44f2247..7ce6eda 100644
--- a/src/app/applications/page.tsx
+++ b/src/app/applications/page.tsx
@@ -199,4 +199,4 @@ export default function ApplicationsPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
index cc94548..5eb3f99 100644
--- a/src/app/dashboard/page.tsx
+++ b/src/app/dashboard/page.tsx
@@ -104,14 +104,10 @@ export default function DashboardPage() {
tag="Dashboard Features"
features={[
{
- id: "1",
- title: "Application Overview",
- description:
- "Get a comprehensive view of all your job applications in one place. See at a glance how many applications are at each stage, filter by company or date, and drill down into specific opportunities.",
- media: {
+ id: "1", title: "Application Overview", description:
+ "Get a comprehensive view of all your job applications in one place. See at a glance how many applications are at each stage, filter by company or date, and drill down into specific opportunities.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/close-up-view-of-a-job-application-track-1772817323264-cf3f792d.png?_wi=3",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/close-up-view-of-a-job-application-track-1772817323264-cf3f792d.png?_wi=3"},
items: [
{ icon: CheckCircle, text: "Pipeline visibility" },
{ icon: Filter, text: "Advanced filtering" },
@@ -120,14 +116,10 @@ export default function DashboardPage() {
reverse: false,
},
{
- id: "2",
- title: "Smart Notifications & Reminders",
- description:
- "Never miss an important deadline or follow-up. Get intelligent notifications for upcoming interviews, pending follow-ups, and application status changes. Customize notification preferences to suit your needs.",
- media: {
+ id: "2", title: "Smart Notifications & Reminders", description:
+ "Never miss an important deadline or follow-up. Get intelligent notifications for upcoming interviews, pending follow-ups, and application status changes. Customize notification preferences to suit your needs.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/follow-up-reminders-interface-showing-a--1772817321747-69e9d0e9.png?_wi=2",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/follow-up-reminders-interface-showing-a--1772817321747-69e9d0e9.png?_wi=2"},
items: [
{ icon: Bell, text: "Smart alerts" },
{ icon: Calendar, text: "Calendar sync" },
@@ -136,14 +128,10 @@ export default function DashboardPage() {
reverse: true,
},
{
- id: "3",
- title: "Document & Resume Management",
- description:
- "Keep all your resumes and documents organized within the dashboard. Manage multiple resume versions, attach the right one to each application, and track which documents are associated with which opportunities.",
- media: {
+ id: "3", title: "Document & Resume Management", description:
+ "Keep all your resumes and documents organized within the dashboard. Manage multiple resume versions, attach the right one to each application, and track which documents are associated with which opportunities.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/resume-and-document-storage-interface-sh-1772817320999-9b3b6068.png?_wi=2",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/resume-and-document-storage-interface-sh-1772817320999-9b3b6068.png?_wi=2"},
items: [
{ icon: CheckCircle, text: "Version control" },
{ icon: Filter, text: "Quick access" },
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7923011..e1b3ced 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,7 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import HeroLogo from "@/components/sections/hero/HeroLogo";
+import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
@@ -87,7 +87,7 @@ export default function HomePage() {
-
@@ -109,11 +111,14 @@ export default function HomePage() {
tag="Dashboard Snapshot"
metrics={[
{
- id: "1", value: "10K+", title: "Applications Tracked", description: "Total applications managed by our users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-large-numerical-metric-card-displaying-1772817319904-acb9c17f.png?_wi=1", imageAlt: "Applications tracked metric"},
+ id: "1", value: "10K+", title: "Applications Tracked", description: "Total applications managed by our users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-large-numerical-metric-card-displaying-1772817319904-acb9c17f.png?_wi=1", imageAlt: "Applications tracked metric"
+ },
{
- id: "2", value: "18", title: "Interviews Scheduled", description: "Active interview pipeline example", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-numerical-metric-card-showing-18-repre-1772817320431-dfcf100f.png?_wi=1", imageAlt: "Interviews scheduled metric"},
+ id: "2", value: "18", title: "Interviews Scheduled", description: "Active interview pipeline example", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-numerical-metric-card-showing-18-repre-1772817320431-dfcf100f.png?_wi=1", imageAlt: "Interviews scheduled metric"
+ },
{
- id: "3", value: "42%", title: "Higher Success Rate", description: "Students using TrakApply report higher offer rates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-large-numerical-metric-card-displaying-1772817319904-acb9c17f.png?_wi=2", imageAlt: "Success rate metric"},
+ id: "3", value: "42%", title: "Higher Success Rate", description: "Students using TrakApply report higher offer rates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/a-large-numerical-metric-card-displaying-1772817319904-acb9c17f.png?_wi=2", imageAlt: "Success rate metric"
+ },
]}
textboxLayout="default"
animationType="slide-up"
@@ -132,7 +137,8 @@ export default function HomePage() {
id: "1", title: "Smart Application Tracker", description:
"Track all your job applications in one place. Add company name, job title, application date, source, and current status. Get a complete overview of your entire pipeline with filtering and sorting capabilities.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/close-up-view-of-a-job-application-track-1772817323264-cf3f792d.png?_wi=1"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/close-up-view-of-a-job-application-track-1772817323264-cf3f792d.png?_wi=1"
+ },
items: [
{ icon: CheckCircle, text: "Inline status editing" },
{ icon: Filter, text: "Filter by status or date" },
@@ -144,7 +150,8 @@ export default function HomePage() {
id: "2", title: "Intelligent Follow-Up System", description:
"Never miss a follow-up opportunity with our advanced scheduling and reminder system. Set automated follow-up reminders, schedule tasks for optimal timing, and get smart notifications about overdue and upcoming follow-ups to keep you proactive.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/follow-up-reminders-interface-showing-a--1772817321747-69e9d0e9.png?_wi=1"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/follow-up-reminders-interface-showing-a--1772817321747-69e9d0e9.png?_wi=1"
+ },
items: [
{ icon: Bell, text: "Smart notifications" },
{ icon: Calendar, text: "Advanced scheduling" },
@@ -156,7 +163,8 @@ export default function HomePage() {
id: "3", title: "Resume & Document Storage", description:
"Upload and manage multiple resume versions. Label them by type (Tech Resume, Marketing Resume) and attach the right version to each application. Keep all your documents organized in one secure place.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/resume-and-document-storage-interface-sh-1772817320999-9b3b6068.png?_wi=1"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/resume-and-document-storage-interface-sh-1772817320999-9b3b6068.png?_wi=1"
+ },
items: [
{ icon: FileText, text: "Version control" },
{ icon: Tag, text: "Custom labeling" },
@@ -168,7 +176,8 @@ export default function HomePage() {
id: "4", title: "Interview Round Tracker", description:
"Log interview rounds as you progress through companies. Track round number, date, interviewer name, and add detailed notes. Keep everything together for easy reference and preparation.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png?_wi=1"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png?_wi=1"
+ },
items: [
{ icon: Users, text: "Interviewer tracking" },
{ icon: FileText, text: "Detailed notes" },
@@ -197,7 +206,8 @@ export default function HomePage() {
{ text: "Learn More", href: "#features" },
],
features: [
- "Track up to 10 applications", "Basic status pipeline", "1 resume upload", "Basic follow-up reminders", "Email support", "Mobile app access"],
+ "Track up to 10 applications", "Basic status pipeline", "1 resume upload", "Basic follow-up reminders", "Email support", "Mobile app access"
+ ],
},
{
id: "pro", badge: "Pro Plan", badgeIcon: Sparkles,
@@ -206,7 +216,8 @@ export default function HomePage() {
{ text: "Cancel Anytime", onClick: undefined },
],
features: [
- "Unlimited applications", "Advanced Kanban board", "Unlimited resume versions", "Advanced follow-up scheduling", "Smart reminder system", "Interview round tracking", "LinkedIn import (coming soon)", "Priority support", "Advanced analytics"],
+ "Unlimited applications", "Advanced Kanban board", "Unlimited resume versions", "Advanced follow-up scheduling", "Smart reminder system", "Interview round tracking", "LinkedIn import (coming soon)", "Priority support", "Advanced analytics"
+ ],
},
]}
animationType="slide-up"
@@ -225,27 +236,33 @@ export default function HomePage() {
{
id: "1", title: "Organized my entire job search in one place", quote:
"I was juggling spreadsheets across three different devices. TrakApply consolidated everything. I could see my pipeline clearly, and that helped me stay motivated through 150+ applications. Landed an offer at my top choice company!", name: "Sarah Chen", role: "Recent CS Graduate", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-asian-wom-1772817320040-5d682b17.png?_wi=1", imageAlt: "Sarah Chen"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-asian-wom-1772817320040-5d682b17.png?_wi=1", imageAlt: "Sarah Chen"
+ },
{
id: "2", title: "Never missed a follow-up again", quote:
"The follow-up reminders were a game-changer. I used to forget to check in on applications, which probably cost me opportunities. With TrakApply's smart scheduling and notifications, I'm always on top of my pipeline and more professional in my outreach.", name: "Marcus Johnson", role: "Junior Software Engineer", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-south-asi-1772817320275-4a65f547.png?_wi=1", imageAlt: "Marcus Johnson"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-south-asi-1772817320275-4a65f547.png?_wi=1", imageAlt: "Marcus Johnson"
+ },
{
id: "3", title: "Perfect for managing multiple resume versions", quote:
"I have different resumes for tech roles, product roles, and contract work. TrakApply made it so easy to tag and attach the right one to each application. No more accidental wrong resumes!", name: "Priya Patel", role: "Business Analyst", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-latina-wo-1772817320866-ff29c3e8.png?_wi=1", imageAlt: "Priya Patel"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-latina-wo-1772817320866-ff29c3e8.png?_wi=1", imageAlt: "Priya Patel"
+ },
{
id: "4", title: "Tracked interviews and landed my offer", quote:
"Having all my interview notes in one place helped me prepare better for final rounds. I could see patterns in what companies were asking and practiced accordingly. TrakApply helped me land a role at a FAANG company.", name: "Alex Rivera", role: "Product Manager", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png?_wi=1", imageAlt: "Alex Rivera"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png?_wi=1", imageAlt: "Alex Rivera"
+ },
{
id: "5", title: "Reduced anxiety about my job search", quote:
"When you're applying to 100+ jobs, it's easy to feel lost. TrakApply gave me visibility and control. Seeing my applications organized by status made the entire process feel manageable and less overwhelming.", name: "Jessica Wong", role: "Data Analyst", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-asian-wom-1772817320040-5d682b17.png?_wi=2", imageAlt: "Jessica Wong"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-asian-wom-1772817320040-5d682b17.png?_wi=2", imageAlt: "Jessica Wong"
+ },
{
id: "6", title: "The support team really cares", quote:
"I had questions about using TrakApply for my job search, and the support team responded within hours with helpful tips. It's clear they built this tool for students like us. Highly recommend!", name: "Davin Kapoor", role: "UX Designer", imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-south-asi-1772817320275-4a65f547.png?_wi=2", imageAlt: "Davin Kapoor"},
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-south-asi-1772817320275-4a65f547.png?_wi=2", imageAlt: "Davin Kapoor"
+ },
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -261,22 +278,28 @@ export default function HomePage() {
faqs={[
{
id: "1", title: "How do follow-up reminders work?", content:
- "TrakApply's intelligent follow-up system lets you schedule reminders for each application. You can set custom follow-up dates, receive smart notifications about overdue follow-ups, and track your outreach history. The system helps you stay proactive without overwhelming you with unnecessary alerts."},
+ "TrakApply's intelligent follow-up system lets you schedule reminders for each application. You can set custom follow-up dates, receive smart notifications about overdue follow-ups, and track your outreach history. The system helps you stay proactive without overwhelming you with unnecessary alerts."
+ },
{
id: "2", title: "Can I automate follow-up scheduling?", content:
- "Yes! Pro plan users can set up automated follow-up schedules. Define follow-up intervals (e.g., follow up after 2 weeks if no response), and TrakApply will intelligently schedule reminders based on your application date. You can customize these rules for different companies or job types."},
+ "Yes! Pro plan users can set up automated follow-up schedules. Define follow-up intervals (e.g., follow up after 2 weeks if no response), and TrakApply will intelligently schedule reminders based on your application date. You can customize these rules for different companies or job types."
+ },
{
id: "3", title: "Can I import applications from LinkedIn?", content:
- "LinkedIn import is coming soon! We're currently building this feature to save you time. In the meantime, you can manually add applications or use our bulk import feature with a spreadsheet. Join our waitlist to be notified when LinkedIn import launches."},
+ "LinkedIn import is coming soon! We're currently building this feature to save you time. In the meantime, you can manually add applications or use our bulk import feature with a spreadsheet. Join our waitlist to be notified when LinkedIn import launches."
+ },
{
id: "4", title: "Is there a limit on the Free plan?", content:
- "Yes, the Free plan lets you track up to 10 applications, upload 1 resume, and access basic follow-up reminders. If you need unlimited applications and advanced features like automated scheduling and interview tracking, upgrade to our Pro plan at $8/month. You can cancel anytime."},
+ "Yes, the Free plan lets you track up to 10 applications, upload 1 resume, and access basic follow-up reminders. If you need unlimited applications and advanced features like automated scheduling and interview tracking, upgrade to our Pro plan at $8/month. You can cancel anytime."
+ },
{
id: "5", title: "How do I migrate from my spreadsheet?", content:
- "We make it easy! You can export your spreadsheet as a CSV and use our bulk import tool to add all your applications at once. Each import takes just a few minutes. All your data will be organized into our pipeline view automatically, and your follow-up schedule will be ready to go."},
+ "We make it easy! You can export your spreadsheet as a CSV and use our bulk import tool to add all your applications at once. Each import takes just a few minutes. All your data will be organized into our pipeline view automatically, and your follow-up schedule will be ready to go."
+ },
{
id: "6", title: "Is my data secure?", content:
- "Absolutely. We use industry-standard encryption for all data in transit and at rest. Your application data and follow-up history are private and only visible to you. We comply with GDPR and other privacy regulations. See our full Privacy Policy for details."},
+ "Absolutely. We use industry-standard encryption for all data in transit and at rest. Your application data and follow-up history are private and only visible to you. We comply with GDPR and other privacy regulations. See our full Privacy Policy for details."
+ },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/close-up-view-of-a-job-application-track-1772817323264-cf3f792d.png?_wi=2"
imageAlt="TrakApply FAQ section"
@@ -314,13 +337,16 @@ export default function HomePage() {
{[
{
title: "What follow-up scheduling options are available?", content:
- "You can schedule one-time reminders on specific dates, set recurring follow-ups at custom intervals, or use our smart scheduling to automatically suggest optimal follow-up times based on company response patterns. Pro users get access to all scheduling options."},
+ "You can schedule one-time reminders on specific dates, set recurring follow-ups at custom intervals, or use our smart scheduling to automatically suggest optimal follow-up times based on company response patterns. Pro users get access to all scheduling options."
+ },
{
title: "How do I know when to follow up?", content:
- "TrakApply recommends follow-up timing based on your application date and company typical response times. You can manually set follow-up dates or let our intelligent system suggest them. Overdue reminders ensure you never forget to reach out."},
+ "TrakApply recommends follow-up timing based on your application date and company typical response times. You can manually set follow-up dates or let our intelligent system suggest them. Overdue reminders ensure you never forget to reach out."
+ },
{
title: "Can I track follow-up history for each application?", content:
- "Yes! Every follow-up reminder, email, or message you log is tracked in the application history. You can see your complete outreach timeline, previous messages, and company responses all in one place for easy reference."},
+ "Yes! Every follow-up reminder, email, or message you log is tracked in the application history. You can see your complete outreach timeline, previous messages, and company responses all in one place for easy reference."
+ },
].map((faq, idx) => (
(