6 Commits

Author SHA1 Message Date
f9f273cea5 Update src/app/page.tsx 2026-03-25 21:02:01 +00:00
733bc926fa Merge version_7 into main
Merge version_7 into main
2026-03-25 21:00:11 +00:00
a95c9b2f1a Update src/app/page.tsx 2026-03-25 21:00:05 +00:00
3341208395 Merge version_6 into main
Merge version_6 into main
2026-03-25 20:57:40 +00:00
2d90176b07 Update src/app/page.tsx 2026-03-25 20:57:37 +00:00
2eb5d69219 Merge version_5 into main
Merge version_5 into main
2026-03-25 20:54:38 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
label: "Satisfied Customers", value: "1000s"},
{
icon: Zap,
label: "Items Restored", value: "10,000+ Items Restored"},
label: "Items Restored", value: "10,000+"},
]}
metricsAnimation="slide-up"
/>
@@ -172,6 +172,11 @@ export default function LandingPage() {
]}
title="Our Process"
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"
}
]}
/>
</div>