4 Commits

Author SHA1 Message Date
6eb880abfc Update src/app/page.tsx 2026-05-12 16:36:46 +00:00
c1380bd7b2 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:34:14 +00:00
c22e51c755 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:33:47 +00:00
7d9621c325 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:33:17 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
title="Lets Create Something Timeless."
description="Join our journey into the next digital frontier."
buttons={[
{ text: "Start a Project", href: "#" },
{ text: "Get a Proposal", href: "#" },
{ text: "View Work", href: "#work" },
]}
/>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}