Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/michelle-consultation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ export default function Page() {
demo={
<>
<Image
src="/img/michelle_avatar.jpg"
src="/img/michelle-consultation.jpg"
alt="Michelle Smit - Counselling Psychologist"
width={1024}
height={1024}
width={2884}
height={4160}
className="bg-white/75 object-cover"
/>
</>
Expand Down Expand Up @@ -129,7 +129,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Let's work together."
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/anxiety/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Ready to take the first step?"
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/depression/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="You don't have to face this alone."
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/franschhoek/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Book your free consultation"
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Schedule your free 15-minute consultation."
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/rates-and-insurance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Page() {

<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Schedule your free 15-minute consultation."
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/relationships/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Strengthen your connections."
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/stellenbosch/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Book your free consultation"
subheadline={
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/substance-abuse/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Page() {
{/* Call To Action */}
<CallToActionSimple
id="call-to-action"
image={{ src: '/img/michelle_avatar.jpg', alt: 'Michelle Smit' }}
image={{ src: '/img/michelle-consultation.jpg', alt: 'Michelle Smit' }}
headline="Take the first step toward recovery."
subheadline={
<p>
Expand Down
Loading