diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index cd7c00d..1cd4c0b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,7 +20,6 @@ export default function AboutPage() {
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
showBlurBottom={false}
- headingFontWeight="semibold"
>
-
+
);
}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 1c39383..5bb6e3e 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,7 +19,6 @@ export default function ContactPage() {
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
showBlurBottom={false}
- headingFontWeight="semibold"
>
-
+
);
}
\ No newline at end of file
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx
index 577a367..b99cf02 100644
--- a/src/app/faq/page.tsx
+++ b/src/app/faq/page.tsx
@@ -19,7 +19,6 @@ export default function FaqPage() {
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
showBlurBottom={false}
- headingFontWeight="semibold"
>
-
+
);
}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index afa09b1..3022217 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,6 @@ export default function HomePage() {
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
showBlurBottom={false}
- headingFontWeight="semibold"
>
@@ -97,40 +96,42 @@ export default function HomePage() {
/>
-
+
);
}
\ No newline at end of file