rewrite freelance page content and add freelance to header links
This commit is contained in:
@@ -35,9 +35,9 @@ export default function FreelanceSection({ locale }: props) {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div ref={sectionRef} className="w-full flex justify-center items-center">
|
||||
<div ref={sectionRef} className="w-full flex justify-center items-center pt-24 md:pt-36">
|
||||
<div
|
||||
className="w-2/3 reveal flex flex-col items-start gap-6 p-8 rounded-2xl border border-brand-brown/8 bg-white/40 transition-all duration-300 cursor-default"
|
||||
className="w-full max-w-2xl reveal flex flex-col items-start gap-8 p-10 md:p-14 rounded-2xl border border-brand-brown/8 bg-white/40 transition-all duration-300 cursor-default"
|
||||
style={{ transitionDelay: `120ms` }}
|
||||
>
|
||||
<div>
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function Header() {
|
||||
const links = [
|
||||
{ text: t('home'), target: `${homePath}#home` },
|
||||
{ text: t('works'), target: `${homePath}#works` },
|
||||
{ text: t('about'), target: `${homePath}#about` },
|
||||
{ text: t('freelance'), target: `${homePath}/freelance` },
|
||||
{ text: t('blog'), target: `${homePath}/blog` },
|
||||
];
|
||||
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"freelance": "Freelance",
|
||||
"works": "Works",
|
||||
"about": "About",
|
||||
"blog": "Blog"
|
||||
@@ -20,7 +21,7 @@
|
||||
"cta": "Read more"
|
||||
},
|
||||
"homePageFreelanceSection": {
|
||||
"title": "You have a project you want to bring to life?",
|
||||
"title": "You have a project or a specific need?",
|
||||
"text": "I design custom web applications, business software, and professional websites that are user-friendly, reliable, and scalable.",
|
||||
"cta": "Learn more about my freelance services"
|
||||
},
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"header": {
|
||||
"home": "Accueil",
|
||||
"freelance": "Freelance",
|
||||
"works": "Travaux",
|
||||
"about": "À propos",
|
||||
"blog": "Blog"
|
||||
@@ -20,7 +21,7 @@
|
||||
"cta": "Lire plus"
|
||||
},
|
||||
"homePageFreelanceSection": {
|
||||
"title": "Vous avez un projet à concrétiser ?",
|
||||
"title": "Vous avez un projet ou un besoin spécifique ?",
|
||||
"text": "Je concoit des applications web, logiciels métier et sites profressionnels sûr mesure, pensés pour être ergonomique, fiable et évolutif.",
|
||||
"cta": "Découvrir mon offre freelance"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user