Update src/app/reasons/page.tsx
This commit is contained in:
@@ -13,15 +13,21 @@ export default function ReasonsPage() {
|
||||
{ name: "Gallery", id: "/gallery" }
|
||||
];
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} />
|
||||
<FaqSplitText
|
||||
faqs={[{ id: "1", title: "Why today?", content: "It is your birthday!" }]}
|
||||
sideTitle="Reasons to smile"
|
||||
faqsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase logoText="Ruoooo" columns={[{ title: "Links", items: navItems.map(i => ({ label: i.name, href: i.id })) }]} />
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" 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">
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} />
|
||||
</div>
|
||||
<div id="reasons" data-section="reasons">
|
||||
<FaqSplitText
|
||||
faqs={[{ id: "1", title: "Why today?", content: "It is your birthday!" }]}
|
||||
sideTitle="Reasons to smile"
|
||||
faqsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase logoText="Ruoooo" columns={[{ title: "Links", items: navItems.map(i => ({ label: i.name, href: i.id })) }]} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user