10 Commits

Author SHA1 Message Date
b103a05648 Update src/app/page.tsx 2026-04-01 02:27:35 +00:00
9b1445aa2d Merge version_25 into main
Merge version_25 into main
2026-04-01 02:25:51 +00:00
24abf84381 Update src/app/page.tsx 2026-04-01 02:25:44 +00:00
71d6bdc50e Merge version_24 into main
Merge version_24 into main
2026-04-01 02:24:39 +00:00
1d0fcedb77 Update src/app/page.tsx 2026-04-01 02:24:36 +00:00
faab4a8eb8 Merge version_23 into main
Merge version_23 into main
2026-04-01 02:23:50 +00:00
c3dc06790c Update src/app/page.tsx 2026-04-01 02:23:44 +00:00
e46fe84837 Merge version_22 into main
Merge version_22 into main
2026-04-01 02:22:35 +00:00
94d2c42f08 Update src/app/page.tsx 2026-04-01 02:22:32 +00:00
26071e6e26 Merge version_21 into main
Merge version_21 into main
2026-04-01 02:05:19 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Get Your Free Repair Estimate", href: "#contact"},
text: "Start My Free Restoration", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
@@ -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"
}]
@@ -201,10 +201,10 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Ready to Restore?"
tag="Get Your Free Quote in 24 Hours"
title="Bring Your Favorites Back to Life"
description="Restore your favorites today with a free, no-obligation estimate from our master craftsmen."
buttonText="Get Your Free Repair Estimate"
buttonText="Get My Free Estimate"
/>
</div>