Merge version_1_1781438441542 into main
Merge version_1_1781438441542 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user