mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
chore: add support email
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function ChoosePlanPage() {
|
||||
)}
|
||||
</CardContent>
|
||||
<div className="text-center text-muted-foreground">
|
||||
<Link href="mailto:me@vas3k.com" className="hover:text-primary transition-colors">
|
||||
<Link href={`mailto:${config.app.supportEmail}`} className="hover:text-primary transition-colors">
|
||||
Contact us for custom plans
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import config from "@/lib/config"
|
||||
|
||||
export default async function AI() {
|
||||
return (
|
||||
<div className="prose prose-slate max-w-none">
|
||||
@@ -7,8 +9,8 @@ export default async function AI() {
|
||||
<strong className="text-slate-700">Effective Date</strong>: April 22, 2025
|
||||
<br />
|
||||
<strong className="text-slate-700">Contact Email</strong>:{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
<br />
|
||||
<strong className="text-slate-700">Domain</strong>:{" "}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import config from "@/lib/config"
|
||||
|
||||
export default async function Cookie() {
|
||||
return (
|
||||
<div className="prose prose-slate max-w-none">
|
||||
@@ -11,8 +13,8 @@ export default async function Cookie() {
|
||||
</a>
|
||||
<br />
|
||||
<strong className="text-slate-700">Contact:</strong>{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -132,8 +134,8 @@ export default async function Cookie() {
|
||||
<h2 className="text-2xl font-semibold text-slate-800 mb-4">6. Contact</h2>
|
||||
<p className="text-slate-700 mb-6 leading-relaxed">
|
||||
For questions about our cookie usage, please contact us at{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import config from "@/lib/config"
|
||||
|
||||
export default async function PrivacyPolicy() {
|
||||
return (
|
||||
<div className="prose prose-slate max-w-none">
|
||||
@@ -14,8 +16,8 @@ export default async function PrivacyPolicy() {
|
||||
<strong className="text-slate-700">Effective Date</strong>: April 22, 2025
|
||||
<br />
|
||||
<strong className="text-slate-700">Contact Email</strong>:{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
<br />
|
||||
<strong className="text-slate-700">Domain</strong>:{" "}
|
||||
@@ -179,8 +181,8 @@ export default async function PrivacyPolicy() {
|
||||
|
||||
<p className="text-slate-700 mb-6 leading-relaxed">
|
||||
To exercise your rights, contact us at{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import config from "@/lib/config"
|
||||
|
||||
export default async function Terms() {
|
||||
return (
|
||||
<div className="prose prose-slate max-w-none">
|
||||
@@ -11,8 +13,8 @@ export default async function Terms() {
|
||||
</a>
|
||||
<br />
|
||||
<strong className="text-slate-700">Contact:</strong>{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { NewsletterForm } from "@/app/landing/newsletter"
|
||||
import { ColoredText } from "@/components/ui/colored-text"
|
||||
import config from "@/lib/config"
|
||||
import Image from "next/image"
|
||||
import Link from "next/link"
|
||||
|
||||
@@ -437,6 +438,9 @@ export default function LandingPage() {
|
||||
<section className="py-12 px-8">
|
||||
<div className="max-w-7xl mx-auto">
|
||||
<div className="flex flex-wrap gap-4 justify-center">
|
||||
<Link href={`mailto:${config.app.supportEmail}`} className="text-sm text-gray-600 hover:text-gray-900">
|
||||
Contact Us
|
||||
</Link>
|
||||
<Link href="/docs/terms" className="text-sm text-gray-600 hover:text-gray-900">
|
||||
Terms of Service
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user