Compare commits
6 Commits
version_29
...
version_32
| Author | SHA1 | Date | |
|---|---|---|---|
| b0d2fce1d7 | |||
| cf25507376 | |||
| bf37057220 | |||
| b80ca3f898 | |||
| 7815e863ed | |||
| 6eab66cc07 |
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Restoration Quote", href: "#contact"},
|
||||
text: "Get My Free Quote Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -86,49 +86,49 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "service-1", label: "Footwear Care", title: "Luxury Shoe Repair", items: [
|
||||
"Stop replacing worn heels", "Fix loose stitching and tears", "Renew finish and suppleness"],
|
||||
"Walk with renewed confidence", "Extend your favorite footwear life", "Professional grade longevity"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-2", label: "Boot Expertise", title: "Boot Resole & Restoration", items: [
|
||||
"Make your favorite boots walkable again", "Remove scuffs and restore color", "Keep your feet dry in any weather"],
|
||||
"Restore all-weather protection", "Refine leather texture and color", "Supreme comfort for every step"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-3", label: "Designer Focus", title: "Designer Heel Repair", items: [
|
||||
"Stop throwing away your favorite heels", "Fix broken heels and wobbly tips", "Maintain your luxury investment"],
|
||||
"Preserve your high-end investment", "Flawless stability and support", "Signature luxury finish restored"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-4", label: "Accessories", title: "Leather Bag Repair", items: [
|
||||
"Fix broken straps that won't stay", "Replace stuck or broken zippers", "Restore the look of aged leather"],
|
||||
"Security and style restored", "Smooth, effortless hardware motion", "Timeless elegance reborn"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-5", label: "Custom Fitting", title: "Stretching & Fitting", items: [
|
||||
"Eliminate painful pressure points", "Get the perfect fit for your foot", "Make uncomfortable shoes wearable"],
|
||||
"Pain-free daily wear", "Tailored comfort for your foot", "Perfect fit for every occasion"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-6", label: "Personalization", title: "Custom Modifications", items: [
|
||||
"Update old, outdated hardware", "Change the color of your style", "Add unique custom touches"],
|
||||
"Refreshed contemporary aesthetic", "Unique style evolution", "Bespoke detailing customized"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Beyond just repairs, our dedicated craftsmanship brings your cherished items back to life, preserving their legacy and enhancing your personal style."
|
||||
description="Beyond just repairs, our dedicated craftsmanship brings your cherished items back to life. With our streamlined mail-in and drop-off process, expert restoration has never been easier or more accessible."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user