Compare commits
14 Commits
version_15
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 94d2c42f08 | |||
| 26071e6e26 | |||
| 0910f16b93 | |||
| d78c7e74b3 | |||
| ef8641c462 | |||
| f748dd8b39 | |||
| 6ae5728817 | |||
| 8ef6037542 | |||
| bb7efed759 | |||
| a0bca73307 | |||
| aa23cb2e3e | |||
| 8b8f0d8546 | |||
| c45eaa7733 | |||
| a8966a9320 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Expert Shoe & Leather Restoration"
|
||||
description="Luxury craftsmanship. Family-owned care. Trusted by the community for over 35 years."
|
||||
description="Luxury craftsmanship made convenient. Enjoy free shipping on all orders and our satisfaction guarantee. Start your repair today and breathe new life into your favorites."
|
||||
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"},
|
||||
@@ -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={[
|
||||
{
|
||||
@@ -180,13 +178,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1", title: "Drop Off Your Item", subtitle: "Visit our workshop with your footwear or leather goods.", category: "Step", value: "01"},
|
||||
id: "step-1", title: "Start Your Repair Online", subtitle: "Start your restoration journey easily through our digital portal.", category: "Step", value: "01"},
|
||||
{
|
||||
id: "step-2", title: "Expert Evaluation", subtitle: "Our craftsmen assess the damage and propose solutions.", category: "Step", value: "02"},
|
||||
id: "step-2", title: "Ship or Drop Off", subtitle: "Send your footwear or leather goods to our workshop.", category: "Step", value: "02"},
|
||||
{
|
||||
id: "step-3", title: "Precision Craftsmanship", subtitle: "Dedicated care and traditional techniques are applied.", category: "Step", value: "03"},
|
||||
{
|
||||
id: "step-4", title: "Pickup Like New", subtitle: "Collect your restored item, feeling and looking brand new.", category: "Step", value: "04"},
|
||||
id: "step-4", title: "Pickup or Delivery", subtitle: "Receive your restored item, feeling and looking brand new.", category: "Step", value: "04"},
|
||||
]}
|
||||
title="Our Process"
|
||||
description="Experience the meticulous journey your items take from worn to renewed, handled with expertise at every stage."
|
||||
@@ -205,7 +203,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Ready to Restore?"
|
||||
title="Bring Your Favorites Back to Life"
|
||||
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."
|
||||
description="Restore your favorites today with a free, no-obligation estimate from our master craftsmen."
|
||||
buttonText="Get Your Free Repair Estimate"
|
||||
/>
|
||||
</div>
|
||||
@@ -254,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user