diff --git a/src/components/Section.astro b/src/components/Section.astro index 76aa987..ccf2019 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -21,9 +21,6 @@ const { ---
- { - /* Header for Full Width Layouts: We render the header in its own container before the full-width slot */ - } { fullWidth && title && (
@@ -45,7 +42,6 @@ const { ) : (
- {/* Header for Contained Layouts: The header is part of the main container */} {title && (

diff --git a/src/components/sections/HeroSection.astro b/src/components/sections/HeroSection.astro index aaab8fa..1690ba2 100644 --- a/src/components/sections/HeroSection.astro +++ b/src/components/sections/HeroSection.astro @@ -16,7 +16,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as class="relative overflow-hidden" >
@@ -42,7 +42,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as

{siteConfig.hero.description}.