20 Commits

Author SHA1 Message Date
6502c8b560 Update src/app/page.tsx 2026-03-25 22:02:10 +00:00
71eff1fb60 Merge version_13 into main
Merge version_13 into main
2026-03-25 21:46:43 +00:00
16888962a5 Update src/app/page.tsx 2026-03-25 21:46:37 +00:00
56997c4cb2 Merge version_12 into main
Merge version_12 into main
2026-03-25 21:27:30 +00:00
b55a76a688 Update src/app/page.tsx 2026-03-25 21:27:24 +00:00
3246c62f5a Merge version_11 into main
Merge version_11 into main
2026-03-25 21:23:32 +00:00
fda1f0015c Update src/app/page.tsx 2026-03-25 21:23:26 +00:00
7e8ade5e21 Merge version_10 into main
Merge version_10 into main
2026-03-25 21:09:14 +00:00
505ec2554c Update src/app/page.tsx 2026-03-25 21:09:10 +00:00
04a1ff4be0 Merge version_9 into main
Merge version_9 into main
2026-03-25 21:07:43 +00:00
96932031eb Update src/app/page.tsx 2026-03-25 21:07:40 +00:00
114526b24f Merge version_8 into main
Merge version_8 into main
2026-03-25 21:02:04 +00:00
f9f273cea5 Update src/app/page.tsx 2026-03-25 21:02:01 +00:00
733bc926fa Merge version_7 into main
Merge version_7 into main
2026-03-25 21:00:11 +00:00
a95c9b2f1a Update src/app/page.tsx 2026-03-25 21:00:05 +00:00
3341208395 Merge version_6 into main
Merge version_6 into main
2026-03-25 20:57:40 +00:00
2d90176b07 Update src/app/page.tsx 2026-03-25 20:57:37 +00:00
2eb5d69219 Merge version_5 into main
Merge version_5 into main
2026-03-25 20:54:38 +00:00
97e26229f5 Update src/app/page.tsx 2026-03-25 20:54:32 +00:00
76cfe0e83f Merge version_4 into main
Merge version_4 into main
2026-03-25 20:53:15 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
{
text: "Get a Quote", href: "#contact"},
{
text: "Visit Us", href: "#contact"},
text: "Get Your Free Repair Estimate", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
@@ -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: "Masterful Restorations"},
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: "Get Your Free Repair Estimate", href: "#contact"
}
]}
/>
</div>
@@ -182,8 +205,8 @@ export default function LandingPage() {
variant: "plain"}}
tag="Ready to Restore?"
title="Bring Your Favorites Back to Life"
description="High-quality repairs take time—but the results are worth it. Visit us today to start the restoration process."
buttonText="Visit Totem Lake Shoe Repair"
description="Ready to revitalize your cherished items? Visit us for a free estimate today, and our experts will guide you through the process of bringing them back to life."
buttonText="Get Your Free Repair Estimate"
/>
</div>
@@ -231,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}