We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d92b15 commit 119cc4dCopy full SHA for 119cc4d
components/pages/home/index.js
@@ -10,7 +10,7 @@ import FeaturesSection from './sections/FeaturesSection';
10
import CtaSection from './sections/CtaSection';
11
12
import SampleStorySection from './sections/SampleStorySection';
13
-import { links } from '@/data/links';
+import links from '@/data/links';
14
15
export default function HomePage() {
16
return (
data/navigation.js
@@ -1,4 +1,4 @@
1
2
3
const navigation = [
4
{
0 commit comments