6 Commits

Author SHA1 Message Date
30b6fc61fa Update src/app/page.tsx 2026-03-25 22:04:56 +00:00
ada080b1f8 Merge version_14 into main
Merge version_14 into main
2026-03-25 22:02:16 +00:00
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

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroCentered
background={{
variant: "plain"}}
title="Totem Lake Shoe Repair"
title="Expert Shoe & Leather Restoration"
description="Luxury craftsmanship. Family-owned care. Trusted by the community for over 35 years."
avatars={[
{
@@ -205,7 +205,7 @@ 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."
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>
@@ -254,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}