Update src/app/contact/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="noise"
|
background="circleGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -74,7 +74,7 @@ export default function ContactPage() {
|
|||||||
{ text: "Send a message", href: "#contact-form" },
|
{ text: "Send a message", href: "#contact-form" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "noise" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,32 +85,17 @@ export default function ContactPage() {
|
|||||||
description="Multiple ways to connect with the Adapro team. Choose what works best for you."
|
description="Multiple ways to connect with the Adapro team. Choose what works best for you."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "email",
|
id: "email", title: "Email", description:
|
||||||
title: "Email",
|
"Send us a message and we'll respond within 24 hours. info@adapro.com", tag: "Email", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg"},
|
||||||
"Send us a message and we'll respond within 24 hours. info@adapro.com",
|
|
||||||
tag: "Email",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "phone",
|
id: "phone", title: "Phone", description:
|
||||||
title: "Phone",
|
"Prefer to talk? Call us directly. Our team is available Monday to Friday, 9am–5pm GMT.", tag: "Phone", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"},
|
||||||
"Prefer to talk? Call us directly. Our team is available Monday to Friday, 9am–5pm GMT.",
|
|
||||||
tag: "Phone",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "linkedin",
|
id: "linkedin", title: "LinkedIn", description:
|
||||||
title: "LinkedIn",
|
"Connect with us on LinkedIn or send a direct message to our team.", tag: "Social", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg"},
|
||||||
"Connect with us on LinkedIn or send a direct message to our team.",
|
|
||||||
tag: "Social",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user