Update src/app/page.tsx

This commit is contained in:
2026-05-09 22:08:44 +00:00
parent 03469de6d5
commit 635a5edabd

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
title="Crafting Your Timeless Legacy"
description="Expert repair, custom engravings, and fine jewelry sales. Trust our master jewelers with your most cherished pieces."
description="Expert repair, custom engravings, and fine jewelry sales. Start with a free consultation to discuss your needs with our master jewelers."
testimonials={[
{
name: "Sarah J.", handle: "@sarahjewel", testimonial: "The ring resizing was flawless. My engagement ring looks brand new!", rating: 5,
@@ -265,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}