diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml
index e2ea6f0..55003a1 100644
--- a/public/sitemap-0.xml
+++ b/public/sitemap-0.xml
@@ -1,17 +1,28 @@
-https://laconic.comdaily0.72022-07-14T18:37:48.828Z
-https://laconic.com/aboutdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/blogdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/careersdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/communitydaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/contactdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/partnersdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/pressdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/privacy-policydaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/productsdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/terms-of-usedaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/blog/introducing-laconic-networkdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/blog/how-laconic-differentdaily0.72022-07-14T18:37:48.829Z
-https://laconic.com/blog/how-laconic-network-uses-iplddaily0.72022-07-14T18:37:48.829Z
+https://laconic.comdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blogdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/careersdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/communitydaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/contactdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/partnersdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/privacy-policydaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/productsdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/terms-of-usedaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/99-problems-but-nfts-aint-onedaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/how-laconic-differentdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/how-laconic-improves-the-nft-experiencedaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/how-laconic-network-uses-iplddaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/intro-to-the-laconic-stackdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/introducing-laconic-networkdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/laconic-and-consensys-metamask-launch-mobymask-light-clientdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/laconic-devcon-vi-recapdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/laconic-governance-modeldaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/laconic-watchersdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/monthly-update-dec-2022daily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/rick-dudley-on-interchain-fmdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/rick-dudley-on-the-interopdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/trendsdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/what-is-a-proofdaily0.72023-12-25T09:22:53.074Z
+https://laconic.com/blog/why-decentralization-mattersdaily0.72023-12-25T09:22:53.074Z
\ No newline at end of file
diff --git a/src/pages/about.tsx b/src/pages/_about.tsx
similarity index 77%
rename from src/pages/about.tsx
rename to src/pages/_about.tsx
index 7b5df3e..bea9398 100644
--- a/src/pages/about.tsx
+++ b/src/pages/_about.tsx
@@ -20,15 +20,15 @@ import { Meta } from '~/components/common/meta'
import { PageLayout } from '~/components/layout/page'
import Hero from '~/components/sections/about/hero'
import Related from '~/components/sections/about/related'
-import Roadmap from '~/components/sections/about/roadmap'
-import Team from '~/components/sections/about/team'
-import Whitepaper from '~/components/sections/about/whitepaper'
+//import Roadmap from '~/components/sections/about/roadmap'
+//import Team from '~/components/sections/about/team'
+//import Whitepaper from '~/components/sections/about/whitepaper'
import {
AboutHero,
- AboutRoadmap,
- AboutTeam,
- AboutWhitepaper,
- Teams
+ //AboutRoadmap,
+ //AboutTeam,
+ //AboutWhitepaper,
+ //Teams
} from '~/lib/cms/queries/about'
import { FooterQuery } from '~/lib/cms/queries/footer'
import { HeaderQuery } from '~/lib/cms/queries/header'
@@ -56,18 +56,18 @@ export const getStaticProps = async () => {
const [
heroData,
- teamsData,
- teamsPageData,
- whitepaperData,
- roadmapData,
+// teamsData,
+// teamsPageData,
+// whitepaperData,
+// roadmapData,
footerData,
headerData
] = await Promise.all([
request(AboutHero),
- request(Teams),
- request(AboutTeam),
- request(AboutWhitepaper),
- request(AboutRoadmap),
+ // request(Teams),
+ // request(AboutTeam),
+ // request(AboutWhitepaper),
+ // request(AboutRoadmap),
request(FooterQuery),
request(HeaderQuery)
])
@@ -79,10 +79,10 @@ export const getStaticProps = async () => {
data: allBlogPosts.data.slice(0, 3)
},
heroData: heroData?.aboutPage,
- teamsData: teamsData?.allTeams,
- whitepaperData: whitepaperData?.aboutPage,
- roadmapData: roadmapData?.aboutPage,
- teamsPageData: teamsPageData?.aboutPage,
+ // teamsData: teamsData?.allTeams,
+ // whitepaperData: whitepaperData?.aboutPage,
+ // roadmapData: roadmapData?.aboutPage,
+ // teamsPageData: teamsPageData?.aboutPage,
footerData: footerData?.footer,
headerData: headerData?.header,
categories,
@@ -98,10 +98,10 @@ export const getStaticProps = async () => {
const About = ({
initialBlogPosts,
heroData,
- teamsData,
- teamsPageData,
- roadmapData,
- whitepaperData,
+ // teamsData,
+// teamsPageData,
+// roadmapData,
+// whitepaperData,
footerData,
headerData
}: InferGetStaticPropsType) => {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 7c034da..6bbe0da 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -21,7 +21,7 @@ import { PageLayout } from '~/components/layout/page'
import Benefits from '~/components/sections/homepage/benefits'
import Hero from '~/components/sections/homepage/hero'
import LatestNews from '~/components/sections/homepage/latest-news'
-import WhatOthersSay from '~/components/sections/homepage/what-others-say'
+//import WhatOthersSay from '~/components/sections/homepage/what-others-say'
import { FooterQuery } from '~/lib/cms/queries/footer'
import { HeaderQuery } from '~/lib/cms/queries/header'
import {
@@ -99,8 +99,8 @@ const HomePage = ({
heroData,
benefitsData,
latestData,
- othersData,
- testimonialsData,
+ //othersData,
+ //testimonialsData,
footerData,
headerData
}: InferGetStaticPropsType) => {
diff --git a/src/pages/partners.tsx b/src/pages/partners.tsx
index f06d3a6..f48c583 100644
--- a/src/pages/partners.tsx
+++ b/src/pages/partners.tsx
@@ -18,12 +18,12 @@ import { InferGetStaticPropsType } from 'next'
import { Meta } from '~/components/common/meta'
import { PageLayout } from '~/components/layout/page'
-import WhatOthersSay from '~/components/sections/homepage/what-others-say'
+//import WhatOthersSay from '~/components/sections/homepage/what-others-say'
import Hero from '~/components/sections/partners/hero'
import Opportunities from '~/components/sections/partners/opportunities'
import { FooterQuery } from '~/lib/cms/queries/footer'
import { HeaderQuery } from '~/lib/cms/queries/header'
-import { HomeOthers, Testimonials } from '~/lib/cms/queries/home'
+//import { HomeOthers, Testimonials } from '~/lib/cms/queries/home'
import {
PartnersHero,
PartnersOportunities
@@ -51,15 +51,15 @@ export const getStaticProps = async () => {
const heroBlogPost = allBlogPosts.data[0]
const [
- othersData,
- testimonialsData,
+ //othersData,
+ //testimonialsData,
heroData,
optData,
footerData,
headerData
] = await Promise.all([
- request(HomeOthers),
- request(Testimonials),
+ //request(HomeOthers),
+ //request(Testimonials),
request(PartnersHero),
request(PartnersOportunities),
request(FooterQuery),
@@ -68,8 +68,8 @@ export const getStaticProps = async () => {
return {
props: {
- othersData: othersData?.homePage,
- testimonialsData: testimonialsData?.allTestimonials,
+ //othersData: othersData?.homePage,
+ //testimonialsData: testimonialsData?.allTestimonials,
heroData: heroData?.partnersPage,
optData: optData?.partnersPage,
footerData: footerData?.footer,
@@ -89,8 +89,8 @@ export const getStaticProps = async () => {
}
const Careers = ({
- othersData,
- testimonialsData,
+ //othersData,
+ //testimonialsData,
heroData,
optData,
footerData,
diff --git a/src/pages/products.tsx b/src/pages/products.tsx
index fc1ae06..4ad06e6 100644
--- a/src/pages/products.tsx
+++ b/src/pages/products.tsx
@@ -57,7 +57,7 @@ export const getStaticProps = async () => {
const [
heroData,
- watchersData,
+ //watchersData,
stackData,
networkData,
appData,
@@ -65,7 +65,7 @@ export const getStaticProps = async () => {
headerData
] = await Promise.all([
request(ProductsHero),
- request(ProductsWatchers),
+ //request(ProductsWatchers),
request(ProductsStack),
request(ProductsNetwork),
request(ProductsApp),
@@ -80,7 +80,7 @@ export const getStaticProps = async () => {
data: allBlogPosts.data.slice(0, 3)
},
heroData: heroData?.productsPage,
- watchersData: watchersData?.productsPage,
+ //watchersData: watchersData?.productsPage,
stackData: stackData?.productsPage,
networkData: networkData?.productsPage,
appData: appData?.productsPage,
@@ -99,7 +99,7 @@ export const getStaticProps = async () => {
const Products = ({
initialBlogPosts,
heroData,
- watchersData,
+ //watchersData,
stackData,
networkData,
appData,
@@ -110,7 +110,6 @@ const Products = ({
-