diff --git a/src/components/home/TestimonialsSection.tsx b/src/components/home/TestimonialsSection.tsx index ad5a14a..ead5cfd 100644 --- a/src/components/home/TestimonialsSection.tsx +++ b/src/components/home/TestimonialsSection.tsx @@ -110,7 +110,7 @@ export function TestimonialsSection({ content }: { content?: TestimonialsContent const data = content ?? defaultContent; return ( -
+
{/* Section Header */}
diff --git a/src/components/settings/ProfileSettingsForm.tsx b/src/components/settings/ProfileSettingsForm.tsx index 4b56faa..d63d1a9 100644 --- a/src/components/settings/ProfileSettingsForm.tsx +++ b/src/components/settings/ProfileSettingsForm.tsx @@ -432,7 +432,7 @@ export function ProfileSettingsForm({ {/* Row 1: First Name & Last Name */}
-
-