Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:19:29 +00:00
parent a412ef4c9b
commit bfbeb51151

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg", imageAlt: "Premium permanent jewelry display"
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg?_wi=1", imageAlt: "Premium permanent jewelry display"
}
]}
ariaLabel="Permanent jewelry hero section"
@@ -221,7 +221,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Book Your Appointment"
description="Ready to get permanent jewelry? Reach out to us and schedule your consultation today."
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg"
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg?_wi=2"
imageAlt="Permanent jewelry consultation"
mediaAnimation="slide-up"
useInvertedBackground={true}