Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96932031eb | |||
| 114526b24f | |||
| f9f273cea5 | |||
| 733bc926fa |
@@ -89,27 +89,45 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "service-1", label: "Footwear Care", title: "Luxury Shoe Repair", items: [
|
||||
"Sole & Heel Replacement", "Stitching & Patching", "Polishing & Conditioning"],
|
||||
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"],
|
||||
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"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-4", label: "Accessories", title: "Leather Bag Repair", items: [
|
||||
"Strap Repair", "Zipper Replacement", "Lining Restoration"],
|
||||
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"],
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: "service-6", label: "Personalization", title: "Custom Modifications", items: [
|
||||
"Hardware Replacement", "Dyeing Services", "Personalized Touches"],
|
||||
},
|
||||
buttons: [{
|
||||
text: "Request a Repair Quote", href: "#contact"
|
||||
}]
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We offer a comprehensive range of services, combining traditional techniques with modern solutions to restore and maintain your favorite footwear and leather goods."
|
||||
@@ -129,7 +147,7 @@ export default function LandingPage() {
|
||||
label: "Satisfied Customers", value: "1000s"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Items Restored", value: "10,000+ Items Restored"},
|
||||
label: "Items Restored", value: "10,000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user