Skip to content

Commit

Permalink
scrub branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 8, 2023
1 parent 7c602a4 commit 7b5f2bf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "astroplate",
"name": "pages",
"version": "1.4.1",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"description": "Template.",
"author": "reednel",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
Expand Down
19 changes: 8 additions & 11 deletions src/content/homepage/-index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
---
# Banner
banner:
title: "The Ultimate Starter Template You Need To Start Your Astro Project"
content: "Astroplate is a free starter template built with Astro and TailwindCSS, providing everything you need to jumpstart your Astro project and save valuable time."
title: "Pages"
content: "A starter template for a blog and things."
image: "/images/banner.png"
button:
enable: true
label: "Get Started For Free"
link: "https://github.com/zeon-studio/astroplate"
link: "https://github.com/reednel/pages"

# Features
features:
- title: "What's Included in Astroplate"
- title: "What's Included"
image: "/images/service-1.png"
content: "Astroplate is a comprehensive starter template that includes everything you need to get started with your Astro project. What's Included in Astroplate"
content: "This template is"
bulletpoints:
- "10+ Pre-build pages"
- "95+ Google Pagespeed Score"
- "Build with Astro and TailwindCSS for easy and customizable styling"
- "Built with Astro and TailwindCSS"
- "Fully responsive on all devices"
- "SEO-optimized for better search engine rankings"
- "**Open-source and free** for personal and commercial use"
- "SEO-optimized"
button:
enable: false
label: "Get Started Now"
Expand All @@ -36,7 +33,7 @@ features:
button:
enable: true
label: "Get Started Now"
link: "https://github.com/zeon-studio/astroplate"
link: "https://github.com/reednel/pages"

- title: "The Top Reasons to Choose Astro for Your Next Project"
image: "/images/service-3.png"
Expand Down
4 changes: 2 additions & 2 deletions src/content/sections/call-to-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
enable: true
title: "Ready to build your next project with Astro?"
image: "/images/call-to-action.png"
description: "Experience the future of web development with Astroplate and Astro. Build lightning-fast static sites with ease and flexibility."
description: "Experience the future of web development with Astro. Build lightning-fast static sites with ease and flexibility."
button:
enable: true
label: "Get Started Now"
link: "https://github.com/zeon-studio/astroplate"
link: "https://github.com/reednel/pages"
---
4 changes: 2 additions & 2 deletions src/content/sections/testimonial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
enable: true
title: "What Users Are Saying About Astroplate"
description: "Don't just take our word for it - hear from some of our satisfied users! Check out some of our testimonials below to see what others are saying about Astroplate."
title: "What Users Are Saying About Pages"
description: "Don't just take our word for it - hear from some of our satisfied users!"

# Testimonials
testimonials:
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { title, meta_title, description, image, noindex, canonical } =
<!-- favicon -->
<link rel="shortcut icon" href={config.site.favicon} />
<!-- theme meta -->
<meta name="theme-name" content="astroplate" />
<meta name="theme-name" content="pages" />
<meta name="msapplication-TileColor" content="#000000" />
<meta
name="theme-color"
Expand Down

0 comments on commit 7b5f2bf

Please sign in to comment.