Merge version_1_1781438441542 into main
Merge version_1_1781438441542 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -5,10 +5,26 @@ 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";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="gradient"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
{/* Navbar would go here if provided in registry */}
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlay
|
||||
@@ -82,6 +98,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user