4 Commits

Author SHA1 Message Date
bf37057220 Update src/app/page.tsx 2026-04-01 02:35:50 +00:00
b80ca3f898 Merge version_30 into main
Merge version_30 into main
2026-04-01 02:35:03 +00:00
7815e863ed Update src/app/page.tsx 2026-04-01 02:35:00 +00:00
6eab66cc07 Merge version_29 into main
Merge version_29 into main
2026-04-01 02:34:03 +00:00

View File

@@ -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,42 +86,42 @@ 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"
}]
@@ -252,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}