Update src/app/page.tsx

This commit is contained in:
2026-03-05 12:22:12 +00:00
parent 9649db74f7
commit 5a23993d07

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg?_wi=1"
imageAlt="Premium shoe cleaning service"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -88,16 +88,16 @@ export default function LandingPage() {
title: "Initial Assessment & Inspection", description: "We carefully examine your shoes to identify materials, damage, stains, and special care requirements before beginning treatment.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-manual-worker-typing-shoelace-construction-site_637285-8190.jpg"},
{
id: 2,
title: "Deep Cleaning & Stain Removal", description: "Using specialized eco-friendly solutions, we gently remove dirt, salt, and stubborn stains while protecting delicate materials.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg"},
title: "Deep Cleaning & Stain Removal", description: "Using specialized eco-friendly solutions, we gently remove dirt, salt, and stubborn stains while protecting delicate materials.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg?_wi=2"},
{
id: 3,
title: "Drying & Conditioning", description: "We dry your shoes properly and apply conditioning treatments to restore color, suppleness, and prevent future damage.", imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3330.jpg"},
title: "Drying & Conditioning", description: "We dry your shoes properly and apply conditioning treatments to restore color, suppleness, and prevent future damage.", imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3330.jpg?_wi=1"},
{
id: 4,
title: "Repair & Restoration", description: "From sole replacement to stitching repairs, our expert technicians restore structural integrity and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3330.jpg"},
title: "Repair & Restoration", description: "From sole replacement to stitching repairs, our expert technicians restore structural integrity and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3330.jpg?_wi=2"},
{
id: 5,
title: "Final Polish & Protection", description: "We apply protective treatments and a final polish to leave your shoes looking pristine and ready to wear.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg"},
title: "Final Polish & Protection", description: "We apply protective treatments and a final polish to leave your shoes looking pristine and ready to wear.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg?_wi=3"},
]}
buttonAnimation="slide-up"
/>
@@ -164,17 +164,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "basic", title: "Basic Cleaning", price: "$25", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg", button: { text: "Book Service", href: "contact" },
id: "basic", title: "Basic Cleaning", price: "$25", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-shoes-while-getting-ready-wedding-ceremony_637285-913.jpg?_wi=4", button: { text: "Book Service", href: "contact" },
features: [
"Deep vacuum cleaning", "Spot stain removal", "Brush and polish", "Standard drying"],
},
{
id: "premium", title: "Premium Restoration", price: "$49", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", button: { text: "Book Service", href: "contact" },
id: "premium", title: "Premium Restoration", price: "$49", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg?_wi=1", button: { text: "Book Service", href: "contact" },
features: [
"Full deep cleaning", "Advanced stain treatment", "Color restoration", "Protective coating", "Conditioning treatment"],
},
{
id: "deluxe", title: "Deluxe Restoration", price: "$89", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", button: { text: "Book Service", href: "contact" },
id: "deluxe", title: "Deluxe Restoration", price: "$89", period: "per pair", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg?_wi=2", button: { text: "Book Service", href: "contact" },
features: [
"Everything in Premium +", "Sole repair/replacement", "Seam repair", "Heel restoration", "Priority service"],
},