diff --git a/web/src/app/apps/beataptic/page.tsx b/web/src/app/apps/beataptic/page.tsx new file mode 100644 index 0000000..519c908 --- /dev/null +++ b/web/src/app/apps/beataptic/page.tsx @@ -0,0 +1,56 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Beataptic - Thomas Saint-Gérand", + description: + "Beataptic - An Apple Watch metronome app combining haptic feedback with optional audio.", +}; + +const BeatapticSupport = async () => { + "use cache"; + return ( +
+ Beataptic is a metronome for Apple Watch that combines haptic feedback + with optional audio. Perfect for musicians, dancers, and anyone who + needs rhythm guidance. +
+For support or feedback, please contact:
+ ++ Beataptic does not collect or transmit any data. Everything works + locally on your device. +
+