Update src/app/contact/page.tsx
This commit is contained in:
@@ -34,8 +34,7 @@ export default function ContactPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Join Now",
|
text: "Join Now", href: "/pricing"
|
||||||
href: "/pricing"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,30 +59,22 @@ export default function ContactPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Marcus Johnson", imageSrc: "https://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg"
|
||||||
name: "Marcus Johnson",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sarah Chen", imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg"
|
||||||
name: "Sarah Chen",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "David Williams", imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg"
|
||||||
name: "David Williams",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Jessica Martinez", imageSrc: "https://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg"
|
||||||
name: "Jessica Martinez",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Join Thousands Who've Already Transformed Their Financial Lives"
|
cardTitle="Join Thousands Who've Already Transformed Their Financial Lives"
|
||||||
cardTag="Success Stories"
|
cardTag="Success Stories"
|
||||||
cardTagIcon={CheckCircle}
|
cardTagIcon={CheckCircle}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -93,14 +84,10 @@ export default function ContactPage() {
|
|||||||
tag="Support Excellence"
|
tag="Support Excellence"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "98%", description: "Member satisfaction rate with our customer support and advisory services"
|
||||||
value: "98%",
|
|
||||||
description: "Member satisfaction rate with our customer support and advisory services"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "15 min", description: "Average response time during business hours for urgent member inquiries"
|
||||||
value: "15 min",
|
|
||||||
description: "Average response time during business hours for urgent member inquiries"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user