Skip to content

Commit

Permalink
chore: update project data
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Apr 2, 2024
1 parent 15b302c commit 3cf98d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/en/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Project } from '~/types/data'
export let projectsData: Project[] = [
{
type: 'work',
title: 'Weaverse - Universal website builder',
title: 'Weaverse - Shopify Hydrogen Theme Customizer & Headless CMS',
description: `The first Hydrogen-driven website builder powered by AI. Weaverse is a Shopify sales channel that allows you to create a website in minutes with no coding required.`,
imgSrc: '/static/images/weaverse-hydrogen.jpg',
url: 'https://www.weaverse.io?ref=leohuynh.dev',
Expand All @@ -14,7 +14,7 @@ export let projectsData: Project[] = [
title: 'Weaverse SDKs',
description:
'Open-source toolkits for seamless integration and development of Shopify Hydrogen themes and headless commerce solutions.',
imgSrc: '/static/images/weaverse_x_h2_x_shopify.png',
imgSrc: '/static/images/weaverse_x_h2_x_shopify.jpg',
repo: 'weaverse/weaverse',
builtWith: ['Turborepo', 'Hydrogen', 'React', 'Typescript'],
},
Expand Down
4 changes: 2 additions & 2 deletions data/es/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Project } from '~/types/data'
export let projectsData: Project[] = [
{
type: 'work',
title: 'Weaverse - Constructor de sitios web universal',
title: 'Weaverse - Personalizador de Tema Shopify Hydrogen & CMS sin cabeza',
description: `El primer constructor de sitios web promovido por Hydrogen y potenciado por IA. Weaverse es un canal de ventas de Shopify que te permite crear un sitio web en minutos sin necesidad de programación.`,
imgSrc: '/static/images/weaverse-hydrogen.jpg',
url: 'https://www.weaverse.io?ref=leohuynh.dev',
Expand All @@ -14,7 +14,7 @@ export let projectsData: Project[] = [
title: 'Weaverse SDKs',
description:
'Kits de herramientas de código abierto para la integración sin problemas y el desarrollo de temas de Shopify Hydrogen y soluciones de comercio sin cabeza.',
imgSrc: '/static/images/weaverse_x_h2_x_shopify.png',
imgSrc: '/static/images/weaverse_x_h2_x_shopify.jpg',
repo: 'weaverse/weaverse',
builtWith: ['Turborepo', 'Hydrogen', 'React', 'Typescript'],
},
Expand Down

0 comments on commit 3cf98d1

Please sign in to comment.