3 Commits

Author SHA1 Message Date
7b88b57035 Update src/app/page.tsx 2026-03-05 14:19:37 +00:00
cc0dd73066 Update src/app/layout.tsx 2026-03-05 14:19:37 +00:00
7eaf52eda5 Merge version_2 into main
Merge version_2 into main
2026-03-03 14:36:23 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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