Update src/app/contact/page.tsx
This commit is contained in:
@@ -45,14 +45,14 @@ export default function ContactPage() {
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Create Something Amazing Together"
|
||||
description="Ready to transform your brand's social media presence? Our team is excited to hear about your vision and discuss how we can help you achieve your goals. Reach out to us today—we typically respond within 24 hours."
|
||||
buttons={[
|
||||
{ text: "Send us an Email", href: "mailto:hello@prismasocial.com" },
|
||||
{ text: "Schedule a Call", href: "#" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -64,18 +64,11 @@ export default function ContactPage() {
|
||||
description="Join hundreds of successful companies working with Prisma Social"
|
||||
tag="Our Partners"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/technology-logo-collection_23-2148151111.jpg",
|
||||
"http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg",
|
||||
"http://img.b2bpic.net/free-vector/restaurant-retro-logo-set_23-2148378235.jpg",
|
||||
"http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg",
|
||||
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/technology-logo-collection_23-2148151111.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/restaurant-retro-logo-set_23-2148378235.jpg", "http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -87,7 +80,7 @@ export default function ContactPage() {
|
||||
description="Our commitment to excellence and results"
|
||||
tag="Our Promise"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user