4 Commits

Author SHA1 Message Date
f60ae5204e Update src/app/page.tsx 2026-03-03 11:03:01 +00:00
7a777ab376 Update src/app/page.tsx 2026-03-03 11:00:14 +00:00
3e1cd04f16 Update src/app/layout.tsx 2026-03-03 11:00:14 +00:00
13aad5b222 Update src/app/page.tsx 2026-03-03 10:59:39 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ export const metadata: Metadata = {
],
},
twitter: {
card: "summary_large_image", title: "My Personal Blog", description: "Thoughts & Insights", images: ["http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg"],
card: "summary_large_image", title: "My Personal Blog", description: "Thoughts & Insights", images: [
"http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg"],
},
};

View File

@@ -57,9 +57,12 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About"
title="I'm passionate about sharing knowledge, exploring creative ideas, and connecting with readers through thoughtful, engaging content that inspires and informs."
title="I share thoughtful content on design and creativity. Explore my full bio for more about my journey and work."
useInvertedBackground={false}
buttons={[{ text: "Read My Story", href: "#" }]}
buttons={[
{ text: "Read My Story", href: "#" },
{ text: "View Full Bio", href: "#" },
]}
/>
</div>