Skip to content

Commit 5fe4c9c

Browse files
committed
Update site contents
1 parent 523a027 commit 5fe4c9c

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pnpm-debug.log*
1616
# environment variables
1717
.env
1818
.env.production
19+
.idea/
1920

2021
# macOS-specific files
2122
.DS_Store

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Team from '@/views/team.astro';
88

99
<Layout
1010
title="Open Source | Craftgate"
11-
description="Craftgate is a 'One-Stop Shop' payment orchestration platform where you can easily integrate and manage Virtual POS of all banks of your business as well as many other payment and e-money institutions, alternative and international payment methods from a single center."
11+
description="Craftgate is a modern payment orchestration platform that brings together all the payment methods a business needs under a single roof. Instead of integrating each bank Virtual POS, e-money institution, or alternative payment provider one by one, Craftgate offers a central integration point."
1212
>
1313
<Hero />
1414
<OpenSourceProjects />

src/views/community-projects.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ const PROJECTS = [
2121
username: 'ygunayer',
2222
repo: 'craftgate-java2elixir',
2323
},
24-
// INACTIVE
25-
// {
26-
// username: 'dvtkrlbs',
27-
// repo: 'craftgate-rs',
28-
// },
2924
{
3025
username: 'Memo-Lee',
3126
repo: 'Subscription-payment',

src/views/hero.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import { Image } from 'astro:assets';
88
<div class="flex flex-col gap-8">
99
<h1 class="text-5xl sm:whitespace-nowrap">Open Source | Craftgate</h1>
1010
<p class="text-2xl font-light">
11-
Craftgate is a 'One-Stop Shop' payment orchestration platform where you
12-
can easily integrate and manage Virtual POS of all banks of your business
13-
as well as many other payment and e-money institutions, alternative and
14-
international payment methods from a single center. With Craftgate, you
15-
can quickly benefit from many value-added services. Thus, you can focus on
16-
growing your core business while reducing costs with Craftgate.
11+
Craftgate is a modern payment orchestration platform that brings together all the payment
12+
methods a business needs under a single roof. Instead of integrating each bank
13+
Virtual POS, e-money institution, or alternative payment provider one by one,
14+
Craftgate offers a central integration point. In addition to this unified structure,
15+
Craftgate provides 20+ modular products that help businesses enhance their payment operations,
16+
optimize conversion rates, and streamline financial workflows end-to-end.
1717
</p>
1818
</div>
1919
<Image

src/views/open-source-projects.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ const data = await githubClient
1616
<section class="container mb-24 flex flex-col gap-6">
1717
<h2 class="text-center text-4xl">Open Source Projects</h2>
1818
<p class="mb-8 text-center text-2xl font-light">
19-
Our software crafters designed and implemented so many libraries that our
20-
merchants can easily integrate Craftgate API into their platforms. Please
21-
checkout our public repositories hosted in our Github organization.
19+
Our software crafters have developed a wide range of libraries and tools
20+
that make it easy for merchants to integrate the Craftgate API into their platforms.
21+
You can explore all of our open-source work in our GitHub organization,
22+
where we regularly publish and maintain our public repositories.
2223
</p>
2324
<div class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-3">
2425
{data.map((repo) => <RepoCard {...repo} />)}

src/views/team.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const data = await githubClient
2323
<section class="container mb-24 flex flex-col gap-6">
2424
<h2 class="text-center text-4xl">Our Engineering Team</h2>
2525
<p class="mb-8 text-center text-2xl font-light">
26-
Craftgate is a tech company that focuses on the fintech industry. We are
27-
working with high-qualified software engineers who have deep knowledge.
26+
Craftgate is a technology company operating in the fintech industry, built by highly skilled
27+
software engineers with strong expertise and deep technical knowledge.
2828
</p>
2929
<div class="grid grid-cols-1 gap-6 md:grid-cols-2">
3030
{data.map((user) => <TeamMemberCard {...user} />)}

0 commit comments

Comments
 (0)