Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b398dfa12f | |||
| 68f840fc9c |
@@ -99,13 +99,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "s1", icon: Code,
|
id: "s1", icon: Code,
|
||||||
title: "Frontend", value: "95%"},
|
title: "Frontend", value: "8+ Years"},
|
||||||
{
|
{
|
||||||
id: "s2", icon: Palette,
|
id: "s2", icon: Palette,
|
||||||
title: "Design", value: "90%"},
|
title: "Design", value: "Expert Level"},
|
||||||
{
|
{
|
||||||
id: "s3", icon: Zap,
|
id: "s3", icon: Zap,
|
||||||
title: "Innovation", value: "98%"},
|
title: "Delivery", value: "100% Success"},
|
||||||
]}
|
]}
|
||||||
title="My Skills"
|
title="My Skills"
|
||||||
description="Technical and creative competencies that define my work."
|
description="Technical and creative competencies that define my work."
|
||||||
@@ -203,4 +203,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user