Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:33:32 +00:00
parent 0839d5dc93
commit c9de71be95

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14335.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg" }
]}
buttons={[{ text: "Book Appointment", href: "#contact" }]}
buttons={[{ text: "Book Your Consultation", href: "#contact" }]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14307.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14325.jpg", alt: "Customer 2" },
@@ -193,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}