diff --git a/src/components/sections/BlogPreview.astro b/src/components/sections/BlogPreview.astro index 11434d5..56ad339 100644 --- a/src/components/sections/BlogPreview.astro +++ b/src/components/sections/BlogPreview.astro @@ -39,6 +39,7 @@ const blogPosts = [

Thoughts, insights, and tutorials on software development and tech. +<<<<<<< HEAD Coming Soon

@@ -75,6 +76,18 @@ const blogPosts = [ {blogPosts.map((post) => (
+
+ + + +
+ {blogPosts.map((post) => ( + >>>>>> 69efdf7 (feat: add portfolio, blog, and contact features) >
@@ -84,16 +97,26 @@ const blogPosts = [ {tag} ))}
+<<<<<<< HEAD

{post.title}

+======= +

{post.title}

+>>>>>>> 69efdf7 (feat: add portfolio, blog, and contact features)

{post.excerpt}

{post.date} +<<<<<<< HEAD
+ >>>>>> 69efdf7 (feat: add portfolio, blog, and contact features) viewBox="0 0 24 24" fill="none" stroke="currentColor" @@ -104,6 +127,7 @@ const blogPosts = [
+<<<<<<< HEAD ))} @@ -127,6 +151,11 @@ const blogPosts = [ +======= +
+ ))} + +>>>>>>> 69efdf7 (feat: add portfolio, blog, and contact features) \ No newline at end of file