diff --git a/src/lib/components/billing/creditsApplied.svelte b/src/lib/components/billing/creditsApplied.svelte
index 6cf231e57..1010f0f5e 100644
--- a/src/lib/components/billing/creditsApplied.svelte
+++ b/src/lib/components/billing/creditsApplied.svelte
@@ -42,9 +42,7 @@
{/if}
{#if couponData.credits >= 100}
-
- Credits applied
-
+ Credits applied
{:else}
-{formatCurrency(couponData.credits)}
{/if}
diff --git a/src/lib/components/billing/estimatedTotalBox.svelte b/src/lib/components/billing/estimatedTotalBox.svelte
index c600dadad..3ff31041c 100644
--- a/src/lib/components/billing/estimatedTotalBox.svelte
+++ b/src/lib/components/billing/estimatedTotalBox.svelte
@@ -32,7 +32,7 @@
diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte
index 4a323cbd4..0c9b38d52 100644
--- a/src/lib/layout/unauthenticated.svelte
+++ b/src/lib/layout/unauthenticated.svelte
@@ -112,7 +112,7 @@
{:else if variation === 'review'}
+ class="u-flex u-flex-vertical u-main-center u-cross-center u-height-100-percent u-width-full-line review-container">
{generateDesc()}
-
+
{currentReview.review}
@@ -357,6 +357,9 @@
.auth-container {
max-inline-size: 27.5rem;
}
+ .review-container {
+ max-inline-size: 30rem;
+ }
.logo-variation {
padding-block-start: 2rem;
diff --git a/src/lib/layout/wizardSecondaryContent.svelte b/src/lib/layout/wizardSecondaryContent.svelte
index 6b69d488a..908995692 100644
--- a/src/lib/layout/wizardSecondaryContent.svelte
+++ b/src/lib/layout/wizardSecondaryContent.svelte
@@ -4,8 +4,6 @@
diff --git a/src/lib/stores/campaigns.ts b/src/lib/stores/campaigns.ts
index aa1b74e36..322e7cbfd 100644
--- a/src/lib/stores/campaigns.ts
+++ b/src/lib/stores/campaigns.ts
@@ -49,7 +49,7 @@ campaigns
})
.set('StartupsProgram', {
template: 'review',
- title: 'Welcome to the Appwrite Startups program.',
+ title: 'Welcome to the Startups program',
description:
"We're excited to have you on board. Add your credit code to your Appwrite Pro account to join.",
onlyNewOrgs: true,
@@ -60,6 +60,7 @@ campaigns
reviews: [
{
name: 'David Foster',
+ img: '1.jpeg',
desc: 'Managing director',
review: 'We really loved working with Appwrite for launching our bootstrapped "Open Mind" App. It was saving us a lot of money in comparison to Firebase since the amount of users grew quite fast and we needed a quick switch.'
}
diff --git a/src/routes/console/apply-credit/+page.svelte b/src/routes/console/apply-credit/+page.svelte
index e5cec5f21..d1dd1ce47 100644
--- a/src/routes/console/apply-credit/+page.svelte
+++ b/src/routes/console/apply-credit/+page.svelte
@@ -290,25 +290,27 @@
{/if}
{:else if selectedOrgId}
-
- {#if campaign?.template === 'review' && (campaign?.data?.cta || campaign?.data?.claimed || campaign?.data?.unclaimed)}
-
-
{campaign?.data?.cta}
-
- {#if couponData?.code && couponData?.status === 'active' && campaign?.data?.claimed}
- {campaign?.data?.claimed}
- {:else if campaign?.data?.unclaimed}
- {campaign?.data?.unclaimed}
- {/if}
-
-
- {/if}
-
+
+
+ {#if campaign?.template === 'review' && (campaign?.data?.cta || campaign?.data?.claimed || campaign?.data?.unclaimed)}
+
+
{campaign?.data?.cta}
+
+ {#if couponData?.code && couponData?.status === 'active' && campaign?.data?.claimed}
+ {campaign?.data?.claimed}
+ {:else if campaign?.data?.unclaimed}
+ {campaign?.data?.unclaimed}
+ {/if}
+
+
+ {/if}
+
+
{/if}
diff --git a/static/images/campaigns/StartupsProgram/reviewers/1.jpeg b/static/images/campaigns/StartupsProgram/reviewers/1.jpeg
new file mode 100644
index 000000000..db56c928c
Binary files /dev/null and b/static/images/campaigns/StartupsProgram/reviewers/1.jpeg differ