5 Commits

Author SHA1 Message Date
858c060f05 Merge version_4 into main
Merge version_4 into main
2026-04-17 06:48:00 +00:00
694a83e79d Update src/app/page.tsx 2026-04-17 06:47:57 +00:00
7206473701 Merge version_3 into main
Merge version_3 into main
2026-04-17 06:43:04 +00:00
b398dfa12f Update src/app/page.tsx 2026-04-17 06:42:58 +00:00
68f840fc9c Merge version_2 into main
Merge version_2 into main
2026-04-17 06:41:52 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Hi, I'm PROVER."
description="Creative developer building digital experiences that stand out. Passionate about design, code, and everything in between."
description="I transform complex business requirements into high-conversion digital platforms, driving measurable growth and solving core operational challenges through strategic web engineering."
buttons={[
{
text: "Get in Touch", href: "#contact"
@@ -99,13 +99,13 @@ export default function LandingPage() {
metrics={[
{
id: "s1", icon: Code,
title: "Frontend", value: "95%"},
title: "Frontend", value: "8+ Years"},
{
id: "s2", icon: Palette,
title: "Design", value: "90%"},
title: "Design", value: "Expert Level"},
{
id: "s3", icon: Zap,
title: "Innovation", value: "98%"},
title: "Delivery", value: "100% Success"},
]}
title="My Skills"
description="Technical and creative competencies that define my work."
@@ -203,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}