ongoing improvements

This commit is contained in:
zramsay 2023-12-11 12:24:54 -05:00
parent a95d5e8505
commit 6b6d7aa4c9
3 changed files with 11 additions and 11 deletions

View File

@ -2,8 +2,8 @@
"data": {
"homePage": {
"heroHeading": "<span class=\"highlight\">Serve resilient web3 applications</span>",
"heroButton01": "JOIN US",
"heroB01Link": "https://discord.com/invite/ukhbBemyxY",
"heroButton01": "GET STARTED",
"heroB01Link": "https://github.com/cerc-io/stack-orchestrator",
"heroButton02": "LEARN MORE",
"heroB02Link": "https://laconic.com/blog",
"heroSlogan": "<p>Turnkey offshore hosting.<br />Laconic provides technical solutions to facilitate the<br />jurisdictional diversity of your application and organization.</p>",

View File

@ -20,13 +20,13 @@
"heroItem01": "Offshore Hosting",
"heroItem02": "RPC Acceleration",
"heroItem03": "Subgraph support",
"heroItem04": "Indexing L1, L2",
"heroItem04": "Indexing L1, L2, and NFTs",
"heroItem05": "Payment rails",
"heroS01Desc": "Jurisdictionally diverse (offshore) hosting solutions to provide resilience for your applications",
"heroS01Heading": "Devs",
"heroS02Desc": "Improved service and reliability of you favorite applications. No more geo-blocking.",
"heroS02Heading": "Users",
"networkDesc": "Laconic Network is an open, interoperable, verifiable data marketplace and ecosystem of service providers, DApp operators, and data consumers providing low-cost, jurisdictionally diverse, and disintermediated horizontal scaling solutions for projects leveraging Laconic Stack.",
"networkDesc": "The Laconic Network contains a registry of applications and their deployments... TODO",
"networkHeading": "Laconic Network",
"networkImg": {
"url": "/images/site_content/productsPage/networkImg.jpg"
@ -34,9 +34,9 @@
"networkImgLight": {
"url": "/images/site_content/productsPage/networkImgLight.jpg"
},
"networkListItem01": "Seamlessly connects DApps and bridges with data service providers",
"networkListItem02": "Leverages state-channel-based payment infrastructure",
"networkListItem03": "Provides highest quality services at the lowest prices via marketplace model",
"networkListItem01": "Register your applications on-chain for others to find and use",
"networkListItem02": "Provide jurisdictional diversity for offshore hosting your apps",
"networkListItem03": "Facilitate availability to the broadest possible user base",
"networkMobileImg": {
"url": "/images/site_content/productsPage/networkMobileImg.jpg"
},

View File

@ -117,9 +117,9 @@ const HeaderMobile = React.forwardRef<
</NavigationMenu.Root>
<ButtonLink
className={s['button']}
href="https://discord.com/invite/ukhbBemyxY"
href="https://github.com/cerc-io/stack-orchestrator"
>
Join Us
Get Started
</ButtonLink>
<div className={s.themer}>
<span>{themeLabel}</span> <Switch theme={theme} setTheme={setTheme} />
@ -267,11 +267,11 @@ export const Header = ({ data }: Props) => {
</NavigationMenu.List>
<ButtonLink
className="hide-on-mobile"
href="https://discord.com/invite/ukhbBemyxY"
href="https://github.com/cerc-io/stack-orchestrator"
size="small"
variant="default"
>
Join Us
Get Started
</ButtonLink>
<NavigationMenu.Viewport asChild className={s.viewport} />
</NavigationMenu.Root>