6 Commits

Author SHA1 Message Date
80c6e3b35e Merge version_3 into main
Merge version_3 into main
2026-06-07 15:40:16 +00:00
0af008c3eb Update src/app/page.tsx 2026-06-07 15:40:13 +00:00
1fa982f9c2 Merge version_2 into main
Merge version_2 into main
2026-06-07 15:36:00 +00:00
6cb245d2e4 Update src/app/page.tsx 2026-06-07 15:35:53 +00:00
64b993f089 Merge version_1 into main
Merge version_1 into main
2026-06-07 15:21:05 +00:00
4ab423eef9 Merge version_1 into main
Merge version_1 into main
2026-06-07 15:20:05 +00:00

View File

@@ -41,6 +41,8 @@ export default function LandingPage() {
name: "Experience", id: "#experience"}, name: "Experience", id: "#experience"},
{ {
name: "Education", id: "#education"}, name: "Education", id: "#education"},
{
name: "Languages", id: "#languages"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
@@ -55,7 +57,7 @@ export default function LandingPage() {
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
title="Mohammed Amine Belalia" title="Mohammed Amine Belalia"
description="AI Solutions Architect | Professional Video Editor | Business Coach" description="Empowering clients to achieve their visions through cutting-edge AI automation, captivating cinematic content, and strategic business guidance. I transform complex challenges into clear, actionable solutions that drive measurable growth and engagement."
tag="Innovate, Create, Elevate" tag="Innovate, Create, Elevate"
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
@@ -237,6 +239,8 @@ export default function LandingPage() {
label: "Experience", href: "#experience"}, label: "Experience", href: "#experience"},
{ {
label: "Education", href: "#education"}, label: "Education", href: "#education"},
{
label: "Languages", href: "#languages"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], ],
@@ -256,4 +260,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }