Skip to content

Commit

Permalink
chore: update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Aug 9, 2024
1 parent b4f9c14 commit c507d3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import Layout from '~/layouts/PageLayout.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
const metadata = {
title: 'Free Shipping Banner - Shopify',
title: 'Save For Later - Shopify',
};
---

<Layout metadata={metadata}>
<CallToAction
title="Coming Soon"
subtitle="Our Free Shipping Banner app is currently in development. Stay tuned for updates!"
subtitle="Our Save For Later app is currently in development. Stay tuned for updates!"
/>
</Layout>

0 comments on commit c507d3f

Please sign in to comment.