Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0af008c3eb | |||
| 1fa982f9c2 | |||
| 6cb245d2e4 | |||
| 64b993f089 | |||
| 4ab423eef9 |
@@ -41,6 +41,8 @@ export default function LandingPage() {
|
||||
name: "Experience", id: "#experience"},
|
||||
{
|
||||
name: "Education", id: "#education"},
|
||||
{
|
||||
name: "Languages", id: "#languages"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
@@ -55,7 +57,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
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"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -237,6 +239,8 @@ export default function LandingPage() {
|
||||
label: "Experience", href: "#experience"},
|
||||
{
|
||||
label: "Education", href: "#education"},
|
||||
{
|
||||
label: "Languages", href: "#languages"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
@@ -256,4 +260,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user