Compare commits
12 Commits
version_11
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| aa23cb2e3e | |||
| 8b8f0d8546 | |||
| c45eaa7733 | |||
| a8966a9320 | |||
| 30b6fc61fa | |||
| ada080b1f8 | |||
| 6502c8b560 | |||
| 71eff1fb60 | |||
| 16888962a5 | |||
| 56997c4cb2 | |||
| b55a76a688 | |||
| 3246c62f5a |
@@ -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={[
|
||||
{
|
||||
@@ -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,7 +203,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 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user