diff --git a/src/config/config.json b/src/config/config.json index 794b4ef..94adc0f 100755 --- a/src/config/config.json +++ b/src/config/config.json @@ -30,7 +30,7 @@ "navigation_button": { "enable": true, "label": "Get Started", - "link": "#" + "link": "https://github.com/zeon-studio/astroplate" }, "disqus": { diff --git a/src/content/homepage/index.md b/src/content/homepage/index.md index 29fbecd..cff72ed 100755 --- a/src/content/homepage/index.md +++ b/src/content/homepage/index.md @@ -7,7 +7,7 @@ banner: button: enable: true label: "Get Started For Free" - link: "#" + link: "https://github.com/zeon-studio/astroplate" # Features features: @@ -36,7 +36,7 @@ features: button: enable: true label: "Get Started Now" - link: "#" + link: "https://github.com/zeon-studio/astroplate" - title: "The Top Reasons to Choose Astro for Your Next Project" image: "/images/service-3.png" diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 5d86a1e..293a3be 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -2,7 +2,7 @@ title: "Hey, I am John Doe!" meta_title: "About" description: "this is meta description" -image: "images/avatar.png" +image: "/images/avatar.png" draft: false --- diff --git a/src/content/sections/call-to-action.md b/src/content/sections/call-to-action.md index b31523c..fe1a661 100644 --- a/src/content/sections/call-to-action.md +++ b/src/content/sections/call-to-action.md @@ -6,5 +6,5 @@ description: "Experience the future of web development with Astroplate and Astro button: enable: true label: "Get Started Now" - link: "#" + link: "https://github.com/zeon-studio/astroplate" --- \ No newline at end of file diff --git a/src/layouts/Search.tsx b/src/layouts/Search.tsx index 6c55d17..7ee259c 100755 --- a/src/layouts/Search.tsx +++ b/src/layouts/Search.tsx @@ -105,7 +105,7 @@ const Search = ({ searchList }: Props) => {