Compare commits
8 Commits
version_19
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| c3dc06790c | |||
| e46fe84837 | |||
| 94d2c42f08 | |||
| 26071e6e26 | |||
| 0910f16b93 | |||
| d78c7e74b3 | |||
| ef8641c462 | |||
| f748dd8b39 |
@@ -86,42 +86,42 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "service-1", label: "Footwear Care", title: "Luxury Shoe Repair", items: [
|
||||
"Sole & Heel Replacement", "Stitching & Patching", "Polishing & Conditioning"],
|
||||
"Stop replacing worn heels", "Fix loose stitching and tears", "Renew finish and suppleness"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-2", label: "Boot Expertise", title: "Boot Resole & Restoration", items: [
|
||||
"Full Resoles", "Leather & Suede Restoration", "Waterproofing"],
|
||||
"Make your favorite boots walkable again", "Remove scuffs and restore color", "Keep your feet dry in any weather"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-3", label: "Designer Focus", title: "Designer Heel Repair", items: [
|
||||
"Heel Tip Replacement", "Structural Repair", "Color Matching"],
|
||||
"Stop throwing away your favorite heels", "Fix broken heels and wobbly tips", "Maintain your luxury investment"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-4", label: "Accessories", title: "Leather Bag Repair", items: [
|
||||
"Strap Repair", "Zipper Replacement", "Lining Restoration"],
|
||||
"Fix broken straps that won't stay", "Replace stuck or broken zippers", "Restore the look of aged leather"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-5", label: "Custom Fitting", title: "Stretching & Fitting", items: [
|
||||
"Custom Stretching", "Arch Support Adjustment", "Comfort Modifications"],
|
||||
"Eliminate painful pressure points", "Get the perfect fit for your foot", "Make uncomfortable shoes wearable"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-6", label: "Personalization", title: "Custom Modifications", items: [
|
||||
"Hardware Replacement", "Dyeing Services", "Personalized Touches"],
|
||||
"Update old, outdated hardware", "Change the color of your style", "Add unique custom touches"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
@@ -178,13 +178,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1", title: "Drop Off Your Item", subtitle: "Visit our workshop with your footwear or leather goods.", category: "Step", value: "01"},
|
||||
id: "step-1", title: "Start Your Repair Online", subtitle: "Start your restoration journey easily through our digital portal.", category: "Step", value: "01"},
|
||||
{
|
||||
id: "step-2", title: "Expert Evaluation", subtitle: "Our craftsmen assess the damage and propose solutions.", category: "Step", value: "02"},
|
||||
id: "step-2", title: "Ship or Drop Off", subtitle: "Send your footwear or leather goods to our workshop.", category: "Step", value: "02"},
|
||||
{
|
||||
id: "step-3", title: "Precision Craftsmanship", subtitle: "Dedicated care and traditional techniques are applied.", category: "Step", value: "03"},
|
||||
{
|
||||
id: "step-4", title: "Pickup Like New", subtitle: "Collect your restored item, feeling and looking brand new.", category: "Step", value: "04"},
|
||||
id: "step-4", title: "Pickup or Delivery", subtitle: "Receive your restored item, feeling and looking brand new.", category: "Step", value: "04"},
|
||||
]}
|
||||
title="Our Process"
|
||||
description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage."
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Ready to Restore?"
|
||||
title="Bring Your Favorites Back to Life"
|
||||
description="Ready to revitalize your cherished items? Request a no-obligation estimate today, and our experts will guide you through the process of bringing them back to life."
|
||||
description="Restore your favorites today with a free, no-obligation estimate from our master craftsmen."
|
||||
buttonText="Get Your Free Repair Estimate"
|
||||
/>
|
||||
</div>
|
||||
@@ -252,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user