diff --git a/public/images/avatar-sm.png b/public/images/avatar-sm.png old mode 100755 new mode 100644 index 98483e3..e1699dc Binary files a/public/images/avatar-sm.png and b/public/images/avatar-sm.png differ diff --git a/src/config/social.json b/src/config/social.json index a42c360..b9804e2 100644 --- a/src/config/social.json +++ b/src/config/social.json @@ -1,9 +1,9 @@ { - "facebook": "https://facebook.com/", + "facebook": "", "twitter": "https://twitter.com/", "instagram": "https://instagram.com/", "youtube": "https://youtube.com/", - "linkedin": "", + "linkedin": "https://linkedin.com/", "github": "", "gitlab": "", "medium": "", diff --git a/src/content/homepage/index.md b/src/content/homepage/index.md index cff72ed..6296fd8 100755 --- a/src/content/homepage/index.md +++ b/src/content/homepage/index.md @@ -20,7 +20,7 @@ features: - "Build with Astro and TailwindCSS for easy and customizable styling" - "Fully responsive on all devices" - "SEO-optimized for better search engine rankings" - - "Open-source and free for personal and commercial use" + - "**Open-source and free** for personal and commercial use" button: enable: false label: "Get Started Now" diff --git a/src/layouts/Search.tsx b/src/layouts/Search.tsx index 7ee259c..4ba5915 100755 --- a/src/layouts/Search.tsx +++ b/src/layouts/Search.tsx @@ -102,7 +102,7 @@ const Search = ({ searchList }: Props) => { )} */}
{searchResults?.length < 1 ? ( -
+
diff --git a/src/layouts/partials/Testimonial.astro b/src/layouts/partials/Testimonial.astro index 2d92ba5..62a1e5c 100644 --- a/src/layouts/partials/Testimonial.astro +++ b/src/layouts/partials/Testimonial.astro @@ -47,7 +47,7 @@ const { testimonial } = Astro.props; {item.name} diff --git a/src/pages/404.astro b/src/pages/404.astro index 13d8e47..79a9f68 100755 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -11,7 +11,7 @@ const { Content } = await entry.render();
- page not found + page not found

Back To Home diff --git a/src/pages/index.astro b/src/pages/index.astro index 4732d9c..02f34e1 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -88,7 +88,7 @@ const { banner, features } = homepage.data; {feature.bulletpoints.map((bullet: string) => (
  • - {markdownify(bullet)} +
  • ))}