Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b3ae985e1 | |||
| 578840dd36 | |||
| 0c00565c5a | |||
| 6e05461c5f | |||
| 8d88a8c8c6 | |||
| df1b87a020 | |||
| 4b42881426 | |||
| a1e21baa45 | |||
| b4a2a8c3df |
1416
src/app/layout.tsx
1416
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user