diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 03ccc73..7e726ce 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { secondaryButtonStyle="radial-glow" headingFontWeight="light" > - {/* No components rendered due to empty component and section registries. */} + <> ); } diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3c87295..6762c2b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { secondaryButtonStyle="radial-glow" headingFontWeight="light" > - {/* No components rendered due to empty component and section registries. */} + <> ); } diff --git a/src/app/page.tsx b/src/app/page.tsx index 90e8ce1..558341d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function HomePage() { secondaryButtonStyle="radial-glow" headingFontWeight="light" > - {/* No components rendered due to empty component and section registries. */} + <> ); } diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ca47710..f913179 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { secondaryButtonStyle="radial-glow" headingFontWeight="light" > - {/* No components rendered due to empty component and section registries. */} + <> ); }