chore: Update branding assets page layout and styles
This commit is contained in:
13
src/app/branding-assets/page.tsx
Normal file
13
src/app/branding-assets/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { BrandingAssets } from "@/components/branding-assets";
|
||||
import Footer from "@/components/footer";
|
||||
import { Navigation } from "@/components/navigation";
|
||||
|
||||
export default function BrandingAssetsPage() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-start">
|
||||
<BrandingAssets />
|
||||
<Footer />
|
||||
<Navigation /> {/* At the bottom of the page */}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user