diff --git a/themes/starter/components/Blog.js b/themes/starter/components/Blog.js index 7b65e9d6..1a21f28d 100644 --- a/themes/starter/components/Blog.js +++ b/themes/starter/components/Blog.js @@ -1,3 +1,6 @@ +import { siteConfig } from '@/lib/config' +import CONFIG from '../config' + export const Blog = () => { return <> {/* */} @@ -7,16 +10,17 @@ export const Blog = () => {
- There are many variations of passages of Lorem Ipsum available - but the majority have suffered alteration in some form. +
+
Designed and Developed by - TailGrids and UIdeck + NotionNext
diff --git a/themes/starter/components/Team.js b/themes/starter/components/Team.js index 68a01167..d605a545 100644 --- a/themes/starter/components/Team.js +++ b/themes/starter/components/Team.js @@ -1,3 +1,11 @@ +/* eslint-disable @next/next/no-img-element */ +import { siteConfig } from '@/lib/config' +import CONFIG from '../config' +import { SVGAvatarBG } from './svg/SVGAvatarBG' +import { SVGFacebook } from './svg/SVGFacebook' +import { SVGTwitter } from './svg/SVGTwitter' +import { SVGInstagram } from './svg/SVGInstagram' + export const Team = () => { return <> {/* */} @@ -10,945 +18,75 @@ export const Team = () => {- There are many variations of passages of Lorem Ipsum available - but the majority have suffered alteration in some form. +
-
- {
+ return - Marketing Expert -
-+ {item.STARTER_TEAM_ITEM_DESCRIPTION} +
+ + {/* 社交链接 */} + +