This commit is contained in:
knuthtimo-lab 2025-08-26 16:41:19 +02:00
parent 8d2135ead8
commit 93301696cf
5 changed files with 7 additions and 7 deletions

View File

@ -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."
ctaText="Access Portal"
ctaHref="#portal"
imageSrc="/images/resources-hero.jpg"
imageAlt="Abstract tech-meets-trust visual of a laptop showing a secure upload UI with a subtle lock icon"
imageSrc="/images/laptop_lock_icon.png"
imageAlt="Secure laptop with lock icon representing our protected client portal"
/>
<section id="portal" className="bg-cloud py-24 sm:py-32">

View File

@ -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."
ctaText="Read All Reviews"
ctaHref="#testimonials"
imageSrc="/images/reviews-bg.jpg"
imageAlt="Soft-focus office background with bokeh lights, navy-teal accent object on desk"
imageSrc="/images/background_office.png"
imageAlt="Professional office background representing our business environment"
/>
<section id="testimonials" className="bg-cloud py-24 sm:py-32">

View File

@ -76,12 +76,12 @@ export default function ServiceSection({ service, index }: Props) {
{/* Visual card */}
<div className="border rounded-xl p-8 flex flex-col items-center justify-center text-center">
{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
src={service.image}
alt={service.title}
width={96}
height={96}
width={320}
height={320}
className="h-full w-full object-cover"
/>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB