fertig
This commit is contained in:
parent
8d2135ead8
commit
93301696cf
|
|
@ -25,8 +25,8 @@ export default function ResourcesPage() {
|
||||||
subtitle="Access your account, upload documents securely, and manage payments through our client portal. Your information is protected with bank-level security."
|
subtitle="Access your account, upload documents securely, and manage payments through our client portal. Your information is protected with bank-level security."
|
||||||
ctaText="Access Portal"
|
ctaText="Access Portal"
|
||||||
ctaHref="#portal"
|
ctaHref="#portal"
|
||||||
imageSrc="/images/resources-hero.jpg"
|
imageSrc="/images/laptop_lock_icon.png"
|
||||||
imageAlt="Abstract tech-meets-trust visual of a laptop showing a secure upload UI with a subtle lock icon"
|
imageAlt="Secure laptop with lock icon representing our protected client portal"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<section id="portal" className="bg-cloud py-24 sm:py-32">
|
<section id="portal" className="bg-cloud py-24 sm:py-32">
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@ export default function ReviewsPage() {
|
||||||
subtitle="Don't just take our word for it. Here's what our clients have to say about their experience with Hamton Brown CPA. Real testimonials from real people we've helped."
|
subtitle="Don't just take our word for it. Here's what our clients have to say about their experience with Hamton Brown CPA. Real testimonials from real people we've helped."
|
||||||
ctaText="Read All Reviews"
|
ctaText="Read All Reviews"
|
||||||
ctaHref="#testimonials"
|
ctaHref="#testimonials"
|
||||||
imageSrc="/images/reviews-bg.jpg"
|
imageSrc="/images/background_office.png"
|
||||||
imageAlt="Soft-focus office background with bokeh lights, navy-teal accent object on desk"
|
imageAlt="Professional office background representing our business environment"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<section id="testimonials" className="bg-cloud py-24 sm:py-32">
|
<section id="testimonials" className="bg-cloud py-24 sm:py-32">
|
||||||
|
|
|
||||||
|
|
@ -76,12 +76,12 @@ export default function ServiceSection({ service, index }: Props) {
|
||||||
{/* Visual card */}
|
{/* Visual card */}
|
||||||
<div className="border rounded-xl p-8 flex flex-col items-center justify-center text-center">
|
<div className="border rounded-xl p-8 flex flex-col items-center justify-center text-center">
|
||||||
{service.image && (
|
{service.image && (
|
||||||
<div className="mb-4 h-24 w-24 border rounded-lg overflow-hidden">
|
<div className="mb-6 h-80 w-80 border rounded-lg overflow-hidden">
|
||||||
<Image
|
<Image
|
||||||
src={service.image}
|
src={service.image}
|
||||||
alt={service.title}
|
alt={service.title}
|
||||||
width={96}
|
width={320}
|
||||||
height={96}
|
height={320}
|
||||||
className="h-full w-full object-cover"
|
className="h-full w-full object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
Loading…
Reference in New Issue