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() {
diff --git a/src/app/creator-hub/page.tsx b/src/app/creator-hub/page.tsx index 60c1759..7614215 100644 --- a/src/app/creator-hub/page.tsx +++ b/src/app/creator-hub/page.tsx @@ -34,7 +34,7 @@ export default function CreatorHubPage() { { name: "Community", id: "/contact" }, ]} button={{ text: "Sign Up Now", href: "/contact" }} - brandName="TrendPin" + brandName="Trendpin " />
@@ -81,7 +81,7 @@ export default function CreatorHubPage() {
diff --git a/src/app/explore/page.tsx b/src/app/explore/page.tsx index 5ebf449..77a1325 100644 --- a/src/app/explore/page.tsx +++ b/src/app/explore/page.tsx @@ -33,7 +33,7 @@ export default function ExplorePage() { { name: "Community", id: "/contact" }, ]} button={{ text: "Sign Up Now", href: "/contact" }} - brandName="TrendPin" + brandName="Trendpin " />
@@ -80,7 +80,7 @@ export default function ExplorePage() {