Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-12 16:36:50 +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>
);
}
}