11 Commits

Author SHA1 Message Date
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
6ebbb6a60e Update src/app/page.tsx 2026-03-25 20:53:12 +00:00
2633d72e0c Merge version_3 into main
Merge version_3 into main
2026-03-25 20:51:34 +00:00
8693a43993 Update src/app/page.tsx 2026-03-25 20:51:31 +00:00
b6d4cf8dd1 Update src/app/layout.tsx 2026-03-25 20:51:31 +00:00
815e75901b Merge version_2 into main
Merge version_2 into main
2026-03-25 20:48:29 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Totem Lake Shoe Repair | Luxury Craftsmanship for Your Footwear', title: 'Restore Your Favorite Shoes & Leather Goods | Totem Lake Shoe Repair',
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.', 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"], keywords: ["shoe repair, boot restoration, leather bag repair, designer heel repair, Totem Lake, craftsman, luxury footwear, shoe care"],
openGraph: { openGraph: {
"title": "Totem Lake Shoe Repair | Luxury Craftsmanship for Your Footwear", "title": "Totem Lake Shoe Repair | Luxury Craftsmanship for Your Footwear",

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
label: "Satisfied Customers", value: "1000s"}, label: "Satisfied Customers", value: "1000s"},
{ {
icon: Zap, icon: Zap,
label: "Items Restored", value: "Expert"}, label: "Items Restored", value: "10,000+ Items Restored"},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -172,6 +172,11 @@ export default function LandingPage() {
]} ]}
title="Our Process" title="Our Process"
description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage." 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> </div>