Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-13 21:46:52 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -66,7 +66,7 @@ export default function LandingPage() {
icon={Lightbulb} icon={Lightbulb}
imageSrc="https://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-copy-space_23-2148815770.jpg" imageSrc="https://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-copy-space_23-2148815770.jpg"
imageAlt="Lorenzo working at his creative workspace" imageAlt="Lorenzo working at his creative workspace"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
titleClassName="text-4xl md:text-5xl font-bold leading-tight" titleClassName="text-4xl md:text-5xl font-bold leading-tight"
descriptionClassName="text-lg font-semibold" descriptionClassName="text-lg font-semibold"
subdescriptionClassName="text-sm text-accent/75" subdescriptionClassName="text-sm text-accent/75"
@@ -94,8 +94,6 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-accent/75"
/> />
</div> </div>
@@ -120,7 +118,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
titleClassName="text-4xl md:text-5xl font-bold" titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-accent/75" descriptionClassName="text-lg text-accent/75"
/> />
@@ -164,7 +162,7 @@ export default function LandingPage() {
tag="Get In Touch" tag="Get In Touch"
title="Let's Work Together" title="Let's Work Together"
description="Have a project in mind or want to discuss opportunities? I'd love to hear from you. Reach out and let's create something amazing." description="Have a project in mind or want to discuss opportunities? I'd love to hear from you. Reach out and let's create something amazing."
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc="https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"