Skip to content

Commit 3738bfc

Browse files
committed
feat: Add 3D Landing Page template to hub
- Added new '3D Landing Page Template' using Next.js, React Three Fiber, Framer Motion, and Tailwind CSS - Template includes modern 3D landing page with Webflow-like aesthetics - Uses AI_RULES_3D.md guidelines for development rules - Points to 3d-nextjs-template GitHub repository (to be created)
1 parent 5dbfc2b commit 3738bfc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/shared/templates.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@ export const localTemplatesData: Template[] = [
5757
requiresNeon: true,
5858
isFrontend: false, // This is a fullstack template, goes to backend folder
5959
},
60+
{
61+
id: "3d-nextjs",
62+
title: "3D Landing Page Template",
63+
description: "Modern 3D landing page using Next.js, React Three Fiber, Framer Motion, and Tailwind CSS.",
64+
imageUrl:
65+
"https://github.com/user-attachments/assets/96258e4f-abce-4910-a62a-a9dff77965f2",
66+
githubUrl: "https://github.com/SFARPak/3d-nextjs-template",
67+
isOfficial: true,
68+
isFrontend: true,
69+
},
6070
];

0 commit comments

Comments
 (0)