Skip to content

Commit ab85b50

Browse files
Add logo design and integrate real team/project data
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
1 parent bce8d3e commit ab85b50

19 files changed

Lines changed: 757 additions & 183 deletions

package-lock.json

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@radix-ui/react-toast": "^1.2.15",
2121
"class-variance-authority": "^0.7.1",
2222
"clsx": "^2.1.1",
23+
"gray-matter": "^4.0.3",
2324
"next": "15.5.4",
2425
"react": "19.1.0",
2526
"react-dom": "19.1.0",
320 KB
Loading
17.4 KB
Loading

public/team-members/afsan-khan.jpg

116 KB
Loading
1.62 MB
Loading
317 KB
Loading
42.2 KB
Loading
406 KB
Loading

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Container } from "@/components/ui/container"
33
import { Typography } from "@/components/ui/typography"
44
import { Grid } from "@/components/ui/grid"
55
import { Stack } from "@/components/ui/stack"
6+
import { Logo } from "@/components/ui/logo"
67
import { ArrowRightIcon, GitHubLogoIcon } from "@radix-ui/react-icons"
78
import ProjectsSection from "@/components/home/projects-section"
89
import TeamMembersSection from "@/components/home/team-members-section"
@@ -17,6 +18,7 @@ export default function Home() {
1718
<Stack align="center" gap={8} className="text-center">
1819
{/* Logo/Brand */}
1920
<Stack gap={4} align="center">
21+
<Logo size="lg" variant="icon" className="mb-2" />
2022
<Typography variant="h1">
2123
<span className="text-foreground">Code</span>
2224
<span className="text-primary">Storm</span>

0 commit comments

Comments
 (0)