Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ede07cb9d | |||
| b902baccad | |||
| f60ae5204e | |||
| 909c7855f3 | |||
| 7a777ab376 | |||
| 3e1cd04f16 | |||
| 770171dcc0 | |||
| 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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
imageAlt="Minimalist blog workspace"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "Start Reading", href: "blog" },
|
||||
{ text: "About Me", href: "about" },
|
||||
@@ -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