Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 14:19:42 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1407,4 +1407,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
rating={5}
ratingText="Driven by innovation and continuous learning"
buttons={[
{ text: "View My Work", href: "#projects" },
{ text: "Explore My Projects", href: "#projects" },
{ text: "Let's Connect", href: "#contact" }
]}
buttonAnimation="opacity"
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}