Rename data.js to navigation.js

This commit is contained in:
prototypa
2023-07-27 14:05:07 -04:00
parent 8b940e55be
commit 30d2c24f99
5 changed files with 11 additions and 8 deletions

View File

@ -7,7 +7,7 @@ import Steps2 from '~/components/widgets/Steps2.astro';
import Content from '~/components/widgets/Content.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
import { headerData } from '~/data';
import { headerData } from '~/navigation';
const meta = {
title: 'Saas Landing Page',

View File

@ -5,7 +5,7 @@ import Header from '~/components/widgets/Header.astro';
import Hero from '~/components/widgets/Hero.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
import { headerData } from '~/data';
import { headerData } from '~/navigation';
const meta = {
title: "Startup Landing Page",