Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b3ae985e1 | |||
| 578840dd36 | |||
| 0c00565c5a | |||
| 6e05461c5f |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "DevFolio | Full-Stack Designer & Developer", description: "Crafting elegant digital experiences. Explore my projects, skills, and journey as a full-stack designer and developer."};
|
title: "DevFolio | Full-Stack Designer & Developer", description: "Crafting elegant digital experiences. Explore my projects, skills, and journey as a full-stack designer and developer."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -44,9 +44,9 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="DEVFOLIO"
|
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={[
|
buttons={[
|
||||||
{ text: "View My Work", href: "projects" },
|
{ text: "See My Impact", href: "projects" },
|
||||||
{ text: "Download CV", href: "https://example.com/cv" }
|
{ text: "Download CV", href: "https://example.com/cv" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
|
|||||||
Reference in New Issue
Block a user