Update src/app/contact/page.tsx
This commit is contained in:
@@ -64,25 +64,16 @@ export default function ContactPage() {
|
||||
buttonAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Sales Inquiries",
|
||||
content:
|
||||
"Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business.",
|
||||
},
|
||||
id: "1", title: "Sales Inquiries", content:
|
||||
"Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Technical Support",
|
||||
content:
|
||||
"Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues.",
|
||||
},
|
||||
id: "2", title: "Technical Support", content:
|
||||
"Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Partnership Opportunities",
|
||||
content:
|
||||
"We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together.",
|
||||
},
|
||||
id: "3", title: "Partnership Opportunities", content:
|
||||
"We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
|
||||
imageAlt="Contact methods"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -95,29 +86,14 @@ export default function ContactPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "E-commerce Owner",
|
||||
company: "StyleHub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "E-commerce Owner", company: "StyleHub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Store Manager",
|
||||
company: "TechGear",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", role: "Store Manager", company: "TechGear", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Business Owner",
|
||||
company: "HomeDecor Plus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "HomeDecor Plus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2.5M+", label: "Orders Processed" },
|
||||
@@ -142,8 +118,8 @@ export default function ContactPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Features", id: "features" },
|
||||
{ label: "Pricing", id: "pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user