Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a95c9b2f1a | |||
| 3341208395 | |||
| 2d90176b07 | |||
| 2eb5d69219 | |||
| 97e26229f5 | |||
| 76cfe0e83f |
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
label: "Satisfied Customers", value: "1000s"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Items Restored", value: "Masterful Restorations"},
|
||||
label: "Items Restored", value: "10,000+ Items Restored"},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -231,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user