Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:19:05 +00:00
parent daa89aaada
commit a412ef4c9b

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="Luxury Jewelry"
tagIcon={Zap}
tagAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Your Appointment", href: "#contact" },
{ text: "Explore Gallery", href: "#gallery" }
@@ -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?_wi=1", imageAlt: "Premium permanent jewelry display"
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg", 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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-business-woman_1303-2291.jpg"
imageAlt="Permanent jewelry consultation"
mediaAnimation="slide-up"
useInvertedBackground={true}