Update src/app/documentation/page.tsx
This commit is contained in:
@@ -6,21 +6,25 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function DocumentationPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Docs", id: "/documentation" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="LuminaWrite"
|
||||
/>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" 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">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Documentation", id: "/documentation" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Dashboard", id: "/dashboard" }
|
||||
]}
|
||||
brandName="LuminaWrite"
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 text-center"><h1>Documentation</h1></div>
|
||||
<FooterBase columns={[]} logoText="LuminaWrite" />
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase columns={[]} logoText="LuminaWrite" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user