18 Commits

Author SHA1 Message Date
6ae5728817 Update src/app/page.tsx 2026-04-01 02:01:51 +00:00
8ef6037542 Merge version_18 into main
Merge version_18 into main
2026-04-01 02:00:59 +00:00
bb7efed759 Update src/app/page.tsx 2026-04-01 02:00:56 +00:00
a0bca73307 Merge version_17 into main
Merge version_17 into main
2026-04-01 01:59:59 +00:00
aa23cb2e3e Update src/app/page.tsx 2026-04-01 01:59:56 +00:00
8b8f0d8546 Merge version_16 into main
Merge version_16 into main
2026-04-01 01:58:57 +00:00
c45eaa7733 Update src/app/page.tsx 2026-04-01 01:58:54 +00:00
a8966a9320 Merge version_15 into main
Merge version_15 into main
2026-03-25 22:05:02 +00:00
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
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

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
<HeroCentered
background={{
variant: "plain"}}
title="Totem Lake Shoe Repair"
description="Luxury craftsmanship. Family-owned care. Trusted by the community for over 35 years."
title="Expert Shoe & Leather Restoration"
description="Luxury craftsmanship made convenient. Save time and money by restoring your favorites with our expert care—trusted by the community for over 35 years."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/talented-cobbler-is-working-pair-black-men-s-shoes-his-workshop_613910-3817.jpg", alt: "Skilled Craftsman"},
@@ -63,9 +63,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Get a Quote", href: "#contact"},
{
text: "Visit Us", href: "#contact"},
text: "Get Your Free Repair Estimate", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
@@ -83,7 +81,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={true}
features={[
{
@@ -205,8 +203,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? Request a no-obligation 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 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}