diff --git a/src/components/CapDrawer.tsx b/src/components/CapDrawer.tsx index c4d64d4..801a0cd 100644 --- a/src/components/CapDrawer.tsx +++ b/src/components/CapDrawer.tsx @@ -15,7 +15,6 @@ import Image from 'next/image' import FeedIcon from '@mui/icons-material/Feed' import PhotoLibraryIcon from '@mui/icons-material/PhotoLibrary' -import InfoIcon from '@mui/icons-material/Info' import PolicyIcon from '@mui/icons-material/Policy' import Link from 'next/link' @@ -40,11 +39,6 @@ export function CapDrawer({ width, open, onClose }: { width: number; open: boole ] const additionalLinks: NavLink[] = [ - { - title: 'About', - icon: , - href: '/about', - }, { title: 'Terms & Conditions', icon: , diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 7c0dc61..28fceef 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -33,11 +33,7 @@ export default function App({ Component, pageProps }: AppProps) { userStore.fetchUser() }, []) - const title = pageProps.title - ? pageProps.title.endsWith('Solar Network') - ? pageProps.title - : `${pageProps.title} | Solsynth LLC` - : 'Solsynth LLC' + const title = pageProps.title ? `${pageProps.title} | Solsynth LLC` : 'Solsynth LLC' return ( <> diff --git a/src/pages/products/solar-network.tsx b/src/pages/products/solar-network.tsx index 92c997f..c24853c 100644 --- a/src/pages/products/solar-network.tsx +++ b/src/pages/products/solar-network.tsx @@ -14,6 +14,7 @@ import { AccordionSummary, } from '@mui/material' import { JSX } from 'react' +import { Roboto_Serif } from 'next/font/google' import Image from 'next/image' import NextLink from 'next/link' @@ -43,6 +44,21 @@ interface AskableQuestion { answer: string } +const fontSerif = Roboto_Serif({ + subsets: ['latin'], + weight: ['300'], + display: 'swap', + style: 'italic', +}) + +export async function getStaticProps() { + return { + props: { + title: 'Solar Network', + }, + } +} + export default function ProductSolarNetwork() { const downloadableAssets: DownloadableAsset[] = [ { @@ -133,6 +149,16 @@ export default function ProductSolarNetwork() { The next generation Social Network platform. + + Social Network, Redefined. + + Download