Weiter
This commit is contained in:
@@ -50,9 +50,24 @@ export default function AdvisoryServicesPage() {
|
||||
</div>
|
||||
|
||||
<p className="text-lg leading-8 text-slate mb-8">
|
||||
Expert business advisory services to help you make informed decisions and optimize your business performance.
|
||||
Strategic business advisory services to help you make informed decisions, optimize performance, and achieve your business objectives.
|
||||
</p>
|
||||
|
||||
{/* Blue Banner Section */}
|
||||
<div className="bg-navy rounded-lg p-6 mb-8">
|
||||
<div className="flex items-center">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-teal mr-4">
|
||||
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-xl font-semibold text-cloud">Strategic Business Guidance</h3>
|
||||
<p className="text-slate-200 mt-1">Data-driven advice to optimize your business performance</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
|
||||
@@ -148,12 +163,12 @@ export default function AdvisoryServicesPage() {
|
||||
<div className="relative">
|
||||
<div className="bg-sand p-8 rounded-lg shadow-lg">
|
||||
<div className="flex items-center justify-center mb-6">
|
||||
<div className="h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<div className="h-64 w-64 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-advisory.jpg"
|
||||
alt="Advisory Services"
|
||||
width={192}
|
||||
height={192}
|
||||
width={256}
|
||||
height={256}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user