Compare commits
17 Commits
version_2
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 505ec2554c | |||
| 04a1ff4be0 | |||
| 96932031eb | |||
| 114526b24f | |||
| f9f273cea5 | |||
| 733bc926fa | |||
| a95c9b2f1a | |||
| 3341208395 | |||
| 2d90176b07 | |||
| 2eb5d69219 | |||
| 97e26229f5 | |||
| 76cfe0e83f | |||
| 6ebbb6a60e | |||
| 2633d72e0c | |||
| 8693a43993 | |||
| b6d4cf8dd1 | |||
| 815e75901b |
@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Totem Lake Shoe Repair | Luxury Craftsmanship for Your Footwear',
|
||||
description: 'Experience premium shoe repair and restoration services at Totem Lake Shoe Repair. Family-owned for 35+ years, trusted by the community for luxury craftsmanship.',
|
||||
title: 'Restore Your Favorite Shoes & Leather Goods | Totem Lake Shoe Repair',
|
||||
description: 'Restore your favorite shoes and leather goods with unmatched craftsmanship. Family-owned for 35+ years, trusted by the community for luxury care and premium repair services.',
|
||||
keywords: ["shoe repair, boot restoration, leather bag repair, designer heel repair, Totem Lake, craftsman, luxury footwear, shoe care"],
|
||||
openGraph: {
|
||||
"title": "Totem Lake Shoe Repair | Luxury Craftsmanship for Your Footwear",
|
||||
|
||||
@@ -89,30 +89,48 @@ 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."
|
||||
description="Beyond just repairs, our dedicated craftsmanship brings your cherished items back to life, preserving their legacy and enhancing your personal style."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,7 +147,7 @@ export default function LandingPage() {
|
||||
label: "Satisfied Customers", value: "1000s"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Items Restored", value: "Expert"},
|
||||
label: "Items Restored", value: "10,000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,6 +190,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Process"
|
||||
description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Repair", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user