Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-14 12:03:41 +00:00
parent 02d581101b
commit 29ae147e04

View File

@@ -2,10 +2,9 @@ import AboutText from '@/components/sections/about/AboutText';
import FaqSimple from '@/components/sections/faq/FaqSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import PolicyContent from '@/components/sections/legal/PolicyContent';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
export default function HomePage() {
return (
@@ -22,7 +21,6 @@ export default function HomePage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
{/* Navbar would go here if provided in registry */}
</div>
<div id="hero" data-section="hero">
@@ -79,12 +77,6 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="legal" data-section="legal">
<SectionErrorBoundary name="legal">
<PolicyContent />
</SectionErrorBoundary>
</div>
<div id="footer" data-section="footer">
<SectionErrorBoundary name="footer">
<FooterSimple