-
{loadError}
-
+
+
+
+
{loadError}
+
Redirecting to dashboard...
@@ -182,25 +170,26 @@ function BuilderPageContent() {
);
}
- // Handle empty sections state
if (sections.length === 0) {
return (
-
-
-
-
-
- No Sections Added
+
+
+
+
+
+
+
+ Start by adding sections
-
- Your resume doesn't have any sections yet. Add sections to
- start building your resume.
+
+ Your resume is empty right now. Add the sections you want, then
+ start filling them in.
@@ -213,64 +202,116 @@ function BuilderPageContent() {
);
}
- const CurrentSection =
- sections[currentSectionIndex]?.Component || PersonalInfoSection;
-
return (
-
-
- {/* Navigation controls */}
-