4 Commits

Author SHA1 Message Date
6502c8b560 Update src/app/page.tsx 2026-03-25 22:02:10 +00:00
71eff1fb60 Merge version_13 into main
Merge version_13 into main
2026-03-25 21:46:43 +00:00
16888962a5 Update src/app/page.tsx 2026-03-25 21:46:37 +00:00
56997c4cb2 Merge version_12 into main
Merge version_12 into main
2026-03-25 21:27:30 +00:00

View File

@@ -192,7 +192,7 @@ export default function LandingPage() {
description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage."
buttons={[
{
text: "Request a Repair", href: "#contact"
text: "Get Your Free Repair Estimate", href: "#contact"
}
]}
/>
@@ -205,7 +205,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Ready to Restore?"
title="Bring Your Favorites Back to Life"
description="High-quality repairs take time—but the results are worth it. Visit us today to start the restoration process."
description="Ready to revitalize your cherished items? Visit us for a free estimate today, and our experts will guide you through the process of bringing them back to life."
buttonText="Get Your Free Repair Estimate"
/>
</div>
@@ -254,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}