Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80c6e3b35e | |||
| 0af008c3eb | |||
| 1fa982f9c2 | |||
| 6cb245d2e4 | |||
| 64b993f089 | |||
| 4ab423eef9 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user