Compare commits
16 Commits
version_9
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| aa23cb2e3e | |||
| 8b8f0d8546 | |||
| c45eaa7733 | |||
| a8966a9320 | |||
| 30b6fc61fa | |||
| ada080b1f8 | |||
| 6502c8b560 | |||
| 71eff1fb60 | |||
| 16888962a5 | |||
| 56997c4cb2 | |||
| b55a76a688 | |||
| 3246c62f5a | |||
| fda1f0015c | |||
| 7e8ade5e21 | |||
| 505ec2554c | |||
| 04a1ff4be0 |
@@ -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={[
|
||||
{
|
||||
@@ -130,7 +128,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We offer a comprehensive range of services, combining traditional techniques with modern solutions to restore and maintain your favorite footwear and leather goods."
|
||||
description="Beyond just repairs, our dedicated craftsmanship brings your cherished items back to life, preserving their legacy and enhancing your personal style."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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? 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