6 Commits

Author SHA1 Message Date
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

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={[
{
@@ -62,8 +62,6 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451020.jpg", alt: "Master Cobbler"},
]}
buttons={[
{
text: "Get a Quote", href: "#contact"},
{
text: "Get Your Free Repair Estimate", href: "#contact"},
]}
@@ -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={[
{
@@ -192,7 +190,7 @@ export default function LandingPage() {
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"
text: "Request a Repair", href: "#contact"
}
]}
/>
@@ -254,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}