Skip to content

Commit af2177d

Browse files
Susmoyproducterp (#49)
2 parents 02dfbc6 + 849b8a9 commit af2177d

7 files changed

Lines changed: 532 additions & 10 deletions

File tree

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
219 KB
Loading
105 KB
Loading
Lines changed: 114 additions & 0 deletions
Loading

src/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Stack } from "@/components/ui/stack"
66
import { Logo } from "@/components/ui/logo"
77
import { ArrowRightIcon, GitHubLogoIcon } from "@radix-ui/react-icons"
88
import ProjectsSection from "@/components/home/projects-section"
9+
import ProductsSection from "@/components/home/products-section"
910
import TeamMembersSection from "@/components/home/team-members-section"
1011

1112
export default function Home() {
@@ -94,6 +95,9 @@ export default function Home() {
9495
{/* Projects Section */}
9596
<ProjectsSection className="bg-background" />
9697

98+
{/* Products Section */}
99+
<ProductsSection className="bg-muted/30" />
100+
97101
{/* Team Members Section */}
98102
<TeamMembersSection className="bg-muted/20" />
99103
</>

0 commit comments

Comments
 (0)