diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d01c68..1181684 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,7 +32,7 @@ export default function ContactPage() { { name: "Community", id: "/contact" }, ]} button={{ text: "Sign Up Now", href: "/contact" }} - brandName="TrendPin" + brandName="Trendpin " /> @@ -42,8 +42,8 @@ export default function ContactPage() { tag="Contact Us" tagIcon={Mail} tagAnimation="slide-up" - title="Get in Touch with TrendPin" - description="Have questions about TrendPin? Want to partner with us? We'd love to hear from you. Sign up to get started or reach out to our support team." + title="Get in Touch with Trendpin " + description="Have questions about Trendpin ? Want to partner with us? We'd love to hear from you. Sign up to get started or reach out to our support team." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="your@email.com" @@ -56,7 +56,7 @@ export default function ContactPage() {