9 Commits

Author SHA1 Message Date
8b3ae985e1 Merge version_3 into main
Merge version_3 into main
2026-03-09 08:29:52 +00:00
578840dd36 Update src/app/page.tsx 2026-03-09 08:29:48 +00:00
0c00565c5a Update src/app/layout.tsx 2026-03-09 08:29:48 +00:00
6e05461c5f Merge version_2 into main
Merge version_2 into main
2026-03-09 08:21:02 +00:00
8d88a8c8c6 Update src/app/page.tsx 2026-03-09 08:20:58 +00:00
df1b87a020 Update src/app/layout.tsx 2026-03-09 08:20:57 +00:00
4b42881426 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:11:58 +00:00
a1e21baa45 Merge version_1 into main
Merge version_1 into main
2026-03-09 08:11:13 +00:00
b4a2a8c3df Merge version_1 into main
Merge version_1 into main
2026-03-09 08:09:52 +00:00
2 changed files with 9 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,9 +44,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="DEVFOLIO"
description="Crafting elegant digital experiences. Explore my projects, skills, and journey as a full-stack designer and developer."
description="I deliver high-impact digital products that drive measurable business results, transforming complex challenges into elegant solutions that users love."
buttons={[
{ text: "View My Work", href: "projects" },
{ text: "See My Impact", href: "projects" },
{ text: "Download CV", href: "https://example.com/cv" }
]}
slides={[
@@ -164,7 +164,7 @@ export default function LandingPage() {
title="Ready to Collaborate?"
description="Let's work together to bring your next project to life. Whether you have a specific project in mind or just want to explore possibilities, I'd love to hear from you."
buttons={[
{ text: "Send Me an Email", href: "mailto:hello@devfolio.com" },
{ text: "Get In Touch Now", href: "mailto:hello@devfolio.com" },
{ text: "Schedule a Call", href: "https://calendly.com/devfolio" }
]}
background={{ variant: "plain" }}