Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d90176b07 | |||
| 2eb5d69219 | |||
| 97e26229f5 | |||
| 76cfe0e83f | |||
| 6ebbb6a60e | |||
| 2633d72e0c |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Restore Your Favorite Shoes & Leather Goods"
|
||||
title="Totem Lake Shoe Repair"
|
||||
description="Luxury craftsmanship. Family-owned care. Trusted by the community for over 35 years."
|
||||
avatars={[
|
||||
{
|
||||
@@ -113,6 +113,11 @@ 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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,7 +134,7 @@ export default function LandingPage() {
|
||||
label: "Satisfied Customers", value: "1000s"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Items Restored", value: "Expert"},
|
||||
label: "Items Restored", value: "10,000+ Items Restored"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -231,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user