mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update content
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"navigation_button": {
|
||||
"enable": true,
|
||||
"label": "Get Started",
|
||||
"link": "#"
|
||||
"link": "https://github.com/zeon-studio/astroplate"
|
||||
},
|
||||
|
||||
"disqus": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
|
||||
@@ -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"
|
||||
---
|
||||
@@ -105,7 +105,7 @@ const Search = ({ searchList }: Props) => {
|
||||
<div className="mx-auto text-center">
|
||||
<img
|
||||
className="mx-auto mb-6"
|
||||
src="images/no-search-found.png"
|
||||
src="/images/no-search-found.png"
|
||||
alt="no-search-found"
|
||||
/>
|
||||
<h1 className="h2 mb-4">
|
||||
|
||||
Reference in New Issue
Block a user