diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1f11552..77c884b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,7 +17,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -44,9 +44,9 @@ export default function ContactPage() { tagIcon={Mail} title="Let's Connect" description="Whether you're a business owner exploring strategic investment or an investor interested in our opportunities, we'd love to hear from you. Reach out to schedule a confidential conversation." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg" imageAlt="professional office business workspace modern office space corporate environment" mediaAnimation="slide-up" mediaPosition="right" @@ -67,22 +67,13 @@ export default function ContactPage() { uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" metrics={[ { - id: "1", - value: "1", - title: "Initial Consultation", - items: ["Confidential discussion", "Understand your goals", "Explore fit and alignment"], + id: "1", value: "1", title: "Initial Consultation", items: ["Confidential discussion", "Understand your goals", "Explore fit and alignment"], }, { - id: "2", - value: "2", - title: "Due Diligence Phase", - items: ["Comprehensive business review", "Financial and operational analysis", "Reference checks"], + id: "2", value: "2", title: "Due Diligence Phase", items: ["Comprehensive business review", "Financial and operational analysis", "Reference checks"], }, { - id: "3", - value: "3", - title: "Partnership Agreement", - items: ["Terms negotiation", "Legal documentation", "Closing preparation"], + id: "3", value: "3", title: "Partnership Agreement", items: ["Terms negotiation", "Legal documentation", "Closing preparation"], }, ]} useInvertedBackground={false} @@ -102,20 +93,11 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What's the best way to contact you?", - content: "You can reach us via email at hello@bluevalleyholdings.com or through the contact form on this page. We typically respond within 1-2 business days. For urgent matters, please note your preferred contact method.", - }, + id: "1", title: "What's the best way to contact you?", content: "You can reach us via email at hello@bluevalleyholdings.com or through the contact form on this page. We typically respond within 1-2 business days. For urgent matters, please note your preferred contact method."}, { - id: "2", - title: "Is our initial conversation confidential?", - content: "Absolutely. All initial conversations are confidential. We understand the sensitive nature of business discussions and take discretion very seriously.", - }, + id: "2", title: "Is our initial conversation confidential?", content: "Absolutely. All initial conversations are confidential. We understand the sensitive nature of business discussions and take discretion very seriously."}, { - id: "3", - title: "How long does the process typically take?", - content: "From initial contact to partnership, the timeline typically ranges from 3-6 months depending on the complexity of the business and your specific situation. We move thoughtfully but efficiently.", - }, + id: "3", title: "How long does the process typically take?", content: "From initial contact to partnership, the timeline typically ranges from 3-6 months depending on the complexity of the business and your specific situation. We move thoughtfully but efficiently."}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 68ec4b5..17ef55b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -54,7 +54,7 @@ export default function HomePage() { @@ -222,9 +183,9 @@ export default function HomePage() { tagIcon={Mail} title="Let's Connect" description="Whether you're a business owner exploring strategic investment or an investor interested in our opportunities, we'd love to hear from you. Reach out to schedule a confidential conversation." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg" imageAlt="professional office business workspace modern office space corporate environment" mediaAnimation="slide-up" mediaPosition="right"