Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f60ae5204e | |||
| 7a777ab376 | |||
| 3e1cd04f16 | |||
| 13aad5b222 |
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user