6 Commits

Author SHA1 Message Date
43338daa84 Switch to version 4: modified src/app/page.tsx 2026-05-23 02:41:11 +00:00
29fff68223 Switch to version 1: modified src/app/page.tsx 2026-05-23 02:40:54 +00:00
13a54ba1f9 Switch to version 2: modified src/app/page.tsx 2026-05-23 02:40:45 +00:00
51735866c8 Merge version_4 into main
Merge version_4 into main
2026-05-23 02:39:35 +00:00
88074b2a5b Update src/app/page.tsx 2026-05-23 02:39:32 +00:00
970ae159f2 Merge version_3 into main
Merge version_3 into main
2026-05-23 02:37:08 +00:00

View File

@@ -121,9 +121,9 @@ export default function LandingPage() {
{
title: "Full COA", description: "Complete strip-down, ultrasonic cleaning, mechanical regulation, and oil replacement.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-musician-playing-stage_23-2149247134.jpg"},
{
title: "Keywork Restoration", description: "Elimination of side-play and expert cork/felt regulation replacements.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg"},
title: "Keywork Restoration", description: "Precision Keywork Mechanical Restoration with elimination of side-play and cork/felt regulation replacements.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg"},
{
title: "Headjoint Work", description: "Embouchure optimization and custom cork replacements for perfect air seals.", imageSrc: "http://img.b2bpic.net/free-photo/device-settings-maintenance-service-word-graphic_53876-138504.jpg"},
title: "Headjoint Work", description: "Headjoint Cork Replacements with embouchure optimization and cork replacement.", imageSrc: "http://img.b2bpic.net/free-photo/device-settings-maintenance-service-word-graphic_53876-138504.jpg"},
]}
title="Our Specialized Services"
description="Dedicated expert care for every component of your instrument."
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}