upstream #1
@ -1,5 +1,5 @@
|
|||||||
import Image from 'next/image'
|
import Image from './Image'
|
||||||
import Link from '@/components/Link'
|
import Link from './Link'
|
||||||
|
|
||||||
const Card = ({ title, description, imgSrc, href }) => (
|
const Card = ({ title, description, imgSrc, href }) => (
|
||||||
<div className="p-4 md:w-1/2 md" style={{ maxWidth: '544px' }}>
|
<div className="p-4 md:w-1/2 md" style={{ maxWidth: '544px' }}>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Image from 'next/image'
|
|
||||||
import siteMetadata from '@/data/siteMetadata'
|
import siteMetadata from '@/data/siteMetadata'
|
||||||
import projectsData from '@/data/projectsData'
|
import projectsData from '@/data/projectsData'
|
||||||
|
import Image from '@/components/Image'
|
||||||
import Link from '@/components/Link'
|
import Link from '@/components/Link'
|
||||||
import Card from '@/components/Card'
|
import Card from '@/components/Card'
|
||||||
import { PageSeo } from '@/components/SEO'
|
import { PageSeo } from '@/components/SEO'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user