8 Commits

Author SHA1 Message Date
8d601d4a8f Update src/app/page.tsx 2026-03-03 11:20:16 +00:00
ea9e59c71e Update src/app/layout.tsx 2026-03-03 11:20:15 +00:00
884b151655 Update src/app/page.tsx 2026-03-03 11:19:39 +00:00
3a71403dd3 Merge version_3 into main
Merge version_3 into main
2026-03-03 11:18:08 +00:00
1ede07cb9d Update src/app/page.tsx 2026-03-03 11:18:03 +00:00
b902baccad Merge version_2 into main
Merge version_2 into main
2026-03-03 11:03:05 +00:00
909c7855f3 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:00:21 +00:00
770171dcc0 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:59:45 +00:00
2 changed files with 13 additions and 6 deletions

View File

@@ -27,12 +27,14 @@ export const metadata: Metadata = {
openGraph: {
title: "My Personal Blog | Thoughts & Insights", description: "Explore articles about design, technology, and creative storytelling.", type: "website", siteName: "My Personal Blog", images: [
{
url: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", alt: "Personal blog hero image"},
url: "http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg", alt: "Personal blog hero image"
},
],
},
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"],
"http://img.b2bpic.net/free-photo/work-space-with-laptop-coffee-stationery-white-table-top-view-flat-lay_501050-576.jpg"
],
},
};

View File

@@ -73,13 +73,17 @@ export default function LandingPage() {
tag="Blog"
blogs={[
{
id: "1", category: "Design", title: "The Art of Minimalist Web Design", excerpt: "Exploring how simplicity and intentional design choices create powerful digital experiences that resonate with users.", imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg", imageAlt: "Minimalist design concept", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "24 Jan 2025"},
id: "1", category: "Design", title: "The Art of Minimalist Web Design", excerpt: "Exploring how simplicity and intentional design choices create powerful digital experiences that resonate with users.", imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg", imageAlt: "Minimalist design concept", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "24 Jan 2025"
},
{
id: "2", category: "Technology", title: "Building Better Digital Products", excerpt: "A deep dive into the strategies and principles that make digital products successful, scalable, and user-centric.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg", imageAlt: "Technology innovation", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "20 Jan 2025"},
id: "2", category: "Technology", title: "Building Better Digital Products", excerpt: "A deep dive into the strategies and principles that make digital products successful, scalable, and user-centric.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg", imageAlt: "Technology innovation", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "20 Jan 2025"
},
{
id: "3", category: "Writing", title: "The Power of Storytelling", excerpt: "Why narratives matter, how to craft compelling stories, and the impact of authentic communication in our digital world.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Writing and storytelling", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "18 Jan 2025"},
id: "3", category: "Writing", title: "The Power of Storytelling", excerpt: "Why narratives matter, how to craft compelling stories, and the impact of authentic communication in our digital world.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Writing and storytelling", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "18 Jan 2025"
},
{
id: "4", category: "Personal Growth", title: "Lessons from My Creative Journey", excerpt: "Reflections on growth, creativity, and the lessons I've learned while building projects and pursuing meaningful work.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-walking-rocks_23-2148656136.jpg", imageAlt: "Personal growth and journey", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "15 Jan 2025"},
id: "4", category: "Personal Growth", title: "Lessons from My Creative Journey", excerpt: "Reflections on growth, creativity, and the lessons I've learned while building projects and pursuing meaningful work.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-walking-rocks_23-2148656136.jpg", imageAlt: "Personal growth and journey", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "15 Jan 2025"
},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -96,6 +100,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "interests", placeholder: "What topics interest you? (e.g., Design, Technology, Writing)", rows: 4, required: false }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
mediaPosition="right"