Skip to content

Commit 7ee9093

Browse files
committed
feat: Update platform and validation disclosure pages with revised legal and contact information
- Changed the legal name to "G Productions, LLM" and updated the head of operations' name to "Günther Brunner" for accuracy. - Modified contact information sections to include email and phone disclosure policies. - Added sections for additional fees and sales price, clarifying payment processing details and ensuring transparency for users. These updates aim to provide clearer and more accurate disclosure information for users accessing the platform and validation pages.
1 parent bbb8f13 commit 7ee9093

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

src/pages/platform-disclosure.astro

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,24 @@ import '../styles/global.css';
5454
<div class="space-y-8 text-gray-300">
5555
<section>
5656
<h2 class="text-xl font-bold mb-4 text-white">Legal Name</h2>
57-
<p>Gunther Brunner</p>
57+
<p>G Productions, LLM</p>
5858
</section>
5959

6060
<section>
6161
<h2 class="text-xl font-bold mb-4 text-white">Business Address</h2>
62-
<p>
63-
[Business Address]<br>
64-
[City, State/Province, ZIP/Postal Code]<br>
65-
[Country]
66-
</p>
67-
<p class="text-sm text-gray-400 mt-2">
68-
<em>Note: Please contact us for specific address information if required for legal purposes.</em>
69-
</p>
62+
<p>We will disclose without delay if requested</p>
7063
</section>
7164

7265
<section>
7366
<h2 class="text-xl font-bold mb-4 text-white">Contact Information</h2>
67+
<p><strong>Email:</strong> <a href="mailto:priority@g-productions.studio" class="text-blue-400 hover:underline">priority@g-productions.studio</a></p>
68+
<p><strong>Phone:</strong> We will disclose without delay if requested</p>
7469
<p><strong>Website:</strong> <a href="https://gunta.github.io/PRiority" class="text-blue-400 hover:underline">https://gunta.github.io/PRiority</a></p>
7570
</section>
7671

7772
<section>
7873
<h2 class="text-xl font-bold mb-4 text-white">Head of Operations</h2>
79-
<p>Gunther Brunner</p>
74+
<p>Günther Brunner</p>
8075
</section>
8176

8277
<section>
@@ -160,7 +155,13 @@ import '../styles/global.css';
160155

161156
<section>
162157
<h2 class="text-xl font-bold mb-4 text-white">Additional Fees</h2>
163-
<p>Payment processing fees are handled by Stripe and may apply according to their standard rates. Any additional fees will be clearly disclosed before payment confirmation.</p>
158+
<p><strong>Additional fees:</strong> ¥0</p>
159+
<p class="mt-2">Payment processing fees are handled by Stripe and may apply according to their standard rates. Any additional fees will be clearly disclosed before payment confirmation.</p>
160+
</section>
161+
162+
<section>
163+
<h2 class="text-xl font-bold mb-4 text-white">Sales Price (Including Consumption Tax)</h2>
164+
<p>Amounts listed on each product page</p>
164165
</section>
165166

166167
<section>

src/pages/validation-disclosure.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@ import '../styles/global.css';
5656
<div class="space-y-8 text-gray-300">
5757
<section>
5858
<h2 class="text-xl font-bold mb-4 text-white">Campaign Organizer</h2>
59-
<p><strong>Name:</strong> Gunther Brunner</p>
59+
<p><strong>Legal Name:</strong> G Productions, LLM</p>
60+
<p><strong>Name:</strong> Günther Brunner</p>
6061
<p><strong>Role:</strong> Creator of PRiority Platform</p>
62+
<p><strong>Email:</strong> <a href="mailto:priority@g-productions.studio" class="text-blue-400 hover:underline">priority@g-productions.studio</a></p>
63+
<p><strong>Phone:</strong> We will disclose without delay if requested</p>
64+
<p><strong>Address:</strong> We will disclose without delay if requested</p>
6165
<p><strong>Website:</strong> <a href="https://gunta.github.io/PRiority" class="text-blue-400 hover:underline">https://gunta.github.io/PRiority</a></p>
6266
</section>
6367

@@ -160,6 +164,8 @@ import '../styles/global.css';
160164
<section>
161165
<h2 class="text-xl font-bold mb-4 text-white">Payment Processing</h2>
162166
<p><strong>Payment Processor:</strong> Stripe, Inc.</p>
167+
<p><strong>Additional fees:</strong> ¥0</p>
168+
<p><strong>Sales Price (Including Consumption Tax):</strong> Amounts listed on each product page</p>
163169
<p><strong>Accepted Payment Methods:</strong></p>
164170
<ul class="list-disc list-inside mt-2 space-y-1">
165171
<li>Credit Cards (Visa, MasterCard, American Express, Discover)</li>

0 commit comments

Comments
 (0)